Class WebSocketHandshakeException

    • Constructor Detail

      • WebSocketHandshakeException

        public WebSocketHandshakeException​(HttpResponse<?> response)
    • Method Detail

      • getResponse

        public HttpResponse<?> getResponse()
        Returns the server's counterpart of the opening handshake.

        The value may be unavailable (null) if this exception has been serialized and then read back in.

        Returns:
        server response