public class ExceptionHead extends ExtensionPart
| 限定符和类型 | 字段和说明 |
|---|---|
int |
code |
static int |
EXTENSION_CODE |
nextType| 构造器和说明 |
|---|
ExceptionHead() |
ExceptionHead(io.netty.buffer.ByteBuf bf) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getType() |
int |
length() |
java.lang.String |
prettyPrint() |
void |
setContent(byte[] newDol) |
void |
writeTo(io.netty.buffer.ByteBuf bf) |
hasNextPart, setNextTypepublic static final int EXTENSION_CODE
public int code
public ExceptionHead(io.netty.buffer.ByteBuf bf)
public ExceptionHead()
public void setContent(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 在类中 ExtensionPart