@UnstableApi public abstract class AbstractHttp2StreamFrame extends java.lang.Object implements Http2StreamFrame
Http2StreamFrame.| 构造器和说明 |
|---|
AbstractHttp2StreamFrame() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.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. |
namepublic AbstractHttp2StreamFrame stream(Http2FrameStream stream)
Http2StreamFrameHttp2FrameStream object for this frame.stream 在接口中 Http2StreamFramepublic Http2FrameStream stream()
Http2StreamFrameHttp2FrameStream object for this frame, or null if the frame has yet to be associated
with a stream.stream 在接口中 Http2StreamFramepublic boolean equals(java.lang.Object o)
true if o has equal stream to this object.equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.Object