public class DOLHeader extends ExtensionPart
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
EXTENSION_CODE |
nextType| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getDol() |
int |
getType() |
int |
length() |
java.lang.String |
prettyPrint() |
void |
setDOL(byte[] newDol) |
void |
writeTo(io.netty.buffer.ByteBuf bf) |
hasNextPart, setNextTypepublic static final int EXTENSION_CODE
public void setDOL(byte[] newDol)
public void writeTo(io.netty.buffer.ByteBuf bf)
writeTo 在类中 ExtensionPartpublic int length()
length 在类中 ExtensionPartpublic int getType()
getType 在类中 ExtensionPartpublic java.lang.String prettyPrint()
prettyPrint 在类中 ExtensionPartpublic byte[] getDol()