Class UpgradeRejectedException

All Implemented Interfaces:
Serializable

public class UpgradeRejectedException extends VertxException
Author:
Julien Viet
See Also:
  • Constructor Details

    • UpgradeRejectedException

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

    • 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