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, wait
name
public AbstractHttp2StreamFrame stream(Http2FrameStream stream)
Http2StreamFrame
Http2FrameStream
object for this frame.stream
in interface Http2StreamFrame
public Http2FrameStream stream()
Http2StreamFrame
Http2FrameStream
object for this frame, or null
if the frame has yet to be associated
with a stream.stream
in interface Http2StreamFrame
public boolean equals(Object o)
true
if o
has equal stream
to this object.Copyright © 2008–2024 The Netty Project. All rights reserved.