Uses of Interface
org.apache.http.protocol.HttpProcessor

Packages that use HttpProcessor
org.apache.http.nio.protocol   
org.apache.http.protocol HTTP protocol execution framework. 
 

Uses of HttpProcessor in org.apache.http.nio.protocol
 

Fields in org.apache.http.nio.protocol declared as HttpProcessor
protected  HttpProcessor NHttpHandlerBase.httpProcessor
           
 

Constructors in org.apache.http.nio.protocol with parameters of type HttpProcessor
BufferingHttpClientHandler(HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
           
BufferingHttpClientHandler(HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, HttpParams params)
           
BufferingHttpServiceHandler(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
           
BufferingHttpServiceHandler(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, HttpParams params)
           
NHttpClientHandlerBase(HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
           
NHttpHandlerBase(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
           
NHttpServiceHandlerBase(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, HttpParams params)
           
NHttpServiceHandlerBase(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, HttpParams params)
           
ThrottlingHttpClientHandler(HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, Executor executor, HttpParams params)
           
ThrottlingHttpClientHandler(HttpProcessor httpProcessor, HttpRequestExecutionHandler execHandler, ConnectionReuseStrategy connStrategy, Executor executor, HttpParams params)
           
ThrottlingHttpServiceHandler(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, ByteBufferAllocator allocator, Executor executor, HttpParams params)
           
ThrottlingHttpServiceHandler(HttpProcessor httpProcessor, HttpResponseFactory responseFactory, ConnectionReuseStrategy connStrategy, Executor executor, HttpParams params)
           
 

Uses of HttpProcessor in org.apache.http.protocol
 

Classes in org.apache.http.protocol that implement HttpProcessor
 class BasicHttpProcessor
          Keeps lists of interceptors for processing requests and responses.
 

Methods in org.apache.http.protocol with parameters of type HttpProcessor
 void HttpRequestExecutor.postProcess(HttpResponse response, HttpProcessor processor, HttpContext context)
          Finish a response.
 void HttpRequestExecutor.preProcess(HttpRequest request, HttpProcessor processor, HttpContext context)
          Prepare a request for sending.
 void HttpService.setHttpProcessor(HttpProcessor processor)
           
 

Constructors in org.apache.http.protocol with parameters of type HttpProcessor
HttpService(HttpProcessor proc, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory)
          Create a new HTTP service.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.