public final class InfoToken extends AbstractInfoToken
AbstractInfoToken.Classification| Modifier and Type | Field and Description |
|---|---|
static byte |
TYPE |
| Constructor and Description |
|---|
InfoToken(long length,
long number,
byte state,
byte infoClass,
String message,
String serverName,
String procName,
long lineNumber) |
InfoToken(long length,
long number,
int state,
int infoClass,
String message,
String serverName,
String procName,
long lineNumber) |
| Modifier and Type | Method and Description |
|---|---|
static InfoToken |
decode(io.netty.buffer.ByteBuf buffer)
Decode the
InfoToken. |
String |
getName() |
canDecode, getClassification, getInfoClass, getLineNumber, getMessage, getNumber, getProcName, getServerName, getState, toStringgetTypepublic static final byte TYPE
public InfoToken(long length,
long number,
int state,
int infoClass,
String message,
String serverName,
String procName,
long lineNumber)
public static InfoToken decode(io.netty.buffer.ByteBuf buffer)
InfoToken.buffer - the data buffer.InfoTokenpublic String getName()
getName in interface DataTokengetName in class AbstractDataTokenAbstractDataToken.Copyright © 2023. All rights reserved.