Class SocketSendBufferPool.UnpooledSendBuffer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.nio.ByteBuffer buffer  
      (package private) int initialPos  
    • Constructor Summary

      Constructors 
      Constructor Description
      UnpooledSendBuffer​(java.nio.ByteBuffer buffer)  
    • 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