Interface Http11ResponseHandler

All Superinterfaces:
ETagGenerator
All Known Subinterfaces:
WebDavResponseHandler
All Known Implementing Classes:
AbstractWrappingResponseHandler, CompressingResponseHandler, DefaultHttp11ResponseHandler, DefaultWebDavResponseHandler, LoginResponseHandler

public interface Http11ResponseHandler extends ETagGenerator
The ResponseHandler should handle all responses back to the client. Methods are provided for each significant response circumstance with respect to Milton. The intention is that implementations may be provided or customised to support per implementation requirements for client compatibility. In other words, hacks to support particular client programs should be implemented here Extends ETagGenerator to facillitate wrapping, although generatlly it will contain an instance and delegate to it.