Uses of Class
org.apache.mina.transport.vmpipe.VmPipeSession
-
Packages that use VmPipeSession Package Description org.apache.mina.transport.vmpipe In-VM pipe support which removes the overhead of local loopback communication. -
-
Uses of VmPipeSession in org.apache.mina.transport.vmpipe
Methods in org.apache.mina.transport.vmpipe that return VmPipeSession Modifier and Type Method Description VmPipeSessionVmPipeSession. getRemoteSession()Methods in org.apache.mina.transport.vmpipe that return types with arguments of type VmPipeSession Modifier and Type Method Description (package private) IoProcessor<VmPipeSession>VmPipeFilterChain. getProcessor()IoProcessor<VmPipeSession>VmPipeSession. getProcessor()
-