D E G H I O P R
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- Delegate - Class in org.swisspush.gateleen.delegate
-
Represents a Delegate.
- Delegate(ClientRequestCreator, String, Pattern, Set<HttpMethod>, List<DelegateRequest>) - Constructor for class org.swisspush.gateleen.delegate.Delegate
-
Creates a new instance of a Delegate.
- DelegateFactory - Class in org.swisspush.gateleen.delegate
-
DelegateFactory is used to create delegate objects from their text representation.
- DelegateFactory(ClientRequestCreator, Map<String, Object>, String) - Constructor for class org.swisspush.gateleen.delegate.DelegateFactory
-
Creates a new instance of the DelegateFactory.
- DelegateHandler - Class in org.swisspush.gateleen.delegate
-
Allows to create delegates.
- DelegateHandler(Vertx, HttpClient, ResourceStorage, MonitoringHandler, String, Map<String, Object>, Handler<Void>) - Constructor for class org.swisspush.gateleen.delegate.DelegateHandler
-
Creates a new instance of the DelegateHandler.
- DelegateRequest - Class in org.swisspush.gateleen.delegate
-
Container class holding a request as
JsonObjectand an optionalJoltSpecfor payload transformation. - DelegateRequest(JsonObject, JoltSpec, HeaderFunction) - Constructor for class org.swisspush.gateleen.delegate.DelegateRequest
E
- enableResourceLogging(boolean) - Method in class org.swisspush.gateleen.delegate.DelegateHandler
G
- getDelegateName(String) - Method in class org.swisspush.gateleen.delegate.DelegateHandler
-
Tries to extract the name of the delegate out of the incoming uri.
- getHeaderFunction() - Method in class org.swisspush.gateleen.delegate.DelegateRequest
- getJoltSpec() - Method in class org.swisspush.gateleen.delegate.DelegateRequest
- getName() - Method in class org.swisspush.gateleen.delegate.Delegate
-
Returns the name of the delegate.
- getRequest() - Method in class org.swisspush.gateleen.delegate.DelegateRequest
H
- handle(HttpServerRequest) - Method in class org.swisspush.gateleen.delegate.Delegate
-
Handles the given request.
- handle(HttpServerRequest) - Method in class org.swisspush.gateleen.delegate.DelegateHandler
-
Checks if the DelegateHandler is responsible for this request.
I
- init() - Method in class org.swisspush.gateleen.delegate.DelegateHandler
-
This method initializes the Handler.
O
- org.swisspush.gateleen.delegate - package org.swisspush.gateleen.delegate
P
- parseDelegate(String, Buffer) - Method in class org.swisspush.gateleen.delegate.DelegateFactory
-
Tries to create a Delegate object out of the buffer.
R
- refresh() - Method in class org.swisspush.gateleen.delegate.DelegateHandler
All Classes All Packages