|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.could.webdav.methods.OPTIONS
HTTP
OPTIONS
metohd implementation.
Constructor Summary | |
OPTIONS()
Create a new OPTIONS instance. |
Method Summary | |
void |
process(DAVTransaction transaction,
DAVResource resource)
Process the OPTIONS method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OPTIONS()
Create a new OPTIONS
instance.
Method Detail |
public void process(DAVTransaction transaction, DAVResource resource) throws IOException
Process the OPTIONS
method.
process
in interface DAVMethod
transaction
- An object encapsulaing a WebDAV request/response.resource
- The DAVResource
to process.
IOException
- If an I/O error occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |