|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.netty.channel.SimpleChannelHandler
gpars.remote.netty.NettyHandler
gpars.remote.netty.NettyTransportProvider.ClientHandler
@ChannelPipelineCoverage("one") class NettyTransportProvider.ClientHandler extends NettyHandler
Constructor Summary | |
NettyTransportProvider.ClientHandler(NettyTransportProvider provider, UUID id)
|
Method Summary | |
---|---|
void
|
channelDisconnected(ChannelHandlerContext ctx, ChannelStateEvent e)
|
Methods inherited from class NettyHandler | |
---|---|
channelConnected, channelDisconnected, channelOpen, exceptionCaught, getChannel, messageReceived |
Methods inherited from class org.jboss.netty.channel.SimpleChannelHandler | |
---|---|
closeRequested, handleUpstream, messageReceived, exceptionCaught, channelOpen, channelBound, channelConnected, channelInterestChanged, channelDisconnected, channelUnbound, channelClosed, writeComplete, childChannelOpen, childChannelClosed, handleDownstream, writeRequested, bindRequested, connectRequested, setInterestOpsRequested, disconnectRequested, unbindRequested, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public NettyTransportProvider.ClientHandler(NettyTransportProvider provider, UUID id)
Method Detail |
---|
@Override public void channelDisconnected(ChannelHandlerContext ctx, ChannelStateEvent e)
Groovy Documentation