public class ProxyBridge extends Object
Modifier and Type | Field and Description |
---|---|
static NetworkTransaction |
transaction |
Constructor and Description |
---|
ProxyBridge(ProxyEntry proxyEntry,
NetworkServerHandler source) |
Modifier and Type | Method and Description |
---|---|
NetworkServerHandler |
getProxified() |
ProxyEntry |
getProxyEntry() |
NetworkServerHandler |
getSource() |
static void |
initialize() |
void |
initializeProxy() |
void |
remoteConnected() |
boolean |
waitForRemoteConnection() |
public static NetworkTransaction transaction
public ProxyBridge(ProxyEntry proxyEntry, NetworkServerHandler source)
proxyEntry
- source
- public static void initialize()
public void initializeProxy()
public void remoteConnected()
public boolean waitForRemoteConnection()
public ProxyEntry getProxyEntry()
public NetworkServerHandler getSource()
public NetworkServerHandler getProxified()
Copyright © 2009–2020 Waarp. All rights reserved.