public abstract class AbstractMessageCodec extends Object implements MessageSeataCodec
| 限定符和类型 | 字段和说明 |
|---|---|
protected static org.slf4j.Logger |
LOGGER
The constant LOGGER.
|
protected static Charset |
UTF8
The constant UTF8.
|
| 构造器和说明 |
|---|
AbstractMessageCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
bytesToInt(byte[] bytes,
int offset)
Bytes to int int.
|
static void |
intToBytes(int i,
byte[] bytes,
int offset)
Int to bytes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, encode, getMessageClassTypeprotected static final org.slf4j.Logger LOGGER
protected static final Charset UTF8
Copyright © 2020 Seata. All rights reserved.