Uses of Class
org.swisspush.gateleen.hook.HttpHook
-
Packages that use HttpHook Package Description org.swisspush.gateleen.hook -
-
Uses of HttpHook in org.swisspush.gateleen.hook
Methods in org.swisspush.gateleen.hook that return HttpHook Modifier and Type Method Description HttpHookListener. getHook()Returns the hook of this listener.HttpHookRoute. getHook()Returns the hook associated with this route.Methods in org.swisspush.gateleen.hook with parameters of type HttpHook Modifier and Type Method Description voidListener. setHook(HttpHook hook)Sets the hook of this listener.Constructors in org.swisspush.gateleen.hook with parameters of type HttpHook Constructor Description Listener(String listenerId, String monitoredUrl, String listener, HttpHook hook)Creates a new instance of a HookListener.Route(io.vertx.core.Vertx vertx, org.swisspush.gateleen.core.storage.ResourceStorage storage, org.swisspush.gateleen.logging.LoggingResourceManager loggingResourceManager, org.swisspush.gateleen.logging.LogAppenderRepository logAppenderRepository, org.swisspush.gateleen.monitoring.MonitoringHandler monitoringHandler, String userProfilePath, HttpHook httpHook, String urlPattern, io.vertx.core.http.HttpClient selfClient)Creates a new instance of a Route.
-