public interface IConnectionSupport
Modifier and Type | Interface and Description |
---|---|
static interface |
IConnectionSupport.INetworkCon |
Modifier and Type | Method and Description |
---|---|
void |
connect(int port,
java.lang.String host,
io.vertx.core.Handler<io.vertx.core.AsyncResult<IConnectionSupport.INetworkCon>> futureCon) |
io.vertx.core.Vertx |
vertx() |
void connect(int port, java.lang.String host, io.vertx.core.Handler<io.vertx.core.AsyncResult<IConnectionSupport.INetworkCon>> futureCon)
io.vertx.core.Vertx vertx()
Copyright © 2021. All Rights Reserved.