Skip navigation links
D G H I O P 

D

Delegate - Class in org.swisspush.gateleen.delegate
Represents a Delegate.
Delegate(MonitoringHandler, HttpClient, String, Pattern, Set<HttpMethod>, List<JsonObject>) - 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>) - Constructor for class org.swisspush.gateleen.delegate.DelegateHandler
Creates a new instance of the 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.
getName() - Method in class org.swisspush.gateleen.delegate.Delegate
Returns the name of the delegate.

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.
D G H I O P 
Skip navigation links