it.could.webdav.methods
Class HEAD

java.lang.Object
  extended byit.could.webdav.methods.HEAD
All Implemented Interfaces:
DAVMethod
Direct Known Subclasses:
GET

public class HEAD
extends Object
implements DAVMethod

HTTP HEAD metohd implementation.

Author:
Pier Fumagalli

Constructor Summary
HEAD()
          Create a new HEAD instance.
 
Method Summary
 void process(DAVTransaction transaction, DAVResource resource)
          Process the HEAD method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HEAD

public HEAD()

Create a new HEAD instance.

Method Detail

process

public void process(DAVTransaction transaction,
                    DAVResource resource)
             throws IOException

Process the HEAD method.

Specified by:
process in interface DAVMethod
Parameters:
transaction - An object encapsulaing a WebDAV request/response.
resource - The DAVResource to process.
Throws:
IOException - If an I/O error occurred.