| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpProcessor | |
|---|---|
| org.apache.http.impl.bootstrap | Embedded server and server bootstrap. | 
| org.apache.http.protocol | Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. | 
| Uses of HttpProcessor in org.apache.http.impl.bootstrap | 
|---|
| Methods in org.apache.http.impl.bootstrap with parameters of type HttpProcessor | |
|---|---|
|  ServerBootstrap | ServerBootstrap.setHttpProcessor(HttpProcessor httpProcessor)Assigns HttpProcessorinstance. | 
| Uses of HttpProcessor in org.apache.http.protocol | 
|---|
| Classes in org.apache.http.protocol that implement HttpProcessor | |
|---|---|
|  class | BasicHttpProcessorDeprecated. (4.3) | 
|  class | ImmutableHttpProcessorImmutable HttpProcessor. | 
| Methods in org.apache.http.protocol that return HttpProcessor | |
|---|---|
|  HttpProcessor | HttpProcessorBuilder.build() | 
| Methods in org.apache.http.protocol with parameters of type HttpProcessor | |
|---|---|
|  void | HttpRequestExecutor.postProcess(HttpResponse response,
            HttpProcessor processor,
            HttpContext context)Post-processes the given response using the given protocol processor and completes the process of request execution. | 
|  void | HttpRequestExecutor.preProcess(HttpRequest request,
           HttpProcessor processor,
           HttpContext context)Pre-process the given request using the given protocol processor and initiates the process of request execution. | 
|  void | HttpService.setHttpProcessor(HttpProcessor processor)Deprecated. (4.1) set HttpProcessorusing constructor | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||