List of usage examples for io.vertx.core.net.impl NetClientImpl NetClientImpl
public NetClientImpl(VertxInternal vertx, NetClientOptions options, boolean useCreatingContext)
From source file:io.servicecomb.foundation.vertx.client.tcp.AbstractTcpClientVerticle.java
License:Apache License
@Override public void start() throws Exception { super.start(); clientConfig = (TcpClientConfig) config().getValue(CLIENT_OPTIONS); // vertx.createNetClient()?netClient?? netClient = new NetClientImpl((VertxInternal) vertx, clientConfig, false); }