| 
| HttpHost  | determineProxy (HttpHost target, HttpRequest request, HttpContext context)  throws HttpException  | 
|   | 
 | 
| static final Logger  | LOG = Logger.getLogger(ProxyMappingsAwareRoutePlanner.class) | 
|   | 
A DefaultRoutePlanner that determines the proxy to use for a given target hostname by consulting the given ProxyMappings.
- 著者
 - Thomas Darimont 
 
- 参照
 - ProxyMappings 
 
 
◆ ProxyMappingsAwareRoutePlanner()
  
  
      
        
          | org.keycloak.connections.httpclient.ProxyMappingsAwareRoutePlanner.ProxyMappingsAwareRoutePlanner  | 
          ( | 
          ProxyMappings  | 
          proxyMappings | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
   41     super(DefaultSchemePortResolver.INSTANCE);
 final ProxyMappings proxyMappings
Definition: ProxyMappingsAwareRoutePlanner.java:38
 
 
 
 
◆ determineProxy()
  
  
      
        
          | HttpHost org.keycloak.connections.httpclient.ProxyMappingsAwareRoutePlanner.determineProxy  | 
          ( | 
          HttpHost  | 
          target,  | 
         
        
           | 
           | 
          HttpRequest  | 
          request,  | 
         
        
           | 
           | 
          HttpContext  | 
          context  | 
         
        
           | 
          ) | 
           |  throws HttpException | 
         
       
   | 
  
inlineprotected   | 
  
 
   49     LOG.debugf(
"Returning proxy=%s for targetHost=%s", proxy, target.getHostName());
 static final Logger LOG
Definition: ProxyMappingsAwareRoutePlanner.java:36
 
HttpHost getProxyFor(String hostname)
Definition: ProxyMappings.java:98
 
final ProxyMappings proxyMappings
Definition: ProxyMappingsAwareRoutePlanner.java:38
 
 
 
 
◆ LOG
  
  
      
        
          | final Logger org.keycloak.connections.httpclient.ProxyMappingsAwareRoutePlanner.LOG = Logger.getLogger(ProxyMappingsAwareRoutePlanner.class) | 
         
       
   | 
  
staticprivate   | 
  
 
 
◆ proxyMappings
  
  
      
        
          | final ProxyMappings org.keycloak.connections.httpclient.ProxyMappingsAwareRoutePlanner.proxyMappings | 
         
       
   | 
  
private   | 
  
 
 
このクラス詳解は次のファイルから抽出されました: