Package | Description |
---|---|
com.viaoa.remote.multiplexer |
Socket API for multiple "virtual" sockets to use a single physical socket.
|
Modifier and Type | Method and Description |
---|---|
OARemoteMultiplexerServer.Session |
OARemoteMultiplexerServer.getSession(int connectionId,
boolean bCreateIfNull) |
Modifier and Type | Method and Description |
---|---|
protected void |
OARemoteMultiplexerServer._invokeByRemoteThread(OARemoteThread rt,
RequestInfo ri,
OARemoteMultiplexerServer.Session session) |
protected Object |
OARemoteMultiplexerServer.createProxyForStoC(OARemoteMultiplexerServer.Session session,
Class c,
String bindName)
This will create a server side proxy instance for a remote object sent from a client.
|
protected Object |
OARemoteMultiplexerServer.onInvokeForStoC(Object proxyInstance,
OARemoteMultiplexerServer.Session session,
String bindName,
Method method,
Object[] args) |
Copyright © 1999–2025 ViaOA. All rights reserved.