public class SocketConnector extends Connector
Modifier and Type | Field and Description |
---|---|
protected ClientChannelConfiguration |
channelConfig |
Constructor and Description |
---|
SocketConnector(InetSocketAddress address,
ClientChannelConfiguration channelConfig) |
Modifier and Type | Method and Description |
---|---|
protected Class<? extends io.netty.channel.Channel> |
channel() |
protected io.netty.bootstrap.Bootstrap |
configure(io.netty.bootstrap.Bootstrap bootstrap) |
protected io.netty.channel.EventLoopGroup |
group() |
address, cloneBootstrap, connect, connectBootstrap, handler, payloadHandlers
protected final ClientChannelConfiguration channelConfig
public SocketConnector(InetSocketAddress address, ClientChannelConfiguration channelConfig)
protected Class<? extends io.netty.channel.Channel> channel()
Copyright © 2016. All Rights Reserved.