groovyx.gpars.remote.netty
[Java] Class RemoteObjectDecoder
java.lang.Object
   org.jboss.netty.handler.codec.serialization.ObjectDecoder
org.jboss.netty.handler.codec.serialization.ObjectDecoder
       groovyx.gpars.remote.netty.RemoteObjectDecoder
groovyx.gpars.remote.netty.RemoteObjectDecoder
public class RemoteObjectDecoder
extends ObjectDecoder
 Creates a new encoder.
     
- Parameters:
- connection-  connection handling serialization details
    
     
    
     
    
     
    
    
        connection
        private final RemoteConnection connection
        
        - 
        
        
    
     
    
    
        
        RemoteObjectDecoder
        public RemoteObjectDecoder(RemoteConnection connection)
        
        - 
        
        
    
     
    
    
        
        decode
        @java.lang.Override}
}
protected java.lang.Object decode(ChannelHandlerContext ctx, Channel channel, ChannelBuffer buffer)
        
        - 
        
        
    
     
Copyright © 2008–2013  Václav Pech.  All Rights Reserved.