Uses of Interface
org.apache.http.protocol.HttpProcessor
| Package | Description |
|---|---|
| org.apache.http.impl.client | |
| org.apache.http.protocol |
HTTP protocol execution framework.
|
-
Uses of HttpProcessor in org.apache.http.impl.client
Fields in org.apache.http.impl.client declared as HttpProcessor Modifier and Type Field Description protected HttpProcessorDefaultRequestDirector. httpProcessorThe HTTP protocol processor.Methods in org.apache.http.impl.client with parameters of type HttpProcessor Modifier and Type Method Description protected RequestDirectorAbstractHttpClient. createClientRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler stateHandler, HttpParams params)Constructors in org.apache.http.impl.client with parameters of type HttpProcessor Constructor Description DefaultRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params) -
Uses of HttpProcessor in org.apache.http.protocol
Classes in org.apache.http.protocol that implement HttpProcessor Modifier and Type Class Description classBasicHttpProcessorKeeps lists of interceptors for processing requests and responses.Methods in org.apache.http.protocol with parameters of type HttpProcessor Modifier and Type Method Description voidHttpRequestExecutor. postProcess(HttpResponse response, HttpProcessor processor, HttpContext context)Finish a response.voidHttpRequestExecutor. preProcess(HttpRequest request, HttpProcessor processor, HttpContext context)Prepare a request for sending.voidHttpService. setHttpProcessor(HttpProcessor processor)Constructors in org.apache.http.protocol with parameters of type HttpProcessor Constructor Description HttpService(HttpProcessor proc, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory)Create a new HTTP service.