Package org.eclipse.webdav.http.client

Provides support for the HTTP protocol.

See:
          Description

Interface Summary
IAuthenticator Implementations of this interface are used by clients to store and retrieve information for authentication purposes.
IRequestBodyWriter An object writer for Requests whose body is in object form and shouldn't be flattened until an output stream is available.
ISocketFactory Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
IStatusCodes HTTP status codes.
 

Class Summary
BufferPool A BufferPool holds on to a collection of buffers (byte arrays) so they can be reused without having to allocate and release memory.
ContentType Parses an HTTP Content-Type entity-header field.
HttpClient An HTTP 1.0 or 1.1 client.
HttpConnection A connection to an HTTP/1.0 or HTTP/1.1 compatable server.
Message A common superclass for HTTP messages.
Request An HTTP request message.
RequestInputStream A resettable InputStream.
Response An HTTP response message.
 

Package org.eclipse.webdav.http.client Description

Provides support for the HTTP protocol.

Package Specification

This package defines a set of classes which enable clients to talk to HTTP servers.  



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.