Package io.netty.channel.embedded
Class EmbeddedChannelId
java.lang.Object
io.netty.channel.embedded.EmbeddedChannelId
- All Implemented Interfaces:
ChannelId
,Serializable
,Comparable<ChannelId>
A dummy
ChannelId
implementation.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final ChannelId
private 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:ChannelId
Returns the short but globally non-unique string representation of theChannelId
.- Specified by:
asShortText
in interfaceChannelId
-
asLongText
Description copied from interface:ChannelId
Returns the long yet globally unique string representation of theChannelId
.- Specified by:
asLongText
in interfaceChannelId
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ChannelId>
-
hashCode
public int hashCode() -
equals
-
toString
-