Uses of Class
org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
-
Packages that use AsyncReadQueueRecord Package Description org.glassfish.grizzly.asyncqueue org.glassfish.grizzly.nio -
-
Uses of AsyncReadQueueRecord in org.glassfish.grizzly.asyncqueue
Methods in org.glassfish.grizzly.asyncqueue that return AsyncReadQueueRecord Modifier and Type Method Description static 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 AsyncReadQueueRecord Modifier and Type Method Description TaskQueue<AsyncReadQueueRecord>NIOConnection. getAsyncReadQueue()Methods in org.glassfish.grizzly.nio with parameters of type AsyncReadQueueRecord Modifier and Type Method Description protected intAbstractNIOAsyncQueueReader. doRead(Connection connection, AsyncReadQueueRecord queueRecord)Performs real read on the NIO channelprotected voidAbstractNIOAsyncQueueReader. onReadFailure(Connection connection, AsyncReadQueueRecord failedRecord, IOException e)
-