Uses of Class
org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
Packages that use AsyncReadQueueRecord
-
Uses of AsyncReadQueueRecord in org.glassfish.grizzly.asyncqueue
Methods in org.glassfish.grizzly.asyncqueue that return AsyncReadQueueRecordModifier and TypeMethodDescriptionstatic AsyncReadQueueRecordAsyncReadQueueRecord.create(Connection connection, Buffer message, CompletionHandler completionHandler, Interceptor<ReadResult> interceptor) -
Uses of AsyncReadQueueRecord in org.glassfish.grizzly.nio
Methods in org.glassfish.grizzly.nio that return types with arguments of type AsyncReadQueueRecordMethods in org.glassfish.grizzly.nio with parameters of type AsyncReadQueueRecordModifier and TypeMethodDescriptionprotected final intAbstractNIOAsyncQueueReader.doRead(Connection connection, AsyncReadQueueRecord queueRecord) Performs real read on the NIO channelprotected final voidAbstractNIOAsyncQueueReader.onReadFailure(Connection connection, AsyncReadQueueRecord failedRecord, IOException e)