Class NBMessageForm_NIO


  • public class NBMessageForm_NIO
    extends java.lang.Object
    NBMessageForm - Message form for non-blocking message reads.
    Author:
    akbollu, Bela Ban
    • Constructor Summary

      Constructors 
      Constructor Description
      NBMessageForm_NIO​(int dataBuffSize, java.nio.channels.SocketChannel ch)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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()