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

Packages that use BasicHttpProcessor
org.apache.http.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. 
 

Uses of BasicHttpProcessor in org.apache.http.protocol
 

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

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



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.