public class RecursiveZipRootHandler extends RecursiveRootHandlerBase
log, xDeltaResponseNumber| Constructor and Description |
|---|
RecursiveZipRootHandler(io.vertx.core.http.HttpServerRequest req,
java.lang.String serverRoot,
io.vertx.core.buffer.Buffer data,
java.util.Set<java.lang.String> finalOriginalParams,
RecursiveHandlerFactory.RecursiveHandlerTypes zipType)
Creates an instance of the root handler for the
recursive HTTP GET.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handle(ResourceNode node) |
storeXDeltaResponseHeaderpublic RecursiveZipRootHandler(io.vertx.core.http.HttpServerRequest req,
java.lang.String serverRoot,
io.vertx.core.buffer.Buffer data,
java.util.Set<java.lang.String> finalOriginalParams,
RecursiveHandlerFactory.RecursiveHandlerTypes zipType)
req - reqserverRoot - serverRootdata - datafinalOriginalParams - finalOriginalParamszipType - zipTypepublic void handle(ResourceNode node)