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
Fields in org.apache.mina.core.service declared as IoServiceListenerSupport Modifier and Type Field Description private IoServiceListenerSupportAbstractIoService. listenersMaintains theIoServiceListeners of this 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
Fields in org.apache.mina.transport.vmpipe declared as IoServiceListenerSupport Modifier and Type Field Description private IoServiceListenerSupportVmPipe. listenersprivate IoServiceListenerSupportVmPipeSession. serviceListenersMethods 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)
-