public abstract class AbstractTcpClientPoolFactory<CLIENT_POOL> extends Object implements ClientPoolFactory<CLIENT_POOL>
| Modifier and Type | Field and Description |
|---|---|
protected TcpClientConfig |
normalClientConfig |
protected TcpClientConfig |
sslClientConfig |
| Constructor and Description |
|---|
AbstractTcpClientPoolFactory(TcpClientConfig normalClientConfig,
TcpClientConfig sslClientConfig) |
| Modifier and Type | Method and Description |
|---|---|
CLIENT_POOL |
createClientPool(io.vertx.core.Context context) |
protected abstract CLIENT_POOL |
doCreateClientPool(io.vertx.core.Context context,
NetClientWrapper netClientWrapper) |
protected TcpClientConfig normalClientConfig
protected TcpClientConfig sslClientConfig
public AbstractTcpClientPoolFactory(TcpClientConfig normalClientConfig, TcpClientConfig sslClientConfig)
public CLIENT_POOL createClientPool(io.vertx.core.Context context)
createClientPool in interface ClientPoolFactory<CLIENT_POOL>protected abstract CLIENT_POOL doCreateClientPool(io.vertx.core.Context context, NetClientWrapper netClientWrapper)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.