| Package | Description |
|---|---|
| org.swisspush.gateleen.hook |
| Modifier and Type | Method and Description |
|---|---|
HttpHook |
Listener.getHook()
Returns the hook of this listener.
|
HttpHook |
Route.getHook()
Returns the hook associated
with this route.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Listener.setHook(HttpHook hook)
Sets the hook of this listener.
|
| Constructor and 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.monitoring.MonitoringHandler monitoringHandler,
String userProfilePath,
HttpHook httpHook,
String urlPattern,
io.vertx.core.http.HttpClient selfClient)
Creates a new instance of a Route.
|
Copyright © 2016–2021. All rights reserved.