public interface Http2StreamFrame extends Http2Frame
stream()
must return
null
. If the frame applies to a stream, the Http2FrameStream.id()
must be greater than zero.Modifier and Type | Method and Description |
---|---|
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. |
name
Http2StreamFrame 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.Copyright © 2008–2024 The Netty Project. All rights reserved.