public class TcpChannelInitializer extends ProtocolChannelInitializer<io.netty.channel.socket.SocketChannel>
| Modifier | Constructor and Description |
|---|---|
|
TcpChannelInitializer()
default ctor
|
protected |
TcpChannelInitializer(io.netty.channel.group.DefaultChannelGroup channelGroup,
ConnectionAdapterFactory connAdaptorFactory)
Testing Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<io.netty.channel.Channel> |
getConnectionIterator() |
protected void |
initChannel(io.netty.channel.socket.SocketChannel ch) |
int |
size() |
getDeserializationFactory, getRadioHeadConnectionHandler, getRadioHeadIdleTimeout, getSerializationFactory, getTlsConfiguration, setDeserializationFactory, setRadioHeadConnectionHandler, setRadioHeadIdleTimeout, setSerializationFactory, setTlsConfigurationchannelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggeredhandlerAdded, handlerRemoved, isSharablepublic TcpChannelInitializer()
protected TcpChannelInitializer(io.netty.channel.group.DefaultChannelGroup channelGroup,
ConnectionAdapterFactory connAdaptorFactory)
protected void initChannel(io.netty.channel.socket.SocketChannel ch)
initChannel in class io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>public Iterator<io.netty.channel.Channel> getConnectionIterator()
public int size()
Copyright © 2016 OpenDaylight. All Rights Reserved.