Package com.bradmcevoy.http.http11

Interface Summary
CacheControlHelper Generates the cache-control header on the response
CustomPostHandler Used for when we want to delegate POST handling to something other then the usual processForm method.
ETagGenerator Generates ETags, ie entity tags.
Http11ResponseHandler The ResponseHandler should handle all responses back to the client.
PartialllyUpdateableResource A resource which, as well as being completely replaceable, can have its content partially replaced.
 

Class Summary
DefaultCacheControlHelper  
DefaultETagGenerator Generates the ETag as follows: - if the resource has a null unique id, returns null - if the resource has a modified date it's hashcode is appended to the unique id - the result is returned
DefaultHttp11ResponseHandler  
DeleteHandler  
GetHandler  
Http11Protocol  
OptionsHandler Support the OPTIONS http method.
PostHandler  
PutHandler  
PutHelper A collection of utility methods for PutHandler
 

Enum Summary
DefaultHttp11ResponseHandler.BUFFERING  
 



Copyright © 2011. All Rights Reserved.