| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecursiveZipHandler.handle(ResourceNode node) |
void |
RecursiveExpansionHandler.handle(ResourceNode node)
Handles the given node.
|
void |
RecursiveExpansionRootHandler.handle(ResourceNode node) |
void |
RecursiveZipRootHandler.handle(ResourceNode node) |
| 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.
|
| Constructor and 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.
|
Copyright © 2016–2020. All rights reserved.