Uses of Interface
org.apache.mina.core.service.IoHandler
Packages that use IoHandler
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.
Enables creating a handler per session instead of having one handler for many sessions, using Multiton pattern.
In-VM pipe support which removes the overhead of local loopback communication.
-
Uses of IoHandler in org.apache.mina.core.service
Classes in org.apache.mina.core.service that implement IoHandlerFields in org.apache.mina.core.service declared as IoHandlerModifier and TypeFieldDescriptionprivate IoHandlerAbstractIoService.handlerThe IoHandler in charge of managing all the I/O Events.Methods in org.apache.mina.core.service that return IoHandlerModifier and TypeMethodDescriptionfinal IoHandlerAbstractIoService.getHandler()IoService.getHandler()Methods in org.apache.mina.core.service with parameters of type IoHandlerModifier and TypeMethodDescriptionfinal voidAbstractIoService.setHandler(IoHandler handler) Sets the handler which will handle all connections managed by this service.voidIoService.setHandler(IoHandler handler) Sets the handler which will handle all connections managed by this service. -
Uses of IoHandler in org.apache.mina.core.session
Fields in org.apache.mina.core.session declared as IoHandlerModifier and TypeFieldDescriptionprivate final IoHandlerAbstractIoSession.handlerThe associated handlerprivate IoHandlerDummySession.handlerMethods in org.apache.mina.core.session that return IoHandlerModifier and TypeMethodDescriptionAbstractIoSession.getHandler()DummySession.getHandler()IoSession.getHandler()Methods in org.apache.mina.core.session with parameters of type IoHandlerModifier and TypeMethodDescriptionvoidDummySession.setHandler(IoHandler handler) Sets theIoHandlerwhich handles this session. -
Uses of IoHandler in org.apache.mina.handler.chain
Classes in org.apache.mina.handler.chain that implement IoHandlerModifier and TypeClassDescriptionclass -
Uses of IoHandler in org.apache.mina.handler.demux
Classes in org.apache.mina.handler.demux that implement IoHandlerModifier and TypeClassDescriptionclass -
Uses of IoHandler in org.apache.mina.handler.multiton
Classes in org.apache.mina.handler.multiton that implement IoHandlerModifier and TypeClassDescriptionclassDeprecated.This class is deprecated -
Uses of IoHandler in org.apache.mina.handler.stream
Classes in org.apache.mina.handler.stream that implement IoHandlerModifier and TypeClassDescriptionclassAIoHandlerthat adapts asynchronous MINA events to stream I/O. -
Uses of IoHandler in org.apache.mina.proxy
Classes in org.apache.mina.proxy that implement IoHandlerModifier and TypeClassDescriptionclassAbstractProxyIoHandler.java -IoHandlerthat intercepts events until handshake is complete. -
Uses of IoHandler in org.apache.mina.transport.vmpipe
Fields in org.apache.mina.transport.vmpipe declared as IoHandlerMethods in org.apache.mina.transport.vmpipe that return IoHandlerConstructors in org.apache.mina.transport.vmpipe with parameters of type IoHandlerModifierConstructorDescription(package private)VmPipe(VmPipeAcceptor acceptor, VmPipeAddress address, IoHandler handler, IoServiceListenerSupport listeners) (package private)VmPipeSession(IoService service, IoServiceListenerSupport serviceListeners, VmPipeAddress localAddress, IoHandler handler, VmPipe remoteEntry)