public interface ChannelId extends Serializable, 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 65535| Modifier and Type | Method and Description |
|---|---|
String |
asLongText() |
String |
asShortText() |
compareToCopyright © 2017. All Rights Reserved.