Uses of Class
org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
Packages that use AsyncWriteQueueRecord
Package
Description
-
Uses of AsyncWriteQueueRecord in org.glassfish.grizzly.asyncqueue
Fields in org.glassfish.grizzly.asyncqueue declared as AsyncWriteQueueRecordModifier and TypeFieldDescriptionprotected final AsyncWriteQueueRecordPushBackContext.queueRecordDeprecated.Methods in org.glassfish.grizzly.asyncqueue that return AsyncWriteQueueRecordModifier and TypeMethodDescriptionstatic 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 -
Uses of AsyncWriteQueueRecord in org.glassfish.grizzly.nio
Methods in org.glassfish.grizzly.nio that return AsyncWriteQueueRecordModifier and TypeMethodDescriptionprotected 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 AsyncWriteQueueRecordMethods in org.glassfish.grizzly.nio with parameters of type AsyncWriteQueueRecordModifier and TypeMethodDescriptionprotected 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 AsyncWriteQueueRecordModifier and TypeMethodDescriptionprotected 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 AsyncWriteQueueRecordModifier and TypeMethodDescriptionprotected 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 AsyncWriteQueueRecordModifier and TypeMethodDescriptionprotected 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 AsyncWriteQueueRecordModifier and TypeMethodDescriptionprotected AsyncWriteQueueRecordTCPNIOAsyncQueueWriter.aggregate(TaskQueue<AsyncWriteQueueRecord> writeTaskQueue) Aggregates records in a queue to be written as one chunk.