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
    
     
    
     
    
     
    
    
        connection
        private final RemoteConnection connection
        
        - 
        
 
        
        
        
    
     
    
    
        
        RemoteObjectDecoder
        public RemoteObjectDecoder(RemoteConnection connection)
        
        -  Creates a new encoder.
     
- Parameters:
 connection -  connection handling serialization details
         
        
        
        
    
     
    
    
        
        decode
        @Override
protected java.lang.Object decode(ChannelHandlerContext ctx, Channel channel, ChannelBuffer buffer)
        
        - 
        
 
        
        
        
    
     
Copyright © 2008–2012  Václav Pech.  All Rights Reserved.