Uses of Class
io.milton.http.AbstractWrappingResponseHandler
Packages that use AbstractWrappingResponseHandler
-
Uses of AbstractWrappingResponseHandler in io.milton.http
Subclasses of AbstractWrappingResponseHandler in io.milton.httpModifier and TypeClassDescriptionclassResponse Handler which wraps another, and compresses content if appropriate Usually, this will wrap a DefaultResponseHandler, but custom implementations can be wrapped as well. -
Uses of AbstractWrappingResponseHandler in io.milton.http.http11.auth
Subclasses of AbstractWrappingResponseHandler in io.milton.http.http11.authModifier and TypeClassDescriptionclassThis decorates a wrapped response handler, and gives it the ability to generate login pages.