public class RegisterRMRequestCodec extends AbstractIdentifyRequestCodec
LOGGER, UTF8| Constructor and Description |
|---|
RegisterRMRequestCodec() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
decode(T t,
ByteBuffer in)
Decode.
|
protected <T> void |
doEncode(T t,
io.netty.buffer.ByteBuf out)
Do encode.
|
Class<?> |
getMessageClassType()
Gets message class type.
|
encodebytesToInt, intToBytespublic Class<?> getMessageClassType()
MessageSeataCodecgetMessageClassType in interface MessageSeataCodecgetMessageClassType in class AbstractIdentifyRequestCodecprotected <T> void doEncode(T t,
io.netty.buffer.ByteBuf out)
AbstractIdentifyRequestCodecdoEncode in class AbstractIdentifyRequestCodecT - the type parametert - the tout - the outpublic <T> void decode(T t,
ByteBuffer in)
MessageSeataCodecdecode in interface MessageSeataCodecdecode in class AbstractIdentifyRequestCodecT - the type parametert - the tin - the inCopyright © 2023 Seata. All rights reserved.