Interface WebSocketHandlerWrapper

    • Method Detail

      • getHandler

        java.lang.Object getHandler()
        Gets the actual handler - if necessary, instantiating an object.
        Returns:
        The handler instance.
      • validateHandlerClass

        static void validateHandlerClass​(java.lang.Class<?> handlerClass)