Uses of Interface
org.apache.http.HttpResponseInterceptor

Packages that use HttpResponseInterceptor
org.apache.http.protocol HTTP protocol execution framework. 
 

Uses of HttpResponseInterceptor in org.apache.http.protocol
 

Subinterfaces of HttpResponseInterceptor in org.apache.http.protocol
 interface HttpProcessor
          Performs interceptor processing of requests and responses.
 

Classes in org.apache.http.protocol that implement HttpResponseInterceptor
 class BasicHttpProcessor
          Keeps lists of interceptors for processing requests and responses.
 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 that return HttpResponseInterceptor
 HttpResponseInterceptor HttpResponseInterceptorList.getResponseInterceptor(int index)
          Obtains a response interceptor from this list.
 HttpResponseInterceptor BasicHttpProcessor.getResponseInterceptor(int index)
           
 

Methods in org.apache.http.protocol with parameters of type HttpResponseInterceptor
 void BasicHttpProcessor.addInterceptor(HttpResponseInterceptor interceptor)
          Same as addResponseInterceptor.
 void HttpResponseInterceptorList.addResponseInterceptor(HttpResponseInterceptor itcp)
          Appends a response interceptor to this list.
 void BasicHttpProcessor.addResponseInterceptor(HttpResponseInterceptor itcp)
           
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.