Class GrizzlyServerContainer

java.lang.Object
org.glassfish.tyrus.spi.ServerContainerFactory
org.glassfish.tyrus.container.grizzly.server.GrizzlyServerContainer

public class GrizzlyServerContainer extends ServerContainerFactory
Grizzly implementation of ServerContainerFactory and ServerContainer.
Author:
Danny Coward, Pavel Bucek
  • Field Details

    • WORKER_THREAD_POOL_CONFIG

      public static final 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:
    • SELECTOR_THREAD_POOL_CONFIG

      public static final 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:
  • Constructor Details

    • GrizzlyServerContainer

      public GrizzlyServerContainer()
  • Method Details