- get(T, String) - Method in class org.swisspush.gateleen.hook.ListenerRepositoryBase
-
Returns a set with listeners monitoring the given url.
- get(Map<String, Set<Listener>>, String) - Method in class org.swisspush.gateleen.hook.LocalListenerRepository
-
- getDestination() - Method in class org.swisspush.gateleen.hook.HttpHook
-
The destination of the hook.
- getExpirationTime() - Method in class org.swisspush.gateleen.hook.HttpHook
-
Returns the expiration time of this hook.
- getExpireAfter() - Method in class org.swisspush.gateleen.hook.HttpHook
-
Gets the expiry (x-expire-after header)
for the requests send to the listener.
- getExpireAfter() - Method in class org.swisspush.gateleen.hook.Listener
-
Returns the expire after time, for the
request header.
- getFilter() - Method in class org.swisspush.gateleen.hook.HttpHook
-
Returns the precompiled pattern, to match
a given url.
- getHook() - Method in class org.swisspush.gateleen.hook.Listener
-
Returns the hook of this listener.
- getHook() - Method in class org.swisspush.gateleen.hook.Route
-
Returns the hook associated
with this route.
- getListener() - Method in class org.swisspush.gateleen.hook.Listener
-
Returns the listener segment of the url.
- getListenerId() - Method in class org.swisspush.gateleen.hook.Listener
-
Returns the listener id (eg.
- getListeners() - Method in interface org.swisspush.gateleen.hook.ListenerRepository
-
Returns a copy of all registred listeners.
- getListeners() - Method in class org.swisspush.gateleen.hook.LocalListenerRepository
-
- getMethods() - Method in class org.swisspush.gateleen.hook.HttpHook
-
Returns the methods which should pass the hook.
- getMonitoredUrl() - Method in class org.swisspush.gateleen.hook.Listener
-
Returns the url the listener is hooked up.
- getRoute(String) - Method in class org.swisspush.gateleen.hook.LocalRouteRepository
-
- getRoute(String) - Method in interface org.swisspush.gateleen.hook.RouteRepository
-
Returns the route which is foreseen
for the given url.
- getRoutes() - Method in class org.swisspush.gateleen.hook.LocalRouteRepository
-
- getRoutes() - Method in interface org.swisspush.gateleen.hook.RouteRepository
-
Returns a copy of all routes.