Class SocketSendBufferPool.EmptySendBuffer

    • Constructor Summary

      Constructors 
      Constructor Description
      EmptySendBuffer()  
    • 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