Interface WebSocketConnector<T>


  • public interface WebSocketConnector<T>
    • Method Detail

      • connect

        void connect​(ratpack.func.Action<? super WebSocketSpec<T>> specAction)
              throws java.lang.Exception
        Throws:
        java.lang.Exception