|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpResponseInterceptor | |
---|---|
org.apache.http.protocol | HTTP protocol execution framework. |
Uses of HttpResponseInterceptor in org.apache.http.protocol |
---|
Classes in org.apache.http.protocol that implement HttpResponseInterceptor | |
---|---|
class |
ResponseConnControl
A response interceptor that suggests connection keep-alive to the client. |
class |
ResponseContent
A response interceptor that sets up entity-related headers. |
class |
ResponseDate
A response interceptor that adds a Date header. |
class |
ResponseServer
A response interceptor that adds a Server header. |
Methods in org.apache.http.protocol with parameters of type HttpResponseInterceptor | |
---|---|
void |
AbstractHttpProcessor.addInterceptor(HttpResponseInterceptor interceptor)
|
void |
AbstractHttpProcessor.removeInterceptor(HttpResponseInterceptor interceptor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |