public class PackingHandler extends Object implements io.vertx.core.Handler<io.vertx.core.buffer.Buffer>
| Modifier and Type | Field and Description |
|---|---|
static String |
PACK_HEADER |
| Constructor and Description |
|---|
PackingHandler(io.vertx.core.http.HttpServerRequest request,
io.vertx.core.Handler<io.vertx.core.buffer.Buffer> nextHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(io.vertx.core.buffer.Buffer event) |
static boolean |
isPacked(io.vertx.core.http.HttpServerRequest request) |
public static final String PACK_HEADER
Copyright © 2016–2019. All rights reserved.