|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimonProxyConfig | |
---|---|
de.root1.simon | Provides the core classes of SIMON |
de.root1.simon.codec | Provides the protocol codec related classes |
Uses of SimonProxyConfig in de.root1.simon |
---|
Methods in de.root1.simon that return SimonProxyConfig | |
---|---|
SimonProxyConfig |
Lookup.getProxyConfig()
|
SimonProxyConfig |
NameLookup.getProxyConfig()
|
SimonProxyConfig |
InterfaceLookup.getProxyConfig()
|
Methods in de.root1.simon with parameters of type SimonProxyConfig | |
---|---|
static SimonRemote |
Simon.lookup(SslContextFactory sslContextFactory,
SimonProxyConfig proxyConfig,
java.net.InetAddress host,
int port,
java.lang.String remoteObjectName)
Deprecated. Use Simon#createNameLookup() instead ... |
static SimonRemote |
Simon.lookup(SslContextFactory sslContextFactory,
SimonProxyConfig proxyConfig,
java.net.InetAddress host,
int port,
java.lang.String remoteObjectName,
ClosedListener listener)
Deprecated. Use Simon#createNameLookup() instead ... |
void |
Lookup.setProxyConfig(SimonProxyConfig proxyConfig)
|
void |
NameLookup.setProxyConfig(SimonProxyConfig proxyConfig)
|
void |
InterfaceLookup.setProxyConfig(SimonProxyConfig proxyConfig)
|
Uses of SimonProxyConfig in de.root1.simon.codec |
---|
Constructors in de.root1.simon.codec with parameters of type SimonProxyConfig | |
---|---|
SimonProxyFilter(java.lang.String targetHost,
int targetPort,
SimonProxyConfig proxyConfig,
java.util.List<FilterEntry> backupChain)
TODO document me |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |