org.jgroups.blocks
Class NBMessageForm_NIO

java.lang.Object
  extended by org.jgroups.blocks.NBMessageForm_NIO

public class NBMessageForm_NIO
extends java.lang.Object

NBMessageForm - Message form for non-blocking message reads.

Author:
akbollu, Bela Ban

Constructor Summary
NBMessageForm_NIO(int dataBuffSize, java.nio.channels.SocketChannel ch)
           
 
Method Summary
 java.nio.ByteBuffer readCompleteMsgBuffer()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NBMessageForm_NIO

public NBMessageForm_NIO(int dataBuffSize,
                         java.nio.channels.SocketChannel ch)
Method Detail

readCompleteMsgBuffer

public java.nio.ByteBuffer readCompleteMsgBuffer()
                                          throws java.io.IOException
Throws:
java.io.IOException

reset

public void reset()


Copyright ? 1998-2006 Bela Ban. All Rights Reserved.