Uses of Class
org.apache.mina.core.service.IoHandlerAdapter
-
Packages that use IoHandlerAdapter Package Description org.apache.directory.ldap.client.api 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.directory.ldap.client.api
Subclasses of IoHandlerAdapter in org.apache.directory.ldap.client.api Modifier and Type Class Description classAbstractLdapConnectionAn abstract LdapConnection class gathering the common behavior of LdapConnection concrete classes.classLdapNetworkConnectionThis class is the base for every operations sent or received to and from a LDAP server. -
Uses of IoHandlerAdapter in org.apache.mina.handler.chain
Subclasses of IoHandlerAdapter in org.apache.mina.handler.chain Modifier and Type Class Description classChainedIoHandler -
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.
-