Uses of Class
org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord

Packages that use AsyncWriteQueueRecord
org.glassfish.grizzly.asyncqueue   
org.glassfish.grizzly.nio   
org.glassfish.grizzly.nio.transport   
 

Uses of AsyncWriteQueueRecord in org.glassfish.grizzly.asyncqueue
 

Methods in org.glassfish.grizzly.asyncqueue that return AsyncWriteQueueRecord
static AsyncWriteQueueRecord AsyncWriteQueueRecord.create(Connection connection, Object message, Future future, WriteResult currentResult, CompletionHandler completionHandler, Interceptor interceptor, Object dstAddress, Buffer outputBuffer, boolean isCloned, boolean isEmptyRecord)
           
 

Uses of AsyncWriteQueueRecord in org.glassfish.grizzly.nio
 

Fields in org.glassfish.grizzly.nio with type parameters of type AsyncWriteQueueRecord
protected  TaskQueue<AsyncWriteQueueRecord> NIOConnection.asyncWriteQueue
           
 

Methods in org.glassfish.grizzly.nio that return AsyncWriteQueueRecord
protected  AsyncWriteQueueRecord AbstractNIOAsyncQueueWriter.createRecord(Connection connection, Buffer message, Future<WriteResult<Buffer,SocketAddress>> future, WriteResult<Buffer,SocketAddress> currentResult, CompletionHandler<WriteResult<Buffer,SocketAddress>> completionHandler, Interceptor<WriteResult<Buffer,SocketAddress>> interceptor, SocketAddress dstAddress, Buffer outputBuffer, boolean isCloned, boolean isEmptyRecord)
           
 

Methods in org.glassfish.grizzly.nio that return types with arguments of type AsyncWriteQueueRecord
 TaskQueue<AsyncWriteQueueRecord> NIOConnection.getAsyncWriteQueue()
           
 

Methods in org.glassfish.grizzly.nio with parameters of type AsyncWriteQueueRecord
protected  void AbstractNIOAsyncQueueWriter.failWriteRecord(AsyncWriteQueueRecord record, Throwable e)
           
protected  void AbstractNIOAsyncQueueWriter.onWriteComplete(AsyncWriteQueueRecord record)
           
protected  void AbstractNIOAsyncQueueWriter.onWriteFailure(Connection connection, AsyncWriteQueueRecord failedRecord, IOException e)
           
protected  void AbstractNIOAsyncQueueWriter.onWriteIncomplete(AsyncWriteQueueRecord record)
           
protected abstract  int AbstractNIOAsyncQueueWriter.write0(NIOConnection connection, AsyncWriteQueueRecord queueRecord)
           
 

Uses of AsyncWriteQueueRecord in org.glassfish.grizzly.nio.transport
 

Methods in org.glassfish.grizzly.nio.transport that return AsyncWriteQueueRecord
protected  AsyncWriteQueueRecord TCPNIOAsyncQueueWriter.createRecord(Connection connection, Buffer message, Future<WriteResult<Buffer,SocketAddress>> future, WriteResult<Buffer,SocketAddress> currentResult, CompletionHandler<WriteResult<Buffer,SocketAddress>> completionHandler, Interceptor<WriteResult<Buffer,SocketAddress>> interceptor, SocketAddress dstAddress, Buffer outputBuffer, boolean isCloned, boolean isEmptyRecord)
           
 

Methods in org.glassfish.grizzly.nio.transport with parameters of type AsyncWriteQueueRecord
protected  int TCPNIOAsyncQueueWriter.write0(NIOConnection connection, AsyncWriteQueueRecord queueRecord)
           
protected  int UDPNIOAsyncQueueWriter.write0(NIOConnection connection, AsyncWriteQueueRecord queueRecord)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.