@UnstableApi public interface Http2StreamFrame extends Http2Frame
stream() must return
null. If the frame applies to a stream, the Http2FrameStream.id() must be greater than zero.| 限定符和类型 | 方法和说明 |
|---|---|
Http2FrameStream |
stream()
Returns the
Http2FrameStream object for this frame, or null if the frame has yet to be associated
with a stream. |
Http2StreamFrame |
stream(Http2FrameStream stream)
Set the
Http2FrameStream object for this frame. |
nameHttp2StreamFrame stream(Http2FrameStream stream)
Http2FrameStream object for this frame.Http2FrameStream stream()
Http2FrameStream object for this frame, or null if the frame has yet to be associated
with a stream.