Package org.openrdf.http.object.handlers

Class Summary
AlternativeHandler If a GET request cannot be satisfied send a redirect to another operation.
AuthenticationHandler Ensures the request is authentic if protected.
ContentHeadersHandler Adds the HTTP headers: Cache-Control, Vary, ETag, Content-Type, Content-Encoding, and Last-Modified.
DetailedMethodNotAllowedHandler Provides debugging information on MethodNotAllowed errors.
InvokeHandler Executes a Java Method on the request target and response with the result.
LinksHandler Add an HTTP Header called 'Link' with other operations available to this resource.
ModifiedSinceHandler Response with 304 and 412 when resource has not been modified.
NotFoundHandler Converts a 204 into a 404 for GET and HEAD requests.
OptionsHandler Responds for OPTIONS requests.
ResponseExceptionHandler Converts MethodNotAllowed, NotAcceptable, and BadRequest into HTTP responses.
UnmodifiedSinceHandler Responds with 412 if the resource has been modified.
 



Copyright © 2004-2010 James Leigh Services Inc.. All Rights Reserved.