Org.Apache.Http Namespace

Classes

ConnectionClosedException

Indicates that a connection has been closed.

HttpException

Signals that an HTTP exception has occurred.

HttpHost

Holds all of the variables needed to describe an HTTP connection to a host.

HttpStatus

Constants enumerating the HTTP status codes.

HttpVersion

Represents an HTTP version, as specified in RFC 2616.

IHttpClientConnectionExtensions
IHttpEntityExtensions
IHttpServerConnectionExtensions
MalformedChunkCodingException

Signals a malformed chunked stream.

MethodNotSupportedException

Indicates that an HTTP method is not supported.

NoHttpResponseException

Signals that the target server failed to respond with a valid HTTP response.

ParseException

Indicates a parse error.

ProtocolException

Signals that an HTTP protocol violation has occurred.

ProtocolVersion

Represents a protocol version, as specified in RFC 2616.

UnsupportedHttpVersionException

Indicates an unsupported version of the HTTP protocol.

Interfaces

IConnectionReuseStrategy

Interface for deciding whether a connection should be kept alive.

IFormattedHeader

An HTTP header which is already formatted.

IHeader

Represents an HTTP header field.

IHeaderElement

One element of an HTTP IHeader value.

IHeaderElementIterator

A type-safe iterator for IHeaderElement objects.

IHeaderIterator

A type-safe iterator for IHeader objects.

IHttpClientConnection

An HTTP connection for use on the client side.

IHttpConnection

A generic HTTP connection, useful on client and server side.

IHttpConnectionMetrics

The point of access to the statistics of an IHttpConnection.

IHttpEntity

An entity that can be sent or received with an HTTP message.

IHttpEntityEnclosingRequest

A request with an entity.

IHttpInetConnection

An HTTP connection over the Internet Protocol (IP).

IHttpMessage

A generic HTTP message.

IHttpRequest

An HTTP request.

IHttpRequestFactory

A factory for IHttpRequest objects.

IHttpRequestInterceptor

Processes a request.

IHttpResponse

An HTTP response.

IHttpResponseFactory

A factory for IHttpResponse objects.

IHttpResponseInterceptor

Processes a response.

IHttpServerConnection

An HTTP connection for use on the server side.

IHttpStatus
INameValuePair
IReasonPhraseCatalog

Interface for obtaining reason phrases for HTTP status codes.

IRequestLine

The first line of an IHttpRequest.

IStatusLine

Represents a status line as returned from a HTTP server.

ITokenIterator

An iterator for String tokens.