Package | Description |
---|---|
com.xjeffrose.xio.bootstrap | |
com.xjeffrose.xio.mux |
Modifier and Type | Method and Description |
---|---|
static ClientChannelConfiguration |
ChannelConfiguration.clientConfig(io.netty.channel.EventLoopGroup workerGroup)
This method will configure a worker EventLoopGroup and a Channel
for use by a client.
|
static ClientChannelConfiguration |
ChannelConfiguration.clientConfig(int workerThreads,
String workerNameFormat)
This method will configure a worker EventLoopGroup and a Channel
for use by a client.
|
Modifier and Type | Field and Description |
---|---|
protected ClientChannelConfiguration |
SocketConnector.channelConfig |
Constructor and Description |
---|
SocketConnector(InetSocketAddress address,
ClientChannelConfiguration channelConfig) |
Copyright © 2016. All Rights Reserved.