@Deprecated public final class UdtMessage extends DefaultByteBufHolder
TypeUDT#DATAGRAM messages.| 构造器和说明 |
|---|
UdtMessage(ByteBuf data)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
UdtMessage |
copy()
已过时。
Create a deep copy of this
ByteBufHolder. |
UdtMessage |
duplicate()
已过时。
Duplicate the
ByteBufHolder. |
UdtMessage |
retain()
已过时。
Increases the reference count by
1. |
UdtMessage |
retain(int increment)
已过时。
Increases the reference count by the specified
increment. |
content, contentToString, equals, hashCode, refCnt, release, release, toStringpublic UdtMessage(ByteBuf data)
public UdtMessage copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHoldercopy 在类中 DefaultByteBufHolderpublic UdtMessage duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderduplicate 在类中 DefaultByteBufHolderpublic UdtMessage retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedretain 在类中 DefaultByteBufHolderpublic UdtMessage retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedretain 在类中 DefaultByteBufHolder