issrg.utils.webdav
Class OPTIONS

java.lang.Object
  extended by issrg.utils.webdav.HTTPMessage
      extended by issrg.utils.webdav.OPTIONS

public class OPTIONS
extends HTTPMessage

The HTTP OPTIONS method is used when the client wants to know what other methods can be used for the resource specified (or the server at large).

Version:
19/03/2007
Author:
Sean Antony

Field Summary
 
Fields inherited from class issrg.utils.webdav.HTTPMessage
CRLF, EMPTY, FS, host, HTTPVersion, LF, method, padSP, port, socket, SP, URI
 
Constructor Summary
OPTIONS(WebDAVSocket socket, java.lang.String server, int port, java.lang.String URI)
           
 
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

OPTIONS

public OPTIONS(WebDAVSocket socket,
               java.lang.String server,
               int port,
               java.lang.String URI)
Parameters:
socket - inherited from HTTPMessage
server - inherited from HTTPMessage
port - inherited from HTTPMessage
URI - inherited from HTTPMessage, in this case should specify the location where you want to find out the methods allowed.