Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.http

Interface Summary
ConnectionReuseStrategy Interface for deciding whether a connection should be kept alive.
HttpClientConnection An HTTP connection for use on the client side.
HttpConnection A generic HTTP connection, useful on client and server side.
HttpEntity An entity that can be sent or received with an HTTP message.
HttpEntityEnclosingRequest A request with an entity.
HttpMessage A generic HTTP message.
HttpProxyConnection An HTTP connection through a proxy.
HttpRequest An HTTP request.
HttpRequestFactory A factory for HttpRequest objects.
HttpRequestInterceptor Provides the possibility to preprocess a request before it is sent to the server or after it has received on the server side.
HttpResponse An HTTP response.
HttpResponseFactory A factory for HttpResponse objects.
HttpResponseInterceptor Provides the possibility to postprocess a response before it is sent to the client or after it has been received on the client side.
HttpServerConnection An HTTP connection for use on the server side.
 

Class Summary
Header Represents an HTTP header field.
HeaderElement One element of an HTTP header's value.
HttpHost Holds all of the variables needed to describe an HTTP connection to a host.
HttpStatus Constants enumerating the HTTP status codes.
HttpVersion HTTP version, as specified in RFC 2616.
NameValuePair A simple class encapsulating an attribute/value pair.
ProxyHost Holds all of the variables needed to describe an HTTP connection to a proxy.
RequestLine The first line of an HttpRequest.
Scheme A class to encapsulate the specifics of a protocol scheme.
StatusLine Represents a Status-Line as returned from a HTTP server.
TestAll  
TestHeader Unit tests for Header.
TestHeaderElement Simple tests for HeaderElement.
TestHttpExceptions Simple tests for various HTTP exception classes.
TestHttpHost Unit tests for HttpHost.
TestHttpStatus Unit tests for HttpStatus
TestHttpVersion Test cases for HTTP version class
TestNameValuePair Unit tests for NameValuePair.
TestRequestLine Simple tests for RequestLine.
TestScheme Unit tests for Scheme.
TestStatusLine Simple tests for StatusLine.
 

Exception Summary
ConnectionClosedException Indicates that a connection has been closed.
ConnectTimeoutException A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
HttpException Signals that an HTTP exception has occurred.
MethodNotSupportedException Indicates that an HTTP method is not supported.
NoHttpResponseException Signals that the target server failed to respond with a valid HTTP response.
ProtocolException Signals that an HTTP protocol violation has occurred.
UnsupportedHttpVersionException Indicates an unsupported version of the HTTP protocol.