public abstract class AbstractHttp2StreamFrame extends Object implements Http2StreamFrame
Http2StreamFrame.| Constructor and Description |
|---|
AbstractHttp2StreamFrame() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Returns
true if o has equal stream to this object. |
int |
hashCode() |
Http2FrameStream |
stream()
Returns the
Http2FrameStream object for this frame, or null if the frame has yet to be associated
with a stream. |
AbstractHttp2StreamFrame |
stream(Http2FrameStream stream)
Set the
Http2FrameStream object for this frame. |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitnamepublic AbstractHttp2StreamFrame stream(Http2FrameStream stream)
Http2StreamFrameHttp2FrameStream object for this frame.stream in interface Http2StreamFramepublic Http2FrameStream stream()
Http2StreamFrameHttp2FrameStream object for this frame, or null if the frame has yet to be associated
with a stream.stream in interface Http2StreamFramepublic boolean equals(Object o)
true if o has equal stream to this object.Copyright © 2008–2025 The Netty Project. All rights reserved.