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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interceptor
protected Interceptor interceptor
create
public static AsyncReadQueueRecord create(Connection connection,
Buffer message,
ReadResult currentResult,
CompletionHandler completionHandler,
Interceptor<ReadResult> interceptor)
getInterceptor
public final Interceptor getInterceptor()
notifyComplete
public final void notifyComplete()
isFinished
public boolean isFinished()
reset
protected final void reset()
recycle
public void recycle()
Copyright © 2012 Oracle Corporation. All Rights Reserved.