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.
|
com.viaoa.remote.multiplexer |
Remoting access.
|
com.viaoa.remote.multiplexer.info | |
com.viaoa.remote.multiplexer.io |
Modifier and Type | Method and Description |
---|---|
VirtualSocket |
MultiplexerClient.createSocket(String serverSocketName)
Create a socket to a VServerSocket.
|
Modifier and Type | Method and Description |
---|---|
protected VirtualSocket |
MultiplexerSocketController.createSocket(int connectionId,
int id,
String serverSocketName)
Used to create a new "virtual" socket.
|
VirtualSocket |
MultiplexerSocketController.createSocket(String serverSocketName)
Creates a vsocket on client to communicated with a remote handler on server.
|
VirtualSocket[] |
MultiplexerSocketController.getMultiplexerSockets() |
protected abstract VirtualSocket |
MultiplexerInputStreamController.getSocket(int id)
Used by readRealSocket when reading the header for the next vsocket data to read.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MultiplexerSocketController.closeSocket(VirtualSocket vs,
boolean bSendCommand) |
protected int |
MultiplexerOutputStreamController.getMaxWriteLength(VirtualSocket vs,
int requestSize)
Used to determine the max size that can be written to real socket per request.
|
Modifier and Type | Method and Description |
---|---|
protected VirtualSocket |
RemoteMultiplexerClient.getSocketForCtoS() |
Modifier and Type | Method and Description |
---|---|
protected OAPool<VirtualSocket> |
RemoteMultiplexerClient.getVirtualSocketCtoSPool() |
Modifier and Type | Method and Description |
---|---|
protected void |
RemoteMultiplexerServer.processSocketCtoS(VirtualSocket socket) |
protected RemoteObjectInputStream |
RemoteMultiplexerClient.processStoCSocket(VirtualSocket socket,
int threadId,
RemoteObjectInputStream ois) |
protected void |
RemoteMultiplexerClient.releaseSocketForCtoS(VirtualSocket vs) |
Modifier and Type | Field and Description |
---|---|
VirtualSocket |
RequestInfo.socket |
Constructor and Description |
---|
RemoteObjectOutputStream(VirtualSocket socket) |
RemoteObjectOutputStream(VirtualSocket socket,
ConcurrentHashMap<String,Integer> hmClassDesc,
AtomicInteger aiClassDesc) |
Copyright © 1999–2019 ViaOA. All rights reserved.