Package org.restheart.mongodb.handlers
Class GzipEncodingHandler
- java.lang.Object
-
- io.undertow.server.handlers.encoding.EncodingHandler
-
- org.restheart.mongodb.handlers.GzipEncodingHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class GzipEncodingHandler extends io.undertow.server.handlers.encoding.EncodingHandler- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
-
Constructor Summary
Constructors Constructor Description GzipEncodingHandler(io.undertow.server.HttpHandler next, boolean forceCompression)Creates a new instance of GzipEncodingHandler
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-
-
-
Method Detail
-
handleRequest
public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler- Overrides:
handleRequestin classio.undertow.server.handlers.encoding.EncodingHandler- Parameters:
exchange-- Throws:
Exception
-
-