Package org.eclipse.jetty.http2.frames
Class StreamFrame
- java.lang.Object
-
- org.eclipse.jetty.http2.frames.Frame
-
- org.eclipse.jetty.http2.frames.StreamFrame
-
- Direct Known Subclasses:
DataFrame
,HeadersFrame
,PriorityFrame
,PushPromiseFrame
public abstract class StreamFrame 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 StreamFrame(FrameType type, int streamId)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description int
getStreamId()
abstract StreamFrame
withStreamId(int streamId)
-
-
-
Constructor Detail
-
StreamFrame
public StreamFrame(FrameType type, int streamId)
-
-
Method Detail
-
getStreamId
public int getStreamId()
-
withStreamId
public abstract StreamFrame withStreamId(int streamId)
-
-