Class UnexpectedCloseException

    • Constructor Detail

      • UnexpectedCloseException

        public UnexpectedCloseException​(String message,
                                        int closeStatusCode)
      • UnexpectedCloseException

        public UnexpectedCloseException​(String message,
                                        Throwable cause,
                                        int closeStatusCode)
    • Method Detail

      • getCloseStatusCode

        public int getCloseStatusCode()
        The close status code returned by the server.