Class DefaultChannelId
java.lang.Object
io.netty.channel.DefaultChannelId
- All Implemented Interfaces:
ChannelId, Serializable, Comparable<ChannelId>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the long yet globally unique string representation of theChannelId.Returns the short but globally non-unique string representation of theChannelId.intbooleaninthashCode()static DefaultChannelIdReturns a newDefaultChannelIdinstance.toString()
-
Method Details
-
newInstance
Returns a newDefaultChannelIdinstance. -
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
-
hashCode
-
compareTo
- Specified by:
compareToin interfaceComparable<ChannelId>
-
equals
-
toString
-