public class EnvelopeWrapper extends ExtensionPart
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
EXTENSION_CODE |
io.netty.buffer.ByteBuf |
messageEnvelopeByteBuf |
nextType| 构造器和说明 |
|---|
EnvelopeWrapper(io.netty.buffer.ByteBuf buf) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
finalize() |
int |
getType() |
boolean |
hasNextPart() |
int |
length() |
java.lang.String |
prettyPrint() |
void |
writeTo(io.netty.buffer.ByteBuf bf) |
setNextTypepublic static final int EXTENSION_CODE
public io.netty.buffer.ByteBuf messageEnvelopeByteBuf
public void finalize()
finalize 在类中 java.lang.Objectpublic boolean hasNextPart()
hasNextPart 在类中 ExtensionPartpublic void writeTo(io.netty.buffer.ByteBuf bf)
writeTo 在类中 ExtensionPartpublic int length()
length 在类中 ExtensionPartpublic int getType()
getType 在类中 ExtensionPartpublic java.lang.String prettyPrint()
prettyPrint 在类中 ExtensionPart