public interface ChannelId extends java.io.Serializable, java.lang.Comparable<ChannelId>
Channel
.
The identifier is generated from various sources listed in the following:
System.currentTimeMillis()
,System.nanoTime()
,io.netty.machineId
- hexadecimal representation of 48 (or 64) bit integer,
optionally separated by colon or hyphen.io.netty.processId
- an integer between 0 and 65535Modifier and Type | Method and Description |
---|---|
java.lang.String |
asLongText() |
java.lang.String |
asShortText() |
Copyright © 2017. All Rights Reserved.