Uses of Class
org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
-
Packages that use AsyncWriteQueueRecord Package Description org.glassfish.grizzly.asyncqueue org.glassfish.grizzly.nio org.glassfish.grizzly.nio.transport -
-
Uses of AsyncWriteQueueRecord in org.glassfish.grizzly.asyncqueue
Fields in org.glassfish.grizzly.asyncqueue declared as AsyncWriteQueueRecord Modifier and Type Field Description protected AsyncWriteQueueRecordPushBackContext. queueRecordDeprecated.Methods in org.glassfish.grizzly.asyncqueue that return AsyncWriteQueueRecord Modifier and Type Method Description static AsyncWriteQueueRecordAsyncWriteQueueRecord. create(Connection connection, WritableMessage message, CompletionHandler completionHandler, Object dstAddress, PushBackHandler pushbackHandler, boolean isUncountable)Constructors in org.glassfish.grizzly.asyncqueue with parameters of type AsyncWriteQueueRecord Constructor Description PushBackContext(AsyncWriteQueueRecord queueRecord)Deprecated. -
Uses of AsyncWriteQueueRecord in org.glassfish.grizzly.nio
Methods in org.glassfish.grizzly.nio that return AsyncWriteQueueRecord Modifier and Type Method Description protected AsyncWriteQueueRecordAbstractNIOAsyncQueueWriter. aggregate(TaskQueue<AsyncWriteQueueRecord> connectionQueue)Aggregates records in a queue to be written as one chunk.protected AsyncWriteQueueRecordAbstractNIOAsyncQueueWriter. createRecord(Connection connection, WritableMessage message, CompletionHandler<WriteResult<WritableMessage,SocketAddress>> completionHandler, SocketAddress dstAddress, PushBackHandler pushBackHandler, boolean isUncountable)Methods in org.glassfish.grizzly.nio that return types with arguments of type AsyncWriteQueueRecord Modifier and Type Method Description TaskQueue<AsyncWriteQueueRecord>NIOConnection. getAsyncWriteQueue()Methods in org.glassfish.grizzly.nio with parameters of type AsyncWriteQueueRecord Modifier and Type Method Description protected static voidAbstractNIOAsyncQueueWriter. onWriteFailure(Connection connection, AsyncWriteQueueRecord failedRecord, Throwable e)protected abstract RecordWriteResultAbstractNIOAsyncQueueWriter. write0(NIOConnection connection, AsyncWriteQueueRecord queueRecord)Method parameters in org.glassfish.grizzly.nio with type arguments of type AsyncWriteQueueRecord Modifier and Type Method Description protected AsyncWriteQueueRecordAbstractNIOAsyncQueueWriter. aggregate(TaskQueue<AsyncWriteQueueRecord> connectionQueue)Aggregates records in a queue to be written as one chunk. -
Uses of AsyncWriteQueueRecord in org.glassfish.grizzly.nio.transport
Methods in org.glassfish.grizzly.nio.transport that return AsyncWriteQueueRecord Modifier and Type Method Description protected AsyncWriteQueueRecordTCPNIOAsyncQueueWriter. aggregate(TaskQueue<AsyncWriteQueueRecord> writeTaskQueue)Aggregates records in a queue to be written as one chunk.Methods in org.glassfish.grizzly.nio.transport with parameters of type AsyncWriteQueueRecord Modifier and Type Method Description protected RecordWriteResultTCPNIOAsyncQueueWriter. write0(NIOConnection connection, AsyncWriteQueueRecord queueRecord)protected RecordWriteResultUDPNIOAsyncQueueWriter. write0(NIOConnection connection, AsyncWriteQueueRecord queueRecord)Method parameters in org.glassfish.grizzly.nio.transport with type arguments of type AsyncWriteQueueRecord Modifier and Type Method Description protected AsyncWriteQueueRecordTCPNIOAsyncQueueWriter. aggregate(TaskQueue<AsyncWriteQueueRecord> writeTaskQueue)Aggregates records in a queue to be written as one chunk.
-