@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, toString
public UdtMessage(ByteBuf data)
public UdtMessage copy()
ByteBufHolder
ByteBufHolder
.copy
在接口中 ByteBufHolder
copy
在类中 DefaultByteBufHolder
public UdtMessage duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
在接口中 ByteBufHolder
duplicate
在类中 DefaultByteBufHolder
public UdtMessage retain()
ReferenceCounted
1
.retain
在接口中 ByteBufHolder
retain
在接口中 ReferenceCounted
retain
在类中 DefaultByteBufHolder
public UdtMessage retain(int increment)
ReferenceCounted
increment
.retain
在接口中 ByteBufHolder
retain
在接口中 ReferenceCounted
retain
在类中 DefaultByteBufHolder