| Modifier and Type | Class and Description |
|---|---|
class |
RecursiveExpansionHandler
A class for handeling the recursive get request.
|
class |
RecursiveExpansionRootHandler
Creates a root handler for the recursive HTTP GET.
|
class |
RecursiveRootHandlerBase
The base class of the root handler for
the recursive GET feature.
|
class |
RecursiveZipHandler
A handler that allows to put all handeld Json Resources to a zip stream.
|
class |
RecursiveZipRootHandler
Creates a root handler for the recursive ZIP GET.
|
| 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 |
|---|---|
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–2021. All rights reserved.