Uses of Class
org.opendaylight.openflowjava.protocol.impl.core.TcpChannelInitializer
-
Packages that use TcpChannelInitializer Package Description org.opendaylight.openflowjava.protocol.impl.core -
-
Uses of TcpChannelInitializer in org.opendaylight.openflowjava.protocol.impl.core
Methods in org.opendaylight.openflowjava.protocol.impl.core that return TcpChannelInitializer Modifier and Type Method Description TcpChannelInitializer
ChannelInitializerFactory. createPublishingChannelInitializer()
Creates a TCP publishing channel initializer.Methods in org.opendaylight.openflowjava.protocol.impl.core with parameters of type TcpChannelInitializer Modifier and Type Method Description void
TcpConnectionInitializer. setChannelInitializer(TcpChannelInitializer channelInitializer)
void
TcpHandler. setChannelInitializer(TcpChannelInitializer channelInitializer)
-