- Delegate - Class in org.swisspush.gateleen.delegate
-
Represents a Delegate.
- Delegate(DelegateClientRequestCreator, String, Pattern, Set<HttpMethod>, List<DelegateRequest>) - Constructor for class org.swisspush.gateleen.delegate.Delegate
-
Creates a new instance of a Delegate.
- DelegateClientRequestCreator - Class in org.swisspush.gateleen.delegate
-
Wrapper for the HttpClient to create delegate client requests.
- DelegateClientRequestCreator(HttpClient) - Constructor for class org.swisspush.gateleen.delegate.DelegateClientRequestCreator
-
- DelegateFactory - Class in org.swisspush.gateleen.delegate
-
DelegateFactory is used to create delegate objects from their text representation.
- DelegateFactory(DelegateClientRequestCreator, 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 JsonObject and an
optional JoltSpec for payload transformation.
- DelegateRequest(JsonObject, JoltSpec, HeaderFunction) - Constructor for class org.swisspush.gateleen.delegate.DelegateRequest
-