Uses of Class
cool.scx.tcp.TCPServerOptions
Packages that use TCPServerOptions
-
Uses of TCPServerOptions in cool.scx.tcp
Methods in cool.scx.tcp that return TCPServerOptionsModifier and TypeMethodDescriptionTCPServerOptions.autoHandshake(boolean autoHandshake) TCPServerOptions.autoUpgradeToTLS(boolean autoUpgradeToTLS) TCPServerOptions.backlog(int backlog) TCPServer.options()Constructors in cool.scx.tcp with parameters of type TCPServerOptionsModifierConstructorDescriptionTCPServer(TCPServerOptions options) TCPServerOptions(TCPServerOptions oldOptions)