Class FailureFrame

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

public class FailureFrame extends Frame
  • 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()