public abstract class SecureServer extends Server
| Constructor and Description |
|---|
SecureServer() |
| Modifier and Type | Method and Description |
|---|---|
abstract SecureServer |
allowedCiphers(String... c)
Set the allowed ciphers
|
abstract SecureServer |
allowedProtocol(String... p)
Set the allowed protocols
|
abstract SecureServer |
certsLocation(Path location)
Set the certificates location
|
abstract SecureServer |
debug(boolean status)
Set the server debug status
|
abstract SecureServer |
maxConnections(int m)
Set the server max connections
|
abstract SecureServer |
protocol(String p)
Set the current protocol
|
ban, broadcast, close, exportBans, getClients, getMAC, getWorkLevel, kick, loadBans, redirect, start, start, unBanpublic abstract SecureServer debug(boolean status)
public abstract SecureServer protocol(String p)
p - the protocolpublic abstract SecureServer maxConnections(int m)
m - the server max connections amountpublic abstract SecureServer allowedProtocol(String... p)
p - the protocolspublic abstract SecureServer allowedCiphers(String... c)
c - the cipherspublic abstract SecureServer certsLocation(Path location)
location - the certificates locationCopyright © 2022. All rights reserved.