Uses of Class
org.apache.mina.core.service.IoHandlerAdapter
-
Packages that use IoHandlerAdapter Package Description 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 org.apache.mina.proxy -
-
Uses of IoHandlerAdapter in org.apache.mina.handler.chain
Subclasses of IoHandlerAdapter in org.apache.mina.handler.chain Modifier and Type Class Description classChainedIoHandlerAnIoHandlerwhich executes anIoHandlerChainon a messageReceived event. -
Uses of IoHandlerAdapter in org.apache.mina.handler.demux
Subclasses of IoHandlerAdapter in org.apache.mina.handler.demux Modifier and Type Class Description classDemuxingIoHandler -
Uses of IoHandlerAdapter in org.apache.mina.handler.stream
Subclasses of IoHandlerAdapter in org.apache.mina.handler.stream Modifier and Type Class Description classStreamIoHandlerAIoHandlerthat adapts asynchronous MINA events to stream I/O. -
Uses of IoHandlerAdapter in org.apache.mina.proxy
Subclasses of IoHandlerAdapter in org.apache.mina.proxy Modifier and Type Class Description classAbstractProxyIoHandlerAbstractProxyIoHandler.java -IoHandlerthat intercepts events until handshake is complete.
-