- Delegate - Class in org.swisspush.gateleen.delegate
-
Represents a Delegate.
- Delegate(MonitoringHandler, HttpClient, 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(MonitoringHandler, HttpClient, 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) - Constructor for class org.swisspush.gateleen.delegate.DelegateRequest
-