Uses of Class
org.swisspush.gateleen.hook.Listener
-
Packages that use Listener Package Description org.swisspush.gateleen.hook -
-
Uses of Listener in org.swisspush.gateleen.hook
Methods in org.swisspush.gateleen.hook that return types with arguments of type Listener Modifier and Type Method Description List<Listener>ListenerRepository. findListeners(String url)Searches for listeners corresponding to the given url.List<Listener>ListenerRepository. findListeners(String url, String method, io.vertx.core.MultiMap headers)Searches for listeners corresponding to the given url, used http method and request headers.List<Listener>LocalListenerRepository. findListeners(String url)List<Listener>LocalListenerRepository. findListeners(String url, String method, io.vertx.core.MultiMap headers)abstract Set<Listener>ListenerRepositoryBase. get(T container, String url)Returns a set with listeners monitoring the given url.Set<Listener>LocalListenerRepository. get(Map<String,Set<Listener>> container, String key)List<Listener>ListenerRepository. getListeners()Returns a copy of all registered listeners.List<Listener>LocalListenerRepository. getListeners()Methods in org.swisspush.gateleen.hook with parameters of type Listener Modifier and Type Method Description voidListenerRepository. addListener(Listener listener)Adds a listener to the repository.voidLocalListenerRepository. addListener(Listener listener)Method parameters in org.swisspush.gateleen.hook with type arguments of type Listener Modifier and Type Method Description Set<Listener>LocalListenerRepository. get(Map<String,Set<Listener>> container, String key)
-