org.jgroups.blocks
Class NBMessageForm1_4

java.lang.Object
  extended byorg.jgroups.blocks.NBMessageForm1_4

public class NBMessageForm1_4
extends java.lang.Object

NBMessageForm - Message form for non-blocking message reads.

Author:
akbollu

Constructor Summary
NBMessageForm1_4(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

NBMessageForm1_4

public NBMessageForm1_4(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 ? 2001,2002 www.jgroups.com . All Rights Reserved.