Package org.swisspush.gateleen.expansion
Class RecursiveExpansionRootHandler
- java.lang.Object
-
- org.swisspush.gateleen.expansion.RecursiveRootHandlerBase
-
- org.swisspush.gateleen.expansion.RecursiveExpansionRootHandler
-
- All Implemented Interfaces:
io.vertx.core.Handler<ResourceNode>,DeltaHandler<ResourceNode>
public class RecursiveExpansionRootHandler extends RecursiveRootHandlerBase
Creates a root handler for the recursive HTTP 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 RecursiveExpansionRootHandler(io.vertx.core.http.HttpServerRequest req, io.vertx.core.buffer.Buffer data, Set<String> finalOriginalParams)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
-
RecursiveExpansionRootHandler
public RecursiveExpansionRootHandler(io.vertx.core.http.HttpServerRequest req, io.vertx.core.buffer.Buffer data, Set<String> finalOriginalParams)Creates an instance of the root handler for the recursive HTTP GET.- Parameters:
req- reqdata- datafinalOriginalParams- finalOriginalParams
-
-
Method Detail
-
handle
public void handle(ResourceNode node)
-
-