|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IoHandlerAdapter | |
---|---|
org.apache.mina.handler.chain | A handler implementation that helps you implement sequentially layered protocols using Chains of Responsibility pattern. |
org.apache.mina.handler.demux | A handler implementation that helps you implement complex protocols by splitting messageReceived handlers into multiple sub-handlers. |
org.apache.mina.handler.stream |
Uses of IoHandlerAdapter in org.apache.mina.handler.chain |
---|
Subclasses of IoHandlerAdapter in org.apache.mina.handler.chain | |
---|---|
class |
ChainedIoHandler
An IoHandler which executes an IoHandlerChain
on a messageReceived event. |
Uses of IoHandlerAdapter in org.apache.mina.handler.demux |
---|
Subclasses of IoHandlerAdapter in org.apache.mina.handler.demux | |
---|---|
class |
DemuxingIoHandler
A IoHandler that demuxes messageReceived events
to the appropriate MessageHandler . |
Uses of IoHandlerAdapter in org.apache.mina.handler.stream |
---|
Subclasses of IoHandlerAdapter in org.apache.mina.handler.stream | |
---|---|
class |
StreamIoHandler
A IoHandler that adapts asynchronous MINA events to stream I/O. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |