public abstract class AbstractMessage extends Object implements MessageTypeAware, Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected io.netty.channel.ChannelHandlerContext |
ctx
The Ctx.
|
protected static org.slf4j.Logger |
LOGGER |
protected static long |
serialVersionUID |
protected static Charset |
UTF8
The constant UTF8.
|
| 构造器和说明 |
|---|
AbstractMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
bytesToInt(byte[] bytes,
int offset)
Bytes to int int.
|
static void |
intToBytes(int i,
byte[] bytes,
int offset)
Int to bytes.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeCodeprotected static final org.slf4j.Logger LOGGER
protected static final long serialVersionUID
protected static final Charset UTF8
protected io.netty.channel.ChannelHandlerContext ctx
Copyright © 2019 Seata. All rights reserved.