Package org.eclipse.jetty.http2.frames
Class FailureFrame
- java.lang.Object
-
- org.eclipse.jetty.http2.frames.Frame
-
- org.eclipse.jetty.http2.frames.FailureFrame
-
public class FailureFrame extends Frame
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.http2.frames.Frame
DEFAULT_MAX_LENGTH, EMPTY_ARRAY, HEADER_LENGTH, MAX_MAX_LENGTH
-
-
Constructor Summary
Constructors Constructor Description FailureFrame(int error, java.lang.String reason, java.lang.Throwable failure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getError()
java.lang.Throwable
getFailure()
java.lang.String
getReason()
-