模块 org.redkale

类 WebSocketEngine


  • public class WebSocketEngine
    extends Object
    详情见: https://redkale.org
    作者:
    zhangjx
    • 字段详细资料

      • sendConvert

        protected final Convert sendConvert
      • single

        @Comment("\u662f\u5426\u5355\u7528\u6237\u5355\u8fde\u63a5")
        protected final boolean single
      • liveInterval

        @Comment("PING\u7684\u95f4\u9694\u79d2\u6570")
        protected int liveInterval
      • wsMaxConns

        @Comment("\u6700\u5927\u8fde\u63a5\u6570, \u4e3a0\u8868\u793a\u65e0\u9650\u5236")
        protected int wsMaxConns
      • wsThreads

        @Comment("\u64cd\u4f5cWebSocketNode\u5bf9\u5e94CacheSource\u5e76\u53d1\u6570, \u4e3a-1\u8868\u793a\u65e0\u9650\u5236\uff0c\u4e3a0\u8868\u793a\u7cfb\u7edf\u9ed8\u8ba4\u503c(CPU*8)")
        protected int wsThreads
      • wsMaxBody

        @Comment("\u6700\u5927\u6d88\u606f\u4f53\u957f\u5ea6, \u5c0f\u4e8e1\u8868\u793a\u65e0\u9650\u5236")
        protected int wsMaxBody
      • cryptor

        @Comment("\u52a0\u5bc6\u89e3\u5bc6\u5668")
        protected Cryptor cryptor
    • 构造器详细资料