See: Description
Class | Description |
---|---|
MultiplexerClient |
Creates multiplexed sockets over a single socket.
|
MultiplexerServer |
Used for creating a multiplexed ServerSockets, so that a client can have multiple
"virtual" server sockets through a single real socket.
|
Automates concurrent and parallel processing through a single real socket connection.
Works just like a socket and server socket, but allows them to share a real socket. This is a good solution for load balancing solutions that work through firewalls, and proxies. Includes solutions for throttling, "chunking"/fairness.
Copyright © 1999–2019 ViaOA. All rights reserved.