@ChannelPipelineCoverage(value="all") public class NettyClientServerCommunicationSystemServerSide extends org.jboss.netty.channel.SimpleChannelHandler implements CommunicationSystemServerSide
| Constructor and Description |
|---|
NettyClientServerCommunicationSystemServerSide(ServerViewManager manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelClosed(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e) |
void |
channelConnected(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e) |
void |
exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e) |
void |
messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e) |
void |
send(int[] targets,
TOMMessage sm,
boolean serializeClassHeaders) |
void |
setRequestReceiver(RequestReceiver tl) |
bindRequested, channelBound, channelDisconnected, channelInterestChanged, channelOpen, channelUnbound, childChannelClosed, childChannelOpen, closeRequested, connectRequested, disconnectRequested, handleDownstream, handleUpstream, setInterestOpsRequested, unbindRequested, writeComplete, writeRequestedpublic NettyClientServerCommunicationSystemServerSide(ServerViewManager manager)
public void exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e)
exceptionCaught in class org.jboss.netty.channel.SimpleChannelHandlerpublic void messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.MessageEvent e)
messageReceived in class org.jboss.netty.channel.SimpleChannelHandlerpublic void channelConnected(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
channelConnected in class org.jboss.netty.channel.SimpleChannelHandlerpublic void channelClosed(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ChannelStateEvent e)
channelClosed in class org.jboss.netty.channel.SimpleChannelHandlerpublic void setRequestReceiver(RequestReceiver tl)
setRequestReceiver in interface CommunicationSystemServerSidepublic void send(int[] targets,
TOMMessage sm,
boolean serializeClassHeaders)
send in interface CommunicationSystemServerSide