Package org.openremote.container.web.file
package org.openremote.container.web.file
-
ClassDescriptionThe well known "BalusC FileServlet", as an abstract template, slightly refactored, rewritten and modernized with a.o.Convenience class for a byte range.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.TheHttpFilter
is abstract filter specifically for HTTP requests.Convenience class for extendingHttpServletResponseWrapper
wherein the servlet responseOutputStream
has to be replaced by a custom implementation.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.