| java.lang.Object | |
| ↳ | org.apache.http.protocol.RequestTargetHost | 
A request interceptor that sets the Host header for HTTP/1.1 requests.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          | 
        
          | 
       ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          | 
        
          
          Processes a request.
          
         | 
       ||||||||||
| 
         
          [Expand]
         
          
          Inherited Methods
          
         | 
       |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
         
           
         
         From class
         
          java.lang.Object
         
         
  | 
       |||||||||||||||||||||||||||||||||
         
           
         
         From interface
         
          org.apache.http.HttpRequestInterceptor
         
         
  | 
       |||||||||||||||||||||||||||||||||
Processes a request. On the client side, this step is performed before the request is sent to the server. On the server side, this step is performed on incoming messages before the message body is evaluated.
| request | the request to preprocess | 
|---|---|
| context | the context for the request | 
| HttpException | |
|---|---|
| IOException |