Uses of Interface
org.apache.mina.transport.vmpipe.VmPipeSessionConfig
-
Packages that use VmPipeSessionConfig Package Description org.apache.mina.transport.vmpipe In-VM pipe support which removes the overhead of local loopback communication. -
-
Uses of VmPipeSessionConfig in org.apache.mina.transport.vmpipe
Classes in org.apache.mina.transport.vmpipe that implement VmPipeSessionConfig Modifier and Type Class Description (package private) classDefaultVmPipeSessionConfigA default implementation ofVmPipeSessionConfig.Methods in org.apache.mina.transport.vmpipe that return VmPipeSessionConfig Modifier and Type Method Description VmPipeSessionConfigVmPipeSession. getConfig()VmPipeSessionConfigVmPipeAcceptor. getSessionConfig()VmPipeSessionConfigVmPipeConnector. getSessionConfig()
-