Class GuicedUndertowWebSocketConfiguration

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure()  
      boolean enabled()  
      static io.undertow.websockets.jsr.WebSocketDeploymentInfo getWebSocketDeploymentInfo()
      Returns the WebSocketDeploymentInfo for use in the Servlet Extension
      static io.undertow.server.HttpHandler getWebSocketHandler()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
      • Methods inherited from interface com.guicedee.guicedinjection.interfaces.IDefaultService

        compare, compareTo, sortOrder
    • Constructor Detail

      • GuicedUndertowWebSocketConfiguration

        public GuicedUndertowWebSocketConfiguration()
    • Method Detail

      • getWebSocketDeploymentInfo

        public static io.undertow.websockets.jsr.WebSocketDeploymentInfo getWebSocketDeploymentInfo()
        Returns the WebSocketDeploymentInfo for use in the Servlet Extension
        Returns:
        The Web Socket Deployment Info
      • getWebSocketHandler

        public static io.undertow.server.HttpHandler getWebSocketHandler()