- All Superinterfaces:
- io.undertow.server.HttpHandler
- All Known Implementing Classes:
- GzipCheckerHandler
public interface IGzipCheckerHandler
extends io.undertow.server.HttpHandler
Handler that will check if gzip compression is required for
the resource and, if so, will call a gzip handler before
calling the next handler.