Package | Description |
---|---|
com.viaoa.comm.multiplexer |
Multiplexer socket that allows multiple virtual sockets be used with one real socket.
|
com.viaoa.comm.multiplexer.io |
support for virtual socket io.
|
Modifier and Type | Method and Description |
---|---|
VirtualServerSocket |
MultiplexerServer.createServerSocket(String serverSocketName)
Creates a serverSocket (virtual) through the real socket.
|
Modifier and Type | Method and Description |
---|---|
VirtualServerSocket |
MultiplexerServerSocketController.getServerSocket(String serverSocketName)
Create a new ServerSocket that will accept new client MultiplexerSockets through a multiplexed
connection.
|
Copyright © 1999–2019 ViaOA. All rights reserved.