Class FailureFrame

java.lang.Object
org.eclipse.jetty.http2.frames.Frame
org.eclipse.jetty.http2.frames.FailureFrame

public class FailureFrame extends Frame
  • Field Details

    • error

      private final int error
    • reason

      private final String reason
    • failure

      private final Throwable failure
  • Constructor Details

    • FailureFrame

      public FailureFrame(int error, String reason, Throwable failure)
  • Method Details

    • getError

      public int getError()
    • getReason

      public String getReason()
    • getFailure

      public Throwable getFailure()