Interface Http2StreamFrame

All Superinterfaces:
Http2Frame
All Known Subinterfaces:
Http2DataFrame, Http2HeadersFrame, Http2PriorityFrame, Http2PushPromiseFrame, Http2ResetFrame, Http2UnknownFrame, Http2WindowUpdateFrame
All Known Implementing Classes:
AbstractHttp2StreamFrame, DefaultHttp2DataFrame, DefaultHttp2HeadersFrame, DefaultHttp2PriorityFrame, DefaultHttp2PushPromiseFrame, DefaultHttp2ResetFrame, DefaultHttp2UnknownFrame, DefaultHttp2WindowUpdateFrame

@UnstableApi public interface Http2StreamFrame extends Http2Frame
A frame whose meaning may apply to a particular stream, instead of the entire connection. It is still possible for this frame type to apply to the entire connection. In such cases, the stream() must return null. If the frame applies to a stream, the Http2FrameStream.id() must be greater than zero.