- RecursiveExpansionHandler - Class in org.swisspush.gateleen.expansion
-
A class for handeling the recursive get request.
- RecursiveExpansionHandler(List<String>, String, String, DeltaHandler<ResourceNode>) - Constructor for class org.swisspush.gateleen.expansion.RecursiveExpansionHandler
-
Creates a new instance of the RecursiveExpansionHandler.
- RecursiveExpansionRootHandler - Class in org.swisspush.gateleen.expansion
-
Creates a root handler for the recursive HTTP GET.
- RecursiveExpansionRootHandler(HttpServerRequest, Buffer, Set<String>) - Constructor for class org.swisspush.gateleen.expansion.RecursiveExpansionRootHandler
-
Creates an instance of the root handler for the
recursive HTTP GET.
- RecursiveHandlerFactory - Class in org.swisspush.gateleen.expansion
-
Provides an appropriate handler for
handling the recursive GET feature.
- RecursiveHandlerFactory.RecursiveHandlerTypes - Enum in org.swisspush.gateleen.expansion
-
An enumeration with the valid RecursionHandlers
available for this factory.
- RecursiveRootHandlerBase - Class in org.swisspush.gateleen.expansion
-
The base class of the root handler for
the recursive GET feature.
- RecursiveRootHandlerBase() - Constructor for class org.swisspush.gateleen.expansion.RecursiveRootHandlerBase
-
- RecursiveZipHandler - Class in org.swisspush.gateleen.expansion
-
A handler that allows to put all handeld Json Resources to a zip stream.
- RecursiveZipHandler(List<String>, String, DeltaHandler<ResourceNode>) - Constructor for class org.swisspush.gateleen.expansion.RecursiveZipHandler
-
Creates an new instance of the RecursiveZipHandler.
- RecursiveZipRootHandler - Class in org.swisspush.gateleen.expansion
-
Creates a root handler for the recursive ZIP GET.
- RecursiveZipRootHandler(HttpServerRequest, String, Buffer, Set<String>, RecursiveHandlerFactory.RecursiveHandlerTypes) - Constructor for class org.swisspush.gateleen.expansion.RecursiveZipRootHandler
-
Creates an instance of the root handler for the
recursive HTTP GET.
- ResourceNode - Class in org.swisspush.gateleen.expansion
-
A helper model class for representing a resource.
- ResourceNode(String, Object, String, String) - Constructor for class org.swisspush.gateleen.expansion.ResourceNode
-
Creates an instance of a ResourceNode.
- ResourceNode(String, Object, String) - Constructor for class org.swisspush.gateleen.expansion.ResourceNode
-
Creates an instance of a ResourceNode.
- ResourceNode(String, Object) - Constructor for class org.swisspush.gateleen.expansion.ResourceNode
-
Creates an instance of a ResourceNode.
- rulesChanged(List<Rule>) - Method in class org.swisspush.gateleen.expansion.ExpansionHandler
-