Class Http2StreamChannelId
java.lang.Object
io.netty.handler.codec.http2.Http2StreamChannelId
- All Implemented Interfaces:
ChannelId, Serializable, Comparable<ChannelId>
ChannelId implementation which is used by our
Http2StreamChannel implementation.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final ChannelIdprivate static final long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
id
private final int id -
parentId
-
-
Constructor Details
-
Http2StreamChannelId
Http2StreamChannelId(ChannelId parentId, int id)
-
-
Method Details
-
asShortText
Description copied from interface:ChannelIdReturns the short but globally non-unique string representation of theChannelId.- Specified by:
asShortTextin interfaceChannelId
-
asLongText
Description copied from interface:ChannelIdReturns the long yet globally unique string representation of theChannelId.- Specified by:
asLongTextin interfaceChannelId
-
compareTo
- Specified by:
compareToin interfaceComparable<ChannelId>
-
hashCode
-
equals
-
getSequenceId
public int getSequenceId() -
toString
-