|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Queue | |
org.apache.mina.protocol | High-level protocol implementation layer (Protocol layer). |
org.apache.mina.util | This package is used by MINA internally. |
Uses of Queue in org.apache.mina.protocol |
Methods in org.apache.mina.protocol that return Queue | |
Queue |
SimpleProtocolEncoderOutput.getBufferQueue()
|
Queue |
SimpleProtocolDecoderOutput.getMessageQueue()
|
Uses of Queue in org.apache.mina.util |
Subclasses of Queue in org.apache.mina.util | |
class |
BlockingQueue
A synchronized version of Queue . |
Methods in org.apache.mina.util that return Queue | |
Queue |
BaseThreadPool.SessionBuffer.getEventQueue()
|
Methods in org.apache.mina.util with parameters of type Queue | |
protected BaseThreadPool.SessionBuffer |
BaseThreadPool.fetchSessionBuffer(Queue unfetchedSessionBuffers)
Implement this method to fetch (or pop) a BaseThreadPool.SessionBuffer from
the given unfetchedSessionBuffers. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |