openr66.protocol.test
Class TestRecvThroughClient.TestRecvThroughHandler
java.lang.Object
  
openr66.client.RecvThroughHandler
      
openr66.protocol.test.TestRecvThroughClient.TestRecvThroughHandler
- Enclosing class:
 - TestRecvThroughClient
 
public static class TestRecvThroughClient.TestRecvThroughHandler
- extends RecvThroughHandler
 
 
| 
Method Summary | 
 void | 
writeChannelBuffer(org.jboss.netty.buffer.ChannelBuffer buffer)
 
          This method will be called for each valid packet received to be written | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TestRecvThroughClient.TestRecvThroughHandler
public TestRecvThroughClient.TestRecvThroughHandler()
writeChannelBuffer
public void writeChannelBuffer(org.jboss.netty.buffer.ChannelBuffer buffer)
                        throws OpenR66ProtocolBusinessException
- Description copied from class: 
RecvThroughHandler 
- This method will be called for each valid packet received to be written
- Specified by:
 writeChannelBuffer in class RecvThroughHandler
 
- Throws:
 OpenR66ProtocolBusinessException - This exception has to be throw if any error
 occurs during write in business process.
 
 
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.