Groovy Documentation

gpars.remote.netty
Class RemoteObjectDecoder

java.lang.Object
  org.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

RemoteObjectDecoder

public RemoteObjectDecoder(RemoteConnection connection)
Creates a new encoder.
param:
connection connection handling serialization details


 
Method Detail

decode

@Override
protected Object decode(ChannelHandlerContext ctx, Channel channel, ChannelBuffer buffer)


 

Groovy Documentation