Class | Description |
---|---|
AbstractBbqChannel |
Common base class for
ByteBufferQueue based channels. |
ByteBufferQueue |
A queue implementation that uses (a part of) a buffer for storing the queue elements and pointers.
|
ReadableBbqChannel |
A
ReadableJslipcByteChannel implementation that reads the data from an underlying
ByteBufferQueue . |
WritableBbqChannel |
A
WritableBbqChannel implementation that writes the data to an underlying
ByteBufferQueue . |
Copyright © 2014. All Rights Reserved.