Class GrizzlyClientProperties


  • public final class GrizzlyClientProperties
    extends java.lang.Object
    Grizzly client properties.
    Author:
    Pavel Bucek
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SELECTOR_THREAD_POOL_CONFIG
      Client-side property to set custom selector ThreadPoolConfig.
      static java.lang.String WORKER_THREAD_POOL_CONFIG
      Client-side property to set custom worker ThreadPoolConfig.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SELECTOR_THREAD_POOL_CONFIG

        public static final java.lang.String SELECTOR_THREAD_POOL_CONFIG
        Client-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

      • GrizzlyClientProperties

        public GrizzlyClientProperties()