Class TCPServerOptions

java.lang.Object
cool.scx.tcp.TCPServerOptions

public class TCPServerOptions extends Object
ScxTCPServerOptions
Version:
0.0.1
Author:
scx567888
  • Constructor Details

    • TCPServerOptions

      public TCPServerOptions()
    • TCPServerOptions

      public TCPServerOptions(TCPServerOptions oldOptions)
  • Method Details

    • backlog

      public int backlog()
    • backlog

      public TCPServerOptions backlog(int backlog)
    • tls

      public TLS tls()
    • tls

      public TCPServerOptions tls(TLS tls)
    • autoUpgradeToTLS

      public boolean autoUpgradeToTLS()
    • autoUpgradeToTLS

      public TCPServerOptions autoUpgradeToTLS(boolean autoUpgradeToTLS)
    • autoHandshake

      public boolean autoHandshake()
    • autoHandshake

      public TCPServerOptions autoHandshake(boolean autoHandshake)