org.glassfish.grizzly.asyncqueue
Class AsyncReadQueueRecord
java.lang.Object
org.glassfish.grizzly.asyncqueue.AsyncQueueRecord<ReadResult>
org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
- All Implemented Interfaces:
- Cacheable
public final class AsyncReadQueueRecord
- extends AsyncQueueRecord<ReadResult>
AsyncQueue read element unit
- Author:
- Alexey Stashok
| Methods inherited from class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord |
checkRecycled, getCompletionHandler, getConnection, getCurrentResult, getFuture, getInterceptor, getMessage, getOriginalMessage, set, setFuture, setMessage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static AsyncReadQueueRecord create(Connection connection,
Object message,
Future future,
ReadResult currentResult,
CompletionHandler completionHandler,
Interceptor<ReadResult> interceptor)
getRemainderBuffer
public Buffer getRemainderBuffer()
setRemainderBuffer
public void setRemainderBuffer(Buffer remainderBuffer)
reset
protected final void reset()
recycle
public void recycle()
Copyright © 2011 Oracle Corpration. All Rights Reserved.