Class EmbeddedChannelId
java.lang.Object
io.netty.channel.embedded.EmbeddedChannelId
- All Implemented Interfaces:
ChannelId, Serializable, Comparable<ChannelId>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final ChannelIdprivate static final long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
INSTANCE
-
-
Constructor Details
-
EmbeddedChannelId
private EmbeddedChannelId()
-
-
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
-
toString
-