Class ScxTCPServerOptions
java.lang.Object
cool.scx.tcp.ScxTCPServerOptions
ScxTCPServerOptions
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanautoHandshake(boolean autoHandshake) booleanautoUpgradeToTLS(boolean autoUpgradeToTLS) intbacklog()backlog(int backlog) localAddress(InetSocketAddress localAddress) port(int port) tls()
-
Constructor Details
-
ScxTCPServerOptions
public ScxTCPServerOptions() -
ScxTCPServerOptions
-
-
Method Details
-
localAddress
-
localAddress
-
backlog
public int backlog() -
backlog
-
tls
-
tls
-
autoUpgradeToTLS
public boolean autoUpgradeToTLS() -
autoUpgradeToTLS
-
autoHandshake
public boolean autoHandshake() -
autoHandshake
-
port
-