|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |