Uses of Package
org.apache.http.protocol

Packages that use org.apache.http.protocol
org.apache.http The core interfaces and classes of the HTTP components. 
org.apache.http.impl Default implementations for interfaces in org.apache.http
org.apache.http.impl.nio   
org.apache.http.nio   
org.apache.http.nio.protocol   
org.apache.http.protocol HTTP protocol execution framework. 
 

Classes in org.apache.http.protocol used by org.apache.http
HttpContext
          A context for executing a request.
 

Classes in org.apache.http.protocol used by org.apache.http.impl
HttpContext
          A context for executing a request.
 

Classes in org.apache.http.protocol used by org.apache.http.impl.nio
HttpContext
          A context for executing a request.
 

Classes in org.apache.http.protocol used by org.apache.http.nio
HttpContext
          A context for executing a request.
 

Classes in org.apache.http.protocol used by org.apache.http.nio.protocol
HttpContext
          A context for executing a request.
HttpExpectationVerifier
          Defines an interface to verify whether an incoming HTTP request meets the target server's expectations.
HttpProcessor
          Performs interceptor processing of requests and responses.
HttpRequestHandlerResolver
          Interface to be implemented by objects that can resolve HttpRequestHandler instances by request URI.
 

Classes in org.apache.http.protocol used by org.apache.http.protocol
BasicHttpProcessor
          Keeps lists of interceptors for processing requests and responses.
HttpContext
          A context for executing a request.
HttpExecutionContext
          Default implementation of the HttpContext.
HttpExpectationVerifier
          Defines an interface to verify whether an incoming HTTP request meets the target server's expectations.
HttpProcessor
          Performs interceptor processing of requests and responses.
HttpRequestHandler
           
HttpRequestHandlerResolver
          Interface to be implemented by objects that can resolve HttpRequestHandler instances by request URI.
HttpRequestInterceptorList
          Provides access to an ordered list of request interceptors.
HttpResponseInterceptorList
          Provides access to an ordered list of response interceptors.
 



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