All Classes and Interfaces
Class
Description
A default implementation of abstract servlet output stream.
This HTTP servlet response wrapper will GZIP the response when the given threshold has exceeded and the response
content type matches one of the given mimetypes.
The
GzipResponseFilter will apply GZIP compression on responses whenever applicable.Convenience class for extending
HttpServletResponseWrapper wherein the servlet response OutputStream
has to be replaced by a custom implementation.Qualifier annotation for the isReadFromDump configuration String.
Programmatic web application initializer that configures Guice for servlet support.
Guice-based initializer for the Profiler web application.
Retrieves raw stream from the
Base interface for a resettable buffer.
This resettable buffered output stream will buffer everything until the given threshold buffer size, regardless of
flush calls.
This resettable buffered writer will buffer everything until the given buffer size, regardless of flush calls.
Appends the required files retrieved from
ServletContext.Guice module for web layer configuration.