com.sun.grizzly.async
Class AsyncQueueReadUnit
java.lang.Object
com.sun.grizzly.async.AsyncQueueReadUnit
public class AsyncQueueReadUnit
- extends Object
AsyncQueue
write data unit
- Author:
- Alexey Stashok
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
byteBuffer
protected ByteBuffer byteBuffer
callbackHandler
protected AsyncReadCallbackHandler callbackHandler
condition
protected AsyncReadCondition condition
readPostProcessor
protected AsyncQueueDataProcessor readPostProcessor
future
protected Future<AsyncQueueReadUnit> future
AsyncQueueReadUnit
public AsyncQueueReadUnit()
set
public void set(ByteBuffer byteBuffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor,
Future<AsyncQueueReadUnit> future)
getByteBuffer
public ByteBuffer getByteBuffer()
setByteBuffer
public void setByteBuffer(ByteBuffer byteBuffer)
getCallbackHandler
public AsyncReadCallbackHandler getCallbackHandler()
setCallbackHandler
public void setCallbackHandler(AsyncReadCallbackHandler callbackHandler)
getCondition
public AsyncReadCondition getCondition()
setCondition
public void setCondition(AsyncReadCondition condition)
getReadPostProcessor
public AsyncQueueDataProcessor getReadPostProcessor()
setReadPostProcessor
public void setReadPostProcessor(AsyncQueueDataProcessor readPostProcessor)
getFuture
public Future<AsyncQueueReadUnit> getFuture()
setFuture
public void setFuture(Future<AsyncQueueReadUnit> future)
Copyright © 2012 Oracle Corporation. All Rights Reserved.