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 TypeMethodDescriptionboolean
finished()
void
release()
long
long
transferTo
(DatagramChannel ch, SocketAddress raddr) long
long
-
Method Details
-
finished
boolean finished() -
writtenBytes
long writtenBytes() -
totalBytes
long totalBytes() -
transferTo
- Throws:
IOException
-
transferTo
- Throws:
IOException
-
release
void release()
-