public class NetClientConnectionSupport extends java.lang.Object implements IConnectionSupport
IConnectionSupport.INetworkCon| Constructor and Description |
|---|
NetClientConnectionSupport(io.vertx.core.Vertx vertx,
io.vertx.core.net.NetClient nc) |
| 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() |
public NetClientConnectionSupport(io.vertx.core.Vertx vertx,
io.vertx.core.net.NetClient nc)
public io.vertx.core.Vertx vertx()
vertx in interface IConnectionSupportpublic void connect(int port,
java.lang.String host,
io.vertx.core.Handler<io.vertx.core.AsyncResult<IConnectionSupport.INetworkCon>> futureCon)
connect in interface IConnectionSupportCopyright © 2024. All Rights Reserved.