Class GrizzlyServerContainer

    • Field Detail

      • WORKER_THREAD_POOL_CONFIG

        public static final java.lang.String WORKER_THREAD_POOL_CONFIG
        Server-side property to set custom worker ThreadPoolConfig.

        Value is expected to be instance of ThreadPoolConfig, can be null (it won't be used).

        See Also:
        Constant Field Values
      • SELECTOR_THREAD_POOL_CONFIG

        public static final java.lang.String SELECTOR_THREAD_POOL_CONFIG
        Server-side property to set custom selector ThreadPoolConfig.

        Value is expected to be instance of ThreadPoolConfig, can be null (it won't be used).

        See Also:
        Constant Field Values
    • Constructor Detail

      • GrizzlyServerContainer

        public GrizzlyServerContainer()