|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IResponse | |
---|---|
org.eclipse.webdav | Provides infrastructure objects for communicating with WebDAV/HTTP servers. |
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 |
Uses of IResponse in org.eclipse.webdav |
---|
Methods in org.eclipse.webdav that return IResponse | |
---|---|
IResponse |
IServer.baselineControl(ILocator locator,
IContext context,
Document body)
Corresponds to the BASELINE-CONTROL method defined in the WebDAV Versioning Specification. |
IResponse |
IServer.bind(ILocator source,
ILocator destination,
IContext context)
Binds the given source locator, to the given destination. |
IResponse |
IServer.checkin(ILocator locator,
IContext context,
Document body)
Corresponds to the CHECKIN method defined in the WebDAV Versioning Specification. |
IResponse |
IServer.checkout(ILocator locator,
IContext context,
Document body)
Corresponds to the CHECKOUT method defined in the WebDAV Versioning Specification. |
IResponse |
IServer.copy(ILocator source,
ILocator destination,
IContext context,
Document body)
Copies the resource with the given locator, to the given destination. |
IResponse |
IServer.delete(ILocator locator,
IContext context)
Deletes the resource with the given locator. |
IResponse |
IServer.get(ILocator locator,
IContext context)
Gets the content of the resource with the given locator. |
IResponse |
IServer.head(ILocator locator,
IContext context)
Returns the message headers from a message send to the server. |
IResponse |
IServer.label(ILocator locator,
IContext context,
Document body)
Corresponds to the LABEL method defined in the WebDAV Versioning Specification. |
IResponse |
IServer.lock(ILocator locator,
IContext context,
Document body)
Locks the resource with the given locator. |
IResponse |
IServer.merge(ILocator locator,
IContext context,
Document body)
Corresponds to the MERGE method defined in the WebDAV Versioning Specification. |
IResponse |
IServer.mkactivity(ILocator locator,
IContext context,
Document element)
Creates an activity as specified by the given locator. |
IResponse |
IServer.mkcol(ILocator locator,
IContext context,
Document element)
Creates the collection specified by the given locator. |
IResponse |
IServer.mkworkspace(ILocator locator,
IContext context,
Document element)
Creates a workspace as specified by the given locator. |
IResponse |
IServer.move(ILocator source,
ILocator destination,
IContext context,
Document body)
Moves the resource with the given source locator, to the specified destination. |
IResponse |
IServer.options(ILocator locator,
IContext context)
Performs an options call to the server. |
IResponse |
IServer.post(ILocator locator,
IContext context,
InputStream input)
Corresponds to the POST method as defined by the HTTP/1.1 specification. |
IResponse |
IServer.propfind(ILocator locator,
IContext context,
Document body)
Performs a property find on the server. |
IResponse |
IServer.proppatch(ILocator locator,
IContext context,
Document body)
Performs a property patch call on the server. |
IResponse |
IServer.put(ILocator locator,
IContext context,
InputStream input)
Puts the given contents onto the server into the specified location. |
IResponse |
IServer.report(ILocator locator,
IContext context,
Document body)
Corresponds to the REPORT method defined in the WebDAV Versioning Specification. |
IResponse |
IServer.trace(ILocator locator,
IContext context)
Does a trace call to the server. |
IResponse |
IServer.uncheckout(ILocator locator,
IContext context)
Corresponds to the UNCHECKOUT method defined in the WebDAV Versioning Specification. |
IResponse |
IServer.unlock(ILocator locator,
IContext context)
Unlocks the resource with the given locator. |
IResponse |
IServer.update(ILocator locator,
IContext context,
Document body)
Performs an update call on the server. |
IResponse |
IServer.versionControl(ILocator locator,
IContext context,
Document body)
Corresponds to the VERSION-CONTROL method defined in the WebDAV Versioning Specification. |
Uses of IResponse in org.eclipse.webdav.client |
---|
Methods in org.eclipse.webdav.client that return IResponse | |
---|---|
IResponse |
RemoteDAVClient.baselineControl(ILocator locator,
IContext userContext,
Document document)
|
IResponse |
LocalDAVClient.baselineControl(ILocator locator,
IContext context,
Document body)
|
IResponse |
RemoteDAVClient.bind(ILocator source,
ILocator destination,
IContext userContext)
|
IResponse |
LocalDAVClient.bind(ILocator source,
ILocator destination,
IContext context)
|
IResponse |
RemoteDAVClient.checkin(ILocator locator,
IContext userContext,
Document document)
|
IResponse |
LocalDAVClient.checkin(ILocator locator,
IContext context,
Document body)
|
IResponse |
RemoteDAVClient.checkout(ILocator locator,
IContext userContext,
Document body)
|
IResponse |
LocalDAVClient.checkout(ILocator locator,
IContext context,
Document body)
|
IResponse |
RemoteDAVClient.copy(ILocator source,
ILocator destination,
IContext userContext,
Document document)
|
IResponse |
LocalDAVClient.copy(ILocator source,
ILocator destination,
IContext context,
Document body)
|
IResponse |
RemoteDAVClient.delete(ILocator locator,
IContext userContext)
|
IResponse |
LocalDAVClient.delete(ILocator locator,
IContext context)
|
IResponse |
RemoteDAVClient.get(ILocator locator,
IContext userContext)
|
IResponse |
LocalDAVClient.get(ILocator locator,
IContext context)
|
IResponse |
RemoteDAVClient.head(ILocator locator,
IContext userContext)
|
IResponse |
LocalDAVClient.head(ILocator locator,
IContext context)
|
IResponse |
RemoteDAVClient.label(ILocator locator,
IContext userContext,
Document document)
|
IResponse |
LocalDAVClient.label(ILocator locator,
IContext context,
Document body)
|
IResponse |
RemoteDAVClient.lock(ILocator locator,
IContext userContext,
Document document)
|
IResponse |
LocalDAVClient.lock(ILocator locator,
IContext context,
Document body)
|
IResponse |
RemoteDAVClient.merge(ILocator locator,
IContext userContext,
Document document)
|
IResponse |
LocalDAVClient.merge(ILocator locator,
IContext context,
Document body)
|
IResponse |
RemoteDAVClient.mkactivity(ILocator locator,
IContext userContext,
Document document)
|
IResponse |
LocalDAVClient.mkactivity(ILocator locator,
IContext context,
Document body)
|
IResponse |
RemoteDAVClient.mkcol(ILocator locator,
IContext userContext,
Document document)
|
IResponse |
LocalDAVClient.mkcol(ILocator locator,
IContext context,
Document element)
|
IResponse |
RemoteDAVClient.mkworkspace(ILocator locator,
IContext userContext,
Document document)
|
IResponse |
LocalDAVClient.mkworkspace(ILocator locator,
IContext context,
Document body)
|
IResponse |
RemoteDAVClient.move(ILocator source,
ILocator destination,
IContext userContext,
Document document)
|
IResponse |
LocalDAVClient.move(ILocator source,
ILocator destination,
IContext context,
Document body)
|
IResponse |
RemoteDAVClient.options(ILocator locator,
IContext userContext)
|
IResponse |
LocalDAVClient.options(ILocator locator,
IContext context)
|
IResponse |
RemoteDAVClient.post(ILocator locator,
IContext userContext,
InputStream is)
|
IResponse |
LocalDAVClient.post(ILocator locator,
IContext context,
InputStream input)
|
IResponse |
RemoteDAVClient.propfind(ILocator locator,
IContext userContext,
Document document)
|
IResponse |
LocalDAVClient.propfind(ILocator locator,
IContext context,
Document body)
|
IResponse |
RemoteDAVClient.proppatch(ILocator locator,
IContext userContext,
Document document)
|
IResponse |
LocalDAVClient.proppatch(ILocator locator,
IContext context,
Document body)
|
IResponse |
RemoteDAVClient.put(ILocator locator,
IContext userContext,
InputStream is)
|
IResponse |
LocalDAVClient.put(ILocator locator,
IContext context,
InputStream input)
|
IResponse |
RemoteDAVClient.report(ILocator locator,
IContext userContext,
Document document)
|
IResponse |
LocalDAVClient.report(ILocator locator,
IContext context,
Document body)
|
IResponse |
RemoteDAVClient.trace(ILocator locator,
IContext userContext)
|
IResponse |
LocalDAVClient.trace(ILocator locator,
IContext context)
|
IResponse |
RemoteDAVClient.uncheckout(ILocator locator,
IContext userContext)
|
IResponse |
LocalDAVClient.uncheckout(ILocator locator,
IContext context)
|
IResponse |
RemoteDAVClient.unlock(ILocator locator,
IContext userContext)
|
IResponse |
LocalDAVClient.unlock(ILocator locator,
IContext context)
|
IResponse |
RemoteDAVClient.update(ILocator locator,
IContext userContext,
Document body)
|
IResponse |
LocalDAVClient.update(ILocator locator,
IContext context,
Document body)
|
IResponse |
RemoteDAVClient.versionControl(ILocator locator,
IContext userContext,
Document body)
|
IResponse |
LocalDAVClient.versionControl(ILocator locator,
IContext context,
Document body)
|
Methods in org.eclipse.webdav.client with parameters of type IResponse | |
---|---|
protected void |
AbstractResourceHandle.closeResponse(IResponse response)
Helper method to close a response from the server. |
protected void |
AbstractResourceHandle.examineMultiStatusResponse(IResponse response)
If the given response contains a multistatus body, the bodies status' are checked for errors. |
protected void |
AbstractResourceHandle.examineResponse(IResponse response)
Check the status code of the given response and throw a WebDAV exception if the code indicates failure. |
Constructors in org.eclipse.webdav.client with parameters of type IResponse | |
---|---|
ResponseInputStream(IResponse response)
Creates a new input stream on the given response. |
Uses of IResponse in org.eclipse.webdav.http.client |
---|
Classes in org.eclipse.webdav.http.client that implement IResponse | |
---|---|
class |
Response
An HTTP response message. |
Uses of IResponse in org.eclipse.webdav.internal.authentication |
---|
Methods in org.eclipse.webdav.internal.authentication with parameters of type IResponse | |
---|---|
boolean |
AuthorizationAuthority.authorize(Request request,
IResponse response,
IContext context,
URL proxyServerUrl,
boolean isProxyAuthorization)
Authorizes the given request by setting its authorization credentials in the given context. |
boolean |
AuthorizationAuthority.confirm(Request request,
IResponse response,
URL proxyServerUrl)
Confirms whether the given response is valid by proving the server knows the client's authentication secret (password). |
protected boolean |
DigestAuthority.confirmResponse(Request request,
IResponse response,
URL proxyServerUrl)
|
protected boolean |
AuthorizationAuthority.confirmResponse(Request request,
IResponse response,
URL proxyServerUrl)
Confirms whether the given response is valid by proving the server knows the client's authentication secret (password). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |