public class VDNHeader extends ExtensionPart
| 限定符和类型 | 字段和说明 |
|---|---|
long |
destinationId |
static int |
EXTENSION_CODE |
static int |
LENGTH |
byte |
locateFlag |
long |
sourceId |
nextType| 限定符和类型 | 方法和说明 |
|---|---|
int |
getType() |
int |
length() |
java.lang.String |
prettyPrint() |
void |
writeTo(io.netty.buffer.ByteBuf bf) |
hasNextPart, setNextTypepublic static final int EXTENSION_CODE
public byte locateFlag
public long sourceId
public long destinationId
public static final int LENGTH
public void writeTo(io.netty.buffer.ByteBuf bf)
writeTo 在类中 ExtensionPartpublic int length()
length 在类中 ExtensionPartpublic int getType()
getType 在类中 ExtensionPartpublic java.lang.String prettyPrint()
prettyPrint 在类中 ExtensionPart