Uses of Class
org.apache.http.protocol.BasicHttpProcessor

Packages that use BasicHttpProcessor
org.apache.http.protocol HTTP protocol execution framework and synchronous HTTP protocol handlers based on the blocking I/O model. 
 

Uses of BasicHttpProcessor in org.apache.http.protocol
 

Methods in org.apache.http.protocol that return BasicHttpProcessor
 BasicHttpProcessor BasicHttpProcessor.copy()
          Creates a copy of this instance
 

Methods in org.apache.http.protocol with parameters of type BasicHttpProcessor
protected  void BasicHttpProcessor.copyInterceptors(BasicHttpProcessor target)
          Sets up the target to have the same list of interceptors as the current instance.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.