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.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.
HttpRequestRetryHandler
          A handler for determining if an HttpRequest should be retried after a recoverable exception during execution.
 

Classes in org.apache.http.protocol used by org.apache.http.protocol
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-2007 Apache Software Foundation. All Rights Reserved.