Uses of Class
org.apache.mina.core.service.IoServiceListenerSupport
-
Packages that use IoServiceListenerSupport Package Description org.apache.mina.core.service org.apache.mina.transport.vmpipe In-VM pipe support which removes the overhead of local loopback communication. -
-
Uses of IoServiceListenerSupport in org.apache.mina.core.service
Methods in org.apache.mina.core.service that return IoServiceListenerSupport Modifier and Type Method Description IoServiceListenerSupportAbstractIoService. getListeners() -
Uses of IoServiceListenerSupport in org.apache.mina.transport.vmpipe
Methods in org.apache.mina.transport.vmpipe that return IoServiceListenerSupport Modifier and Type Method Description IoServiceListenerSupportVmPipe. getListeners()(package private) IoServiceListenerSupportVmPipeSession. getServiceListeners()Constructors in org.apache.mina.transport.vmpipe with parameters of type IoServiceListenerSupport Constructor Description VmPipe(VmPipeAcceptor acceptor, VmPipeAddress address, IoHandler handler, IoServiceListenerSupport listeners)VmPipeSession(IoService service, IoServiceListenerSupport serviceListeners, VmPipeAddress localAddress, IoHandler handler, VmPipe remoteEntry)
-