public abstract class AbstractTcpClientConnectionPool<T extends TcpClientConnection> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected io.vertx.core.Context |
context |
protected NetClientWrapper |
netClientWrapper |
protected Map<String,T> |
tcpClientMap |
| Constructor and Description |
|---|
AbstractTcpClientConnectionPool(io.vertx.core.Context context,
NetClientWrapper netClientWrapper) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
create(String endpoint) |
T |
findOrCreateClient(String endpoint) |
protected void |
startCheckTimeout(io.vertx.core.Context context) |
protected io.vertx.core.Context context
protected NetClientWrapper netClientWrapper
protected Map<String,T extends TcpClientConnection> tcpClientMap
public AbstractTcpClientConnectionPool(io.vertx.core.Context context,
NetClientWrapper netClientWrapper)
Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.