Uses of Class
org.apache.mina.transport.vmpipe.VmPipe
-
Packages that use VmPipe Package Description org.apache.mina.transport.vmpipe In-VM pipe support which removes the overhead of local loopback communication. -
-
Uses of VmPipe in org.apache.mina.transport.vmpipe
Fields in org.apache.mina.transport.vmpipe with type parameters of type VmPipe Modifier and Type Field Description (package private) static Map<VmPipeAddress,VmPipe>VmPipeAcceptor. boundHandlersConstructors in org.apache.mina.transport.vmpipe with parameters of type VmPipe Constructor Description VmPipeSession(IoService service, IoServiceListenerSupport serviceListeners, VmPipeAddress localAddress, IoHandler handler, VmPipe remoteEntry)
-