Uses of Class
org.apache.http.protocol.BasicHttpProcessor
-
Packages that use BasicHttpProcessor Package Description 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 Modifier and Type Method Description BasicHttpProcessor
BasicHttpProcessor. copy()
Deprecated.Creates a copy of this instanceMethods in org.apache.http.protocol with parameters of type BasicHttpProcessor Modifier and Type Method Description protected void
BasicHttpProcessor. copyInterceptors(BasicHttpProcessor target)
Deprecated.Sets up the target to have the same list of interceptors as the current instance.
-