org.openrdf.http.object.handlers
Class UnmodifiedSinceHandler

java.lang.Object
  extended by org.openrdf.http.object.handlers.UnmodifiedSinceHandler
All Implemented Interfaces:
Handler

public class UnmodifiedSinceHandler
extends Object
implements Handler

Responds with 412 if the resource has been modified.

Author:
James Leigh

Constructor Summary
UnmodifiedSinceHandler(Handler delegate)
           
 
Method Summary
 Response handle(ResourceOperation request)
           
 Response verify(ResourceOperation request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnmodifiedSinceHandler

public UnmodifiedSinceHandler(Handler delegate)
Method Detail

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.