Package org.swisspush.gateleen.packing
Class PackingHandler
- java.lang.Object
-
- org.swisspush.gateleen.packing.PackingHandler
-
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.buffer.Buffer>
public class PackingHandler extends Object implements io.vertx.core.Handler<io.vertx.core.buffer.Buffer>
Extract requests from a packing request and forward them to a handler.- Author:
- https://github.com/lbovet [Laurent Bovet]
-
-
Field Summary
Fields Modifier and Type Field Description static StringPACK_HEADER
-
Constructor Summary
Constructors Constructor Description PackingHandler(io.vertx.core.http.HttpServerRequest request, io.vertx.core.Handler<io.vertx.core.buffer.Buffer> nextHandler)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(io.vertx.core.buffer.Buffer event)static booleanisPacked(io.vertx.core.http.HttpServerRequest request)
-
-
-
Field Detail
-
PACK_HEADER
public static final String PACK_HEADER
- See Also:
- Constant Field Values
-
-