@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, writeRequested
public 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.SimpleChannelHandler
public void messageReceived(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.MessageEvent e)
messageReceived
in class org.jboss.netty.channel.SimpleChannelHandler
public void channelConnected(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.ChannelStateEvent e)
channelConnected
in class org.jboss.netty.channel.SimpleChannelHandler
public void channelClosed(org.jboss.netty.channel.ChannelHandlerContext ctx, org.jboss.netty.channel.ChannelStateEvent e)
channelClosed
in class org.jboss.netty.channel.SimpleChannelHandler
public void setRequestReceiver(RequestReceiver tl)
setRequestReceiver
in interface CommunicationSystemServerSide
public void send(int[] targets, TOMMessage sm, boolean serializeClassHeaders)
send
in interface CommunicationSystemServerSide