Uses of Interface
org.eclipse.webdav.http.client.IRequestBodyWriter

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

Uses of IRequestBodyWriter in org.eclipse.webdav.client
 

Classes in org.eclipse.webdav.client that implement IRequestBodyWriter
 class RequestBodyWriter
          Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of IRequestBodyWriter in org.eclipse.webdav.http.client
 

Methods in org.eclipse.webdav.http.client that return IRequestBodyWriter
 IRequestBodyWriter Request.getRequestBodyWriter()
          Returns this request's request body writer, or null if this request does not have one.
 

Constructors in org.eclipse.webdav.http.client with parameters of type IRequestBodyWriter
Request(String method, URL resourceUrl, IContext context, IRequestBodyWriter requestBodyWriter)
          Creates a request.
 



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