public class MultiplexedNetworkChannel extends AbstractNetworkChannel
| Modifier and Type | Field and Description |
|---|---|
protected PacketHandlerPipeline |
handlers |
dataChannel, selectionKey| Constructor and Description |
|---|
MultiplexedNetworkChannel(NetworkGuard guard,
PacketHandler... handlers) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.log4j.Logger |
log() |
protected void |
onIncomingPacket(byte[] data,
InetSocketAddress remotePeer) |
bind, close, connect, disconnect, getLocalAddress, getRemoteAddress, isConnected, isOpen, isRegistered, open, receive, register, send, send, sendprotected final PacketHandlerPipeline handlers
public MultiplexedNetworkChannel(NetworkGuard guard, PacketHandler... handlers)
protected void onIncomingPacket(byte[] data,
InetSocketAddress remotePeer)
onIncomingPacket in class AbstractNetworkChannelprotected org.apache.log4j.Logger log()
log in class AbstractNetworkChannelCopyright © 2017 TeleStax, Inc.. All Rights Reserved.