Interface SocketSendBufferPool.SendBuffer

    • Method Detail

      • finished

        boolean finished()
      • writtenBytes

        long writtenBytes()
      • totalBytes

        long totalBytes()
      • transferTo

        long transferTo​(java.nio.channels.WritableByteChannel ch)
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • transferTo

        long transferTo​(java.nio.channels.DatagramChannel ch,
                        java.net.SocketAddress raddr)
                 throws java.io.IOException
        Throws:
        java.io.IOException
      • release

        void release()