Uses of Interface
org.swisspush.gateleen.expansion.DeltaHandler
-
-
Uses of DeltaHandler in org.swisspush.gateleen.expansion
Classes in org.swisspush.gateleen.expansion that implement DeltaHandler Modifier and Type Class Description classRecursiveExpansionHandlerA class for handeling the recursive get request.classRecursiveExpansionRootHandlerCreates a root handler for the recursive HTTP GET.classRecursiveRootHandlerBaseThe base class of the root handler for the recursive GET feature.classRecursiveZipHandlerA handler that allows to put all handeld Json Resources to a zip stream.classRecursiveZipRootHandlerCreates a root handler for the recursive ZIP GET.Methods in org.swisspush.gateleen.expansion that return DeltaHandler Modifier and Type Method Description static DeltaHandler<ResourceNode>RecursiveHandlerFactory. createHandler(RecursiveHandlerFactory.RecursiveHandlerTypes type, List<String> subResourceNames, String collectionName, String collectioneTag, DeltaHandler<ResourceNode> parentHandler)Creates a handler for the desired functionality of the recursive GET feature.static DeltaHandler<ResourceNode>RecursiveHandlerFactory. createRootHandler(RecursiveHandlerFactory.RecursiveHandlerTypes type, io.vertx.core.http.HttpServerRequest request, String serverRoot, io.vertx.core.buffer.Buffer data, Set<String> finalOriginalParams)Creates a root handler for the desired functionality of the recursive GET feature.Methods in org.swisspush.gateleen.expansion with parameters of type DeltaHandler Modifier and Type Method Description static DeltaHandler<ResourceNode>RecursiveHandlerFactory. createHandler(RecursiveHandlerFactory.RecursiveHandlerTypes type, List<String> subResourceNames, String collectionName, String collectioneTag, DeltaHandler<ResourceNode> parentHandler)Creates a handler for the desired functionality of the recursive GET feature.Constructors in org.swisspush.gateleen.expansion with parameters of type DeltaHandler Constructor Description RecursiveExpansionHandler(List<String> subResourceNames, String collectionName, String collectioneTag, DeltaHandler<ResourceNode> parentHandler)Creates a new instance of the RecursiveExpansionHandler.RecursiveZipHandler(List<String> subResourceNames, String collectionName, DeltaHandler<ResourceNode> parentHandler)Creates an new instance of the RecursiveZipHandler.
-