org.openrdf.http.object.handlers
Class OptionsHandler
java.lang.Object
org.openrdf.http.object.handlers.OptionsHandler
- All Implemented Interfaces:
- Handler
public class OptionsHandler
- extends Object
- implements Handler
Responds for OPTIONS requests.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptionsHandler
public OptionsHandler(Handler delegate)
verify
public Response verify(ResourceOperation request)
throws Exception
- Specified by:
verify in interface Handler
- Throws:
Exception
handle
public Response handle(ResourceOperation request)
throws Exception
- Specified by:
handle in interface Handler
- Throws:
Exception
Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.