Class WebSocketFeature


  • @ThreadSafe
    public class WebSocketFeature
    extends Object
    Author:
    Dmitry Treskunov
    • Field Detail

      • LOGGER

        @NotNull
        public static final Logger LOGGER
    • Constructor Detail

      • WebSocketFeature

        public WebSocketFeature​(javax.servlet.ServletContext servletContext)
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • isWebSocketSupported

        public boolean isWebSocketSupported()
      • getHeartbeatIntervalMillis

        public int getHeartbeatIntervalMillis()
      • turnOff

        public void turnOff()
        Turn it off until server restart.
      • jsr356implementationExists

        protected boolean jsr356implementationExists()