Package org.eclipse.jetty.http2.frames
Class ResetFrame
java.lang.Object
org.eclipse.jetty.http2.frames.Frame
org.eclipse.jetty.http2.frames.ResetFrame
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
static final int
private final int
Fields inherited from class org.eclipse.jetty.http2.frames.Frame
DEFAULT_MAX_LENGTH, EMPTY_ARRAY, HEADER_LENGTH, MAX_MAX_LENGTH
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RESET_LENGTH
public static final int RESET_LENGTH- See Also:
-
streamId
private final int streamId -
error
private final int error
-
-
Constructor Details
-
ResetFrame
public ResetFrame(int streamId, int error)
-
-
Method Details