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

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

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 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.
HttpRequestExecutor(HttpProcessor proc)
          Create a new request executor.
 



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