Package org.apache.mina.protocol.vmpipe

In-VM pipe support which removes the overhead of local loopback communication.

See:
          Description

Class Summary
VmPipeAcceptor Binds the specified ProtocolProvider to the specified VmPipeAddress.
VmPipeAddress A SocketAddress which represents in-VM pipe port number.
VmPipeConnector Connects to ProtocolProviders which is bound on the specified VmPipeAddress.
VmPipeSessionConfig A SessionConfig for in-VM pipe transport.
 

Package org.apache.mina.protocol.vmpipe Description

In-VM pipe support which removes the overhead of local loopback communication.

What is 'in-VM pipe'?

In-VM pipe is a direct event forwarding mechanism between two ProtocolHandlers in the same Java Virtual Machine. Using in-VM pipe, you can remove the overhead of encoding and decoding which is caused uselessly by local loopback network communication. Here are some useful situations possible:

Please refer to Tennis example.



Copyright © 2004-2005 . All Rights Reserved.