Uses of Class
cool.scx.tcp.ScxTCPServerOptions
Packages that use ScxTCPServerOptions
-
Uses of ScxTCPServerOptions in cool.scx.tcp
Methods in cool.scx.tcp that return ScxTCPServerOptionsModifier and TypeMethodDescriptionScxTCPServerOptions.autoHandshake(boolean autoHandshake) ScxTCPServerOptions.autoUpgradeToTLS(boolean autoUpgradeToTLS) ScxTCPServerOptions.backlog(int backlog) ScxTCPServerOptions.localAddress(InetSocketAddress localAddress) ScxTCPServerOptions.port(int port) Constructors in cool.scx.tcp with parameters of type ScxTCPServerOptionsModifierConstructorDescriptionClassicTCPServer(ScxTCPServerOptions options) NioTCPServer(ScxTCPServerOptions options) ScxTCPServerOptions(ScxTCPServerOptions oldOptions)