| Modifier and Type | Method and Description |
|---|---|
static RecursiveHandlerFactory.RecursiveHandlerTypes |
RecursiveHandlerFactory.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.
|
| Modifier and Type | Method and 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.
|
| Constructor and 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.
|
Copyright © 2016–2021. All rights reserved.