Uses of Class
org.apache.mina.core.service.IoServiceListenerSupport
Packages that use IoServiceListenerSupport
Package
Description
In-VM pipe support which removes the overhead of local loopback communication.
-
Uses of IoServiceListenerSupport in org.apache.mina.core.service
Fields in org.apache.mina.core.service declared as IoServiceListenerSupportModifier and TypeFieldDescriptionprivate final IoServiceListenerSupportAbstractIoService.listenersMaintains theIoServiceListeners of this service.Methods in org.apache.mina.core.service that return IoServiceListenerSupportModifier and TypeMethodDescriptionfinal IoServiceListenerSupportAbstractIoService.getListeners() -
Uses of IoServiceListenerSupport in org.apache.mina.transport.vmpipe
Fields in org.apache.mina.transport.vmpipe declared as IoServiceListenerSupportModifier and TypeFieldDescriptionprivate final IoServiceListenerSupportVmPipe.listenersprivate final IoServiceListenerSupportVmPipeSession.serviceListenersMethods in org.apache.mina.transport.vmpipe that return IoServiceListenerSupportModifier and TypeMethodDescriptionVmPipe.getListeners()(package private) IoServiceListenerSupportVmPipeSession.getServiceListeners()Constructors in org.apache.mina.transport.vmpipe with parameters of type IoServiceListenerSupportModifierConstructorDescription(package private)VmPipe(VmPipeAcceptor acceptor, VmPipeAddress address, IoHandler handler, IoServiceListenerSupport listeners) (package private)VmPipeSession(IoService service, IoServiceListenerSupport serviceListeners, VmPipeAddress localAddress, IoHandler handler, VmPipe remoteEntry)