Package org.swisspush.gateleen.expansion
Class RecursiveZipRootHandler
- java.lang.Object
-
- org.swisspush.gateleen.expansion.RecursiveRootHandlerBase
-
- org.swisspush.gateleen.expansion.RecursiveZipRootHandler
-
- All Implemented Interfaces:
io.vertx.core.Handler<ResourceNode>,DeltaHandler<ResourceNode>
public class RecursiveZipRootHandler extends RecursiveRootHandlerBase
Creates a root handler for the recursive ZIP GET.- Author:
- https://github.com/ljucam [Mario Ljuca]
-
-
Field Summary
-
Fields inherited from class org.swisspush.gateleen.expansion.RecursiveRootHandlerBase
log, xDeltaResponseNumber
-
-
Constructor Summary
Constructors Constructor Description RecursiveZipRootHandler(io.vertx.core.http.HttpServerRequest req, String serverRoot, io.vertx.core.buffer.Buffer data, Set<String> finalOriginalParams, RecursiveHandlerFactory.RecursiveHandlerTypes zipType)Creates an instance of the root handler for the recursive HTTP GET.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(ResourceNode node)-
Methods inherited from class org.swisspush.gateleen.expansion.RecursiveRootHandlerBase
storeXDeltaResponseHeader
-
-
-
-
Constructor Detail
-
RecursiveZipRootHandler
public RecursiveZipRootHandler(io.vertx.core.http.HttpServerRequest req, String serverRoot, io.vertx.core.buffer.Buffer data, Set<String> finalOriginalParams, RecursiveHandlerFactory.RecursiveHandlerTypes zipType)Creates an instance of the root handler for the recursive HTTP GET.- Parameters:
req- reqserverRoot- serverRootdata- datafinalOriginalParams- finalOriginalParamszipType- zipType
-
-
Method Detail
-
handle
public void handle(ResourceNode node)
-
-