Uses of Package
org.eclipse.webdav.http.client

Packages that use org.eclipse.webdav.http.client
org.eclipse.webdav.client Provides support for the WebDAV protocol. 
org.eclipse.webdav.http.client Provides support for the HTTP protocol. 
org.eclipse.webdav.internal.authentication   
 

Classes in org.eclipse.webdav.http.client used by org.eclipse.webdav.client
HttpClient
          An HTTP 1.0 or 1.1 client.
IRequestBodyWriter
          An object writer for Requests whose body is in object form and shouldn't be flattened until an output stream is available.
 

Classes in org.eclipse.webdav.http.client used by org.eclipse.webdav.http.client
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.
HttpConnection
          A connection to an HTTP/1.0 or HTTP/1.1 compatable server.
HttpConnection.Header
          A request or response header.
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.
Message
          A common superclass for HTTP messages.
Request
          An HTTP request message.
Response
          An HTTP response message.
 

Classes in org.eclipse.webdav.http.client used by org.eclipse.webdav.internal.authentication
IAuthenticator
          Implementations of this interface are used by clients to store and retrieve information for authentication purposes.
Request
          An HTTP request message.
 



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