Class TCPServerOptions
java.lang.Object
cool.scx.tcp.TCPServerOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanautoHandshake(boolean autoHandshake) booleanautoUpgradeToTLS(boolean autoUpgradeToTLS) intbacklog()backlog(int backlog) tls()
-
Constructor Details
-
TCPServerOptions
public TCPServerOptions() -
TCPServerOptions
-
-
Method Details
-
backlog
public int backlog() -
backlog
-
tls
-
tls
-
autoUpgradeToTLS
public boolean autoUpgradeToTLS() -
autoUpgradeToTLS
-
autoHandshake
public boolean autoHandshake() -
autoHandshake
-