public abstract class AbstractResultMessageCodec extends AbstractMessageCodec
LOGGER, UTF8| 构造器和说明 |
|---|
AbstractResultMessageCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> void |
decode(T t,
ByteBuffer in)
Decode.
|
<T> void |
encode(T t,
io.netty.buffer.ByteBuf out)
Encode byte [ ].
|
Class<?> |
getMessageClassType()
Gets message type.
|
bytesToInt, intToBytespublic Class<?> getMessageClassType()
MessageSeataCodecpublic <T> void encode(T t,
io.netty.buffer.ByteBuf out)
MessageSeataCodecT - the type parametert - the tout - the outpublic <T> void decode(T t,
ByteBuffer in)
MessageSeataCodecT - the type parametert - the tin - the inCopyright © 2019 Seata. All rights reserved.