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
Fields inherited from class org.eclipse.jetty.http2.frames.Frame
DEFAULT_MAX_SIZE, EMPTY_ARRAY, HEADER_LENGTH, MAX_MAX_SIZE
-
Constructor Summary
-
Method Summary
-
Field Details
-
RESET_LENGTH
public static final int RESET_LENGTH- See Also:
-
-
Constructor Details
-
ResetFrame
public ResetFrame(int streamId, int error)
-
-
Method Details