Package org.eclipse.jetty.http2.frames
Class ResetFrame
- java.lang.Object
-
- org.eclipse.jetty.http2.frames.Frame
-
- org.eclipse.jetty.http2.frames.ResetFrame
-
public class ResetFrame extends Frame
-
-
Field Summary
Fields Modifier and Type Field Description static int
RESET_LENGTH
-
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 ResetFrame(int streamId, int error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getError()
int
getStreamId()
java.lang.String
toString()
-
-
-
Field Detail
-
RESET_LENGTH
public static final int RESET_LENGTH
- See Also:
- Constant Field Values
-
-