| Package | Description |
|---|---|
| ml.karmaconfigs.remote.messaging | |
| ml.karmaconfigs.remote.messaging.platform | |
| ml.karmaconfigs.remote.messaging.worker.ssl |
| Modifier and Type | Method and Description |
|---|---|
SecureClient |
SSLFactory.createClient()
Create a new client
|
SecureClient |
SSLFactory.createClient(int target_port)
Create a new client
|
SecureClient |
SSLFactory.createClient(String target_host,
int target_port)
Create a new client
|
SecureClient |
SSLFactory.createClient(String target_host,
int target_port,
int local_port)
Create a new client
|
| Modifier and Type | Method and Description |
|---|---|
abstract SecureClient |
SecureClient.certsLocation(Path location)
Set the certificates location
|
abstract SecureClient |
SecureClient.debug(boolean status)
Set the client debug status
|
abstract SecureClient |
SecureClient.protocol(String p)
Set the current protocol
|
| Modifier and Type | Class and Description |
|---|---|
class |
SSLClient
Remote message client interface
|
| Modifier and Type | Method and Description |
|---|---|
SecureClient |
SSLClient.certsLocation(Path location)
Set the certificates location
|
SecureClient |
SSLClient.debug(boolean status)
Set the client debug status
|
SecureClient |
SSLClient.protocol(String p)
Set the current protocol
|
Copyright © 2022. All rights reserved.