public abstract class SecureClient extends Client
| Constructor and Description |
|---|
SecureClient() |
| Modifier and Type | Method and Description |
|---|---|
abstract SecureClient |
certsLocation(Path location)
Set the certificates location
|
abstract SecureClient |
debug(boolean status)
Set the client debug status
|
abstract SecureClient |
protocol(String p)
Set the current protocol
|
close, connect, connect, getMAC, getName, getServer, getWorkLevel, isConnected, isConnecting, rename, sendgetHost, getPort, sendMessage, toStringpublic abstract SecureClient debug(boolean status)
public abstract SecureClient protocol(String p)
p - the protocolpublic abstract SecureClient certsLocation(Path location)
location - the certificates locationCopyright © 2022. All rights reserved.