Class SocketSendBufferPool.GatheringSendBuffer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.nio.ByteBuffer[] buffers  
      private int last  
      private int total  
      private long written  
    • Constructor Summary

      Constructors 
      Constructor Description
      GatheringSendBuffer​(java.nio.ByteBuffer[] buffers)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean finished()  
      void release()  
      long totalBytes()  
      long transferTo​(java.nio.channels.DatagramChannel ch, java.net.SocketAddress raddr)  
      long transferTo​(java.nio.channels.WritableByteChannel ch)  
      long writtenBytes()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait