|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.utils.webdav.HTTPMessage issrg.utils.webdav.PROPFIND
public class PROPFIND
The WebDAV PROPFIND method requests properties defined on a resource.
Field Summary |
---|
Fields inherited from class issrg.utils.webdav.HTTPMessage |
---|
CRLF, EMPTY, FS, host, HTTPVersion, LF, method, padSP, port, socket, SP, URI |
Constructor Summary | |
---|---|
PROPFIND(WebDAVSocket socket,
java.lang.String server,
int port,
java.lang.String URI,
java.lang.String depth,
java.lang.String entityBody)
|
Method Summary |
---|
Methods inherited from class issrg.utils.webdav.HTTPMessage |
---|
getRequestMessage, getRequestMessageByte, getResponseCode, getResponseContentLength, getResponseEntity, getResponseEntityByte, getResponseMessage, getResponseMessageByte, getResponseParagraph, getResponseTitle, isResponseSuccessful, transceive |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PROPFIND(WebDAVSocket socket, java.lang.String server, int port, java.lang.String URI, java.lang.String depth, java.lang.String entityBody)
socket
- inherited from HTTPMessageserver
- inherited from HTTPMessageport
- inherited from HTTPMessageURI
- inherited from HTTPMessage, in this case should specify the
location of the resource/collection to find its propertiesdepth
- the level of collections deep to look underentityBody
- the XML encoded message specifying what properties to
find
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |