|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SslContextFactory | |
---|---|
de.root1.simon | Provides the core classes of SIMON |
de.root1.simon.ssl | Provides SSL related classes |
Uses of SslContextFactory in de.root1.simon |
---|
Methods in de.root1.simon that return SslContextFactory | |
---|---|
SslContextFactory |
Lookup.getSslContextFactory()
|
SslContextFactory |
NameLookup.getSslContextFactory()
|
SslContextFactory |
InterfaceLookup.getSslContextFactory()
|
Methods in de.root1.simon with parameters of type SslContextFactory | |
---|---|
static Registry |
Simon.createRegistry(SslContextFactory sslContextFactory,
java.net.InetAddress address,
int port)
Creates a registry listening on a specific network interface, identified by the given InetAddress with the last known
worker thread pool size set by Simon.setWorkerThreadPoolSize(int) . |
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.setSslContextFactory(SslContextFactory sslContextFactory)
|
void |
NameLookup.setSslContextFactory(SslContextFactory sslContextFactory)
|
void |
InterfaceLookup.setSslContextFactory(SslContextFactory sslContextFactory)
|
Constructors in de.root1.simon with parameters of type SslContextFactory | |
---|---|
Registry(java.net.InetAddress address,
int port,
java.util.concurrent.ExecutorService threadPool,
java.lang.String protocolFactoryClassName,
SslContextFactory sslContextFactory)
Creates a SSL powered registry |
Uses of SslContextFactory in de.root1.simon.ssl |
---|
Classes in de.root1.simon.ssl that implement SslContextFactory | |
---|---|
class |
DefaultSslContextFactory
A default implementation for a SSL powered SIMON communication. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |