
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 final void initializeProxy()
public final void remoteConnected()
public final boolean waitForRemoteConnection()
public final ProxyEntry getProxyEntry()
public final NetworkServerHandler getSource()
public final NetworkServerHandler getProxified()
Copyright © 2009–2022 Waarp. All rights reserved.