|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpRequestInterceptor | |
---|---|
org.apache.http.protocol | HTTP protocol execution framework. |
Uses of HttpRequestInterceptor in org.apache.http.protocol |
---|
Classes in org.apache.http.protocol that implement HttpRequestInterceptor | |
---|---|
class |
RequestConnControl
A request interceptor that suggests connection keep-alive to the server. |
class |
RequestContent
A request interceptor that decides about the transport encoding. |
class |
RequestExpectContinue
A request interceptor that enables the expect-continue handshake. |
class |
RequestTargetHost
A request interceptor that sets the Host header for HTTP/1.1 requests. |
class |
RequestUserAgent
A request interceptor that adds a User-Agent header. |
Methods in org.apache.http.protocol with parameters of type HttpRequestInterceptor | |
---|---|
void |
AbstractHttpProcessor.addInterceptor(HttpRequestInterceptor interceptor)
|
void |
AbstractHttpProcessor.removeInterceptor(HttpRequestInterceptor interceptor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |