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

Field Summary
private RemoteConnection connection

 
Constructor Summary
RemoteObjectDecoder(RemoteConnection connection)

Creates a new encoder.

 
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)
Creates a new encoder.
Parameters:
connection - connection handling serialization details


 
Method Detail

decode

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


 

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