public final class UDPNIOAsyncQueueWriter extends AbstractNIOAsyncQueueWriter
AsyncQueueWriter implementation, based on
the Java NIOWriter.ReentrantAsyncQueue.AsyncResultmaxPendingBytes, maxWriteReentrants, transportAUTO_SIZE, UNLIMITED_SIZEEXPECTING_MORE_OPTION| Constructor and Description |
|---|
UDPNIOAsyncQueueWriter(NIOTransport transport) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onReadyToWrite(NIOConnection connection) |
protected RecordWriteResult |
write0(NIOConnection connection,
AsyncWriteQueueRecord queueRecord) |
aggregate, canWrite, canWrite, close, createRecord, getMaxPendingBytesPerConnection, isAllowDirectWrite, isReady, notifyWritePossible, notifyWritePossible, onClose, onWriteFailure, processAsync, setAllowDirectWrite, setMaxPendingBytesPerConnection, write, write, writewrite, write, write, writepublic UDPNIOAsyncQueueWriter(NIOTransport transport)
protected RecordWriteResult write0(NIOConnection connection, AsyncWriteQueueRecord queueRecord) throws IOException
write0 in class AbstractNIOAsyncQueueWriterIOExceptionprotected final void onReadyToWrite(NIOConnection connection) throws IOException
onReadyToWrite in class AbstractNIOAsyncQueueWriterIOExceptionCopyright © 2015 Oracle Corporation. All Rights Reserved.