public class KnotProxyVertxProxyHandler
extends io.vertx.serviceproxy.ProxyHandler
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_CONNECTION_TIMEOUT |
| Constructor and Description |
|---|
KnotProxyVertxProxyHandler(io.vertx.core.Vertx vertx,
KnotProxy service) |
KnotProxyVertxProxyHandler(io.vertx.core.Vertx vertx,
KnotProxy service,
boolean topLevel,
long timeoutSeconds) |
KnotProxyVertxProxyHandler(io.vertx.core.Vertx vertx,
KnotProxy service,
long timeoutInSecond) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
handle(io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject> msg) |
public static final long DEFAULT_CONNECTION_TIMEOUT
public KnotProxyVertxProxyHandler(io.vertx.core.Vertx vertx,
KnotProxy service)
public KnotProxyVertxProxyHandler(io.vertx.core.Vertx vertx,
KnotProxy service,
long timeoutInSecond)
public KnotProxyVertxProxyHandler(io.vertx.core.Vertx vertx,
KnotProxy service,
boolean topLevel,
long timeoutSeconds)
Copyright © 2016–2020. All rights reserved.