Uses of Interface
org.apache.http.protocol.HttpResponseInterceptorList

Packages that use HttpResponseInterceptorList
org.apache.http.protocol HTTP protocol execution framework and synchronous HTTP protocol handlers based on the blocking I/O model. 
 

Uses of HttpResponseInterceptorList in org.apache.http.protocol
 

Classes in org.apache.http.protocol that implement HttpResponseInterceptorList
 class BasicHttpProcessor
          Default implementation of HttpProcessor.
 

Constructors in org.apache.http.protocol with parameters of type HttpResponseInterceptorList
ImmutableHttpProcessor(HttpRequestInterceptorList requestInterceptors, HttpResponseInterceptorList responseInterceptors)
           
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.