org.openrdf.http.object.handlers
Class ModifiedSinceHandler
java.lang.Object
org.openrdf.http.object.handlers.ModifiedSinceHandler
- All Implemented Interfaces:
- Handler
public class ModifiedSinceHandler
- extends Object
- implements Handler
Response with 304 and 412 when resource has not been modified.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModifiedSinceHandler
public ModifiedSinceHandler(Handler delegate)
invalidate
public void invalidate()
verify
public Response verify(ResourceOperation req)
throws Exception
- Specified by:
verify in interface Handler
- Throws:
Exception
handle
public Response handle(ResourceOperation req)
throws Exception
- Specified by:
handle in interface Handler
- Throws:
Exception
Copyright © 2004-2010 James Leigh Services Inc.. All Rights Reserved.