@Deprecated public final class UdtMessage extends DefaultByteBufHolder
TypeUDT.DATAGRAM messages.| Constructor and Description |
|---|
UdtMessage(ByteBuf data)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
UdtMessage |
copy()
Deprecated.
Create a deep copy of this
ByteBufHolder. |
UdtMessage |
duplicate()
Deprecated.
Duplicate the
ByteBufHolder. |
UdtMessage |
retain()
Deprecated.
Increases the reference count by
1. |
UdtMessage |
retain(int increment)
Deprecated.
Increases the reference count by the specified
increment. |
content, contentToString, equals, hashCode, refCnt, release, release, toStringpublic UdtMessage(ByteBuf data)
public UdtMessage copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHoldercopy in class DefaultByteBufHolderpublic UdtMessage duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderduplicate in class DefaultByteBufHolderpublic UdtMessage retain()
ReferenceCounted1.retain in interface ByteBufHolderretain in interface ReferenceCountedretain in class DefaultByteBufHolderpublic UdtMessage retain(int increment)
ReferenceCountedincrement.retain in interface ByteBufHolderretain in interface ReferenceCountedretain in class DefaultByteBufHolderCopyright © 2008–2018 The Netty Project. All rights reserved.