|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.jboss.netty.channel.SimpleChannelUpstreamHandler
org.jboss.netty.handler.codec.frame.FrameDecoder
org.jboss.netty.handler.codec.serialization.ObjectDecoder
gpars.remote.netty.RemoteObjectDecoder
@ChannelPipelineCoverage("one")
class RemoteObjectDecoder
extends org.jboss.netty.handler.codec.serialization.ObjectDecoder
| Constructor Summary | |
RemoteObjectDecoder(RemoteConnection connection)
Creates a new encoder. |
|
| Method Summary | |
|---|---|
protected Object
|
decode(ChannelHandlerContext ctx, Channel channel, ChannelBuffer buffer)
|
| Methods inherited from class org.jboss.netty.handler.codec.serialization.ObjectDecoder | |
|---|---|
| messageReceived, exceptionCaught, channelDisconnected, channelClosed, handleUpstream, channelOpen, channelBound, channelConnected, channelInterestChanged, channelUnbound, writeComplete, childChannelOpen, childChannelClosed, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Methods inherited from class org.jboss.netty.handler.codec.frame.FrameDecoder | |
|---|---|
| messageReceived, exceptionCaught, channelDisconnected, channelClosed, handleUpstream, channelOpen, channelBound, channelConnected, channelInterestChanged, channelUnbound, writeComplete, childChannelOpen, childChannelClosed, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Methods inherited from class org.jboss.netty.channel.SimpleChannelUpstreamHandler | |
|---|---|
| handleUpstream, messageReceived, exceptionCaught, channelOpen, channelBound, channelConnected, channelInterestChanged, channelDisconnected, channelUnbound, channelClosed, writeComplete, childChannelOpen, childChannelClosed, 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 RemoteObjectDecoder(RemoteConnection connection)
| Method Detail |
|---|
@Override protected Object decode(ChannelHandlerContext ctx, Channel channel, ChannelBuffer buffer)
Groovy Documentation