Uses of Class
org.swisspush.gateleen.expansion.RecursiveHandlerFactory.RecursiveHandlerTypes
-
-
Uses of RecursiveHandlerFactory.RecursiveHandlerTypes in org.swisspush.gateleen.expansion
Methods in org.swisspush.gateleen.expansion that return RecursiveHandlerFactory.RecursiveHandlerTypes Modifier and Type Method Description static RecursiveHandlerFactory.RecursiveHandlerTypesRecursiveHandlerFactory.RecursiveHandlerTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static RecursiveHandlerFactory.RecursiveHandlerTypes[]RecursiveHandlerFactory.RecursiveHandlerTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.swisspush.gateleen.expansion with parameters of type RecursiveHandlerFactory.RecursiveHandlerTypes 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.Constructors in org.swisspush.gateleen.expansion with parameters of type RecursiveHandlerFactory.RecursiveHandlerTypes 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.
-