Uses of Class
org.apache.mina.core.service.IoHandlerAdapter
Packages that use IoHandlerAdapter
Package
Description
A handler implementation that helps you implement sequentially layered protocols using Chains of Responsibility pattern.
A handler implementation that helps you implement complex protocols by splitting
messageReceived handlers into multiple sub-handlers.
-
Uses of IoHandlerAdapter in org.apache.mina.handler.chain
Subclasses of IoHandlerAdapter in org.apache.mina.handler.chainModifier and TypeClassDescriptionclass -
Uses of IoHandlerAdapter in org.apache.mina.handler.demux
Subclasses of IoHandlerAdapter in org.apache.mina.handler.demuxModifier and TypeClassDescriptionclass -
Uses of IoHandlerAdapter in org.apache.mina.handler.stream
Subclasses of IoHandlerAdapter in org.apache.mina.handler.streamModifier and TypeClassDescriptionclassAIoHandlerthat adapts asynchronous MINA events to stream I/O. -
Uses of IoHandlerAdapter in org.apache.mina.proxy
Subclasses of IoHandlerAdapter in org.apache.mina.proxyModifier and TypeClassDescriptionclassAbstractProxyIoHandler.java -IoHandlerthat intercepts events until handshake is complete.