public class MessageHeader
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
int |
bodyLength |
int |
expirationTime |
int |
opCode |
int |
opFlag |
int |
responseCode |
int |
siteInfoAndRecursionCount |
| 构造器和说明 |
|---|
MessageHeader() |
| 限定符和类型 | 方法和说明 |
|---|---|
static MessageHeader |
fromByteBuf(io.netty.buffer.ByteBuf byteBuf) |
boolean |
getAuthoritativeFlag() |
boolean |
getCacheAuthenticationFlag() |
boolean |
getCertifiedFlag() |
boolean |
getContinuousFlag() |
boolean |
getDoNotReferFlag() |
boolean |
getEncryptionFlag() |
boolean |
getKeepConnectionFlag() |
boolean |
getMintNewSuffixFlag() |
boolean |
getOverwriteWhenExistsFlag() |
boolean |
getPublicOnlyFlag() |
byte |
getRecursionCount() |
boolean |
getRecursiveFlag() |
boolean |
getRequestDigestFlag() |
int |
getSiteInfoSerialNumber() |
void |
toByteBuf(io.netty.buffer.ByteBuf byteBuf) |
public int opCode
public int responseCode
public int opFlag
public int siteInfoAndRecursionCount
public int expirationTime
public int bodyLength
public boolean getAuthoritativeFlag()
public boolean getCertifiedFlag()
public boolean getEncryptionFlag()
public boolean getRecursiveFlag()
public boolean getCacheAuthenticationFlag()
public boolean getContinuousFlag()
public boolean getKeepConnectionFlag()
public boolean getPublicOnlyFlag()
public boolean getRequestDigestFlag()
public boolean getOverwriteWhenExistsFlag()
public boolean getMintNewSuffixFlag()
public boolean getDoNotReferFlag()
public int getSiteInfoSerialNumber()
public byte getRecursionCount()
public static MessageHeader fromByteBuf(io.netty.buffer.ByteBuf byteBuf)
public void toByteBuf(io.netty.buffer.ByteBuf byteBuf)