org.codehaus.gpars

groovyx.gpars.remote.netty
[Java] Class RemoteObjectDecoder

java.lang.Object
  org.jboss.netty.handler.codec.serialization.ObjectDecoder
      groovyx.gpars.remote.netty.RemoteObjectDecoder

public class RemoteObjectDecoder
extends ObjectDecoder

Creates a new encoder.

Parameters:
connection - connection handling serialization details


Field Summary
private RemoteConnection connection

 
Constructor Summary
RemoteObjectDecoder(RemoteConnection connection)

 
Method Summary
protected java.lang.Object decode(ChannelHandlerContext ctx, Channel channel, ChannelBuffer buffer)

 

Field Detail

connection

private final RemoteConnection connection


 
Constructor Detail

RemoteObjectDecoder

public RemoteObjectDecoder(RemoteConnection connection)


 
Method Detail

decode

@java.lang.Override}
}
protected java.lang.Object decode(ChannelHandlerContext ctx, Channel channel, ChannelBuffer buffer)


 

Copyright © 2008–2013 Václav Pech. All Rights Reserved.