| Package | Description |
|---|---|
| com.sleepycat.je.rep.net |
BDB JE HA support for network communications configuration.
|
| com.sleepycat.je.rep.utilint.net |
INTERNAL: Network utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceLogger |
LoggerFactory.getLogger(Class<?> clazz)
Obtains an InstanceLogger for the specified class.
|
| Constructor and Description |
|---|
SSLChannelFactory(SSLContext serverSSLContext,
SSLContext clientSSLContext,
SSLParameters baseSSLParameters,
SSLAuthenticator sslAuthenticator,
HostnameVerifier sslHostVerifier,
InstanceLogger logger)
Constructor for use when SSL configuration objects have already
been constructed.
|
SSLDataChannel(SocketChannel socketChannel,
SSLEngine sslEngine,
String targetHost,
HostnameVerifier hostVerifier,
SSLAuthenticator authenticator,
InstanceLogger logger)
Construct an SSLDataChannel given a SocketChannel and an SSLEngine
|
Copyright © 2024. All rights reserved.