| Package | Description |
|---|---|
| ml.karmaconfigs.remote.messaging | |
| ml.karmaconfigs.remote.messaging.platform | |
| ml.karmaconfigs.remote.messaging.worker.ssl |
| Modifier and Type | Method and Description |
|---|---|
SecureServer |
SSLFactory.createServer()
Create a new server
|
SecureServer |
SSLFactory.createServer(int target_port)
Create a new server
|
SecureServer |
SSLFactory.createServer(String target_host,
int target_port)
Create a new server
|
| Modifier and Type | Method and Description |
|---|---|
abstract SecureServer |
SecureServer.allowedCiphers(String... c)
Set the allowed ciphers
|
abstract SecureServer |
SecureServer.allowedProtocol(String... p)
Set the allowed protocols
|
abstract SecureServer |
SecureServer.certsLocation(Path location)
Set the certificates location
|
abstract SecureServer |
SecureServer.debug(boolean status)
Set the server debug status
|
abstract SecureServer |
SecureServer.maxConnections(int m)
Set the server max connections
|
abstract SecureServer |
SecureServer.protocol(String p)
Set the current protocol
|
| Modifier and Type | Class and Description |
|---|---|
class |
SSLServer
Remote message client interface
|
| Modifier and Type | Method and Description |
|---|---|
SecureServer |
SSLServer.allowedCiphers(String... c)
Set the allowed ciphers
|
SecureServer |
SSLServer.allowedProtocol(String... p)
Set the allowed protocols
|
SecureServer |
SSLServer.certsLocation(Path location)
Set the certificates location
|
SecureServer |
SSLServer.debug(boolean status)
Set the server debug status
|
SecureServer |
SSLServer.maxConnections(int m)
Set the server max connections
|
SecureServer |
SSLServer.protocol(String p)
Set the current protocol
|
Copyright © 2022. All rights reserved.