com.sun.grizzly.async
Class AsyncReadQueueRecord
java.lang.Object
com.sun.grizzly.async.AsyncReadQueueRecord
public class AsyncReadQueueRecord
- 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
public ByteBuffer byteBuffer
callbackHandler
public AsyncReadCallbackHandler callbackHandler
condition
public AsyncReadCondition condition
readPostProcessor
public AsyncQueueDataProcessor readPostProcessor
AsyncReadQueueRecord
public AsyncReadQueueRecord()
set
public void set(ByteBuffer byteBuffer,
AsyncReadCallbackHandler callbackHandler,
AsyncReadCondition condition,
AsyncQueueDataProcessor readPostProcessor)
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)
Copyright © 2010 SUN Microsystems. All Rights Reserved.