Package io.milton.http.http11
package io.milton.http.http11
-
ClassDescriptionFor response handlers that can be bufferedGenerates the cache-control header on the responseUsed to generate error pages from ResponseHandlers.Used for when we want to delegate POST handling to something other then the usual processForm method.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 returnedGenerates ETags, ie entity tags.The ResponseHandler should handle all responses back to the client.Generates the ETag by just returning the getUniqueIdWrite the full content of yuor resource to this outputstream, and it will write the requested ranges, including multipart boundaries, to the wrapped outputstreamSupport the OPTIONS http method.A resource which, as well as being completely replaceable, can have its content partially replaced. ie individual ranges can be set While PutHandler will do this for you even if you don't implement this interface, the approach used might not be efficient.A collection of utility methods for PutHandlerJust uses simple property values to generate error content