Interface SocketSendBufferPool.SendBuffer
- All Known Implementing Classes:
SocketSendBufferPool.EmptySendBuffer, SocketSendBufferPool.FileSendBuffer, SocketSendBufferPool.GatheringSendBuffer, SocketSendBufferPool.PooledSendBuffer, SocketSendBufferPool.UnpooledSendBuffer
- Enclosing class:
SocketSendBufferPool
static interface SocketSendBufferPool.SendBuffer
-
Method Summary
Modifier and TypeMethodDescriptionbooleanfinished()voidrelease()longlongtransferTo(DatagramChannel ch, SocketAddress raddr) longlong
-
Method Details
-
finished
boolean finished() -
writtenBytes
long writtenBytes() -
totalBytes
long totalBytes() -
transferTo
- Throws:
IOException
-
transferTo
- Throws:
IOException
-
release
void release()
-