Class UpgradeRejectedException

    • Constructor Detail

      • UpgradeRejectedException

        public UpgradeRejectedException​(String message,
                                        int status,
                                        MultiMap headers,
                                        Buffer content)
    • Method Detail

      • getStatus

        public int getStatus()
        Returns:
        the status code of the response that rejected the upgrade
      • getHeaders

        public MultiMap getHeaders()
        Returns:
        the headers of the response that rejected the upgrade
      • getBody

        public Buffer getBody()
        Returns:
        the body of the response that rejected the upgrade