public class MqttPublishMessage extends MqttMessage implements ByteBufHolder
DISCONNECT, PINGREQ, PINGRESP| 构造器和说明 |
|---|
MqttPublishMessage(MqttFixedHeader mqttFixedHeader,
MqttPublishVariableHeader variableHeader,
ByteBuf payload) |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteBuf |
content()
Return the data which is held by this
ByteBufHolder. |
MqttPublishMessage |
copy()
Creates a deep copy of this
ByteBufHolder. |
MqttPublishMessage |
duplicate()
Duplicates this
ByteBufHolder. |
ByteBuf |
payload() |
int |
refCnt()
Returns the reference count of this object.
|
boolean |
release()
Decreases the reference count by
1 and deallocates this object if the reference count reaches at
0. |
boolean |
release(int decrement)
Decreases the reference count by the specified
decrement and deallocates this object if the reference
count reaches at 0. |
MqttPublishMessage |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content. |
MqttPublishMessage |
retain()
Increases the reference count by
1. |
MqttPublishMessage |
retain(int increment)
Increases the reference count by the specified
increment. |
MqttPublishMessage |
retainedDuplicate()
Duplicates this
ByteBufHolder. |
MqttPublishMessage |
touch()
Records the current access location of this object for debugging purposes.
|
MqttPublishMessage |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
MqttPublishVariableHeader |
variableHeader() |
decoderResult, fixedHeader, toStringpublic MqttPublishMessage(MqttFixedHeader mqttFixedHeader, MqttPublishVariableHeader variableHeader, ByteBuf payload)
public MqttPublishVariableHeader variableHeader()
variableHeader 在类中 MqttMessagepublic ByteBuf payload()
payload 在类中 MqttMessagepublic ByteBuf content()
ByteBufHolderByteBufHolder.content 在接口中 ByteBufHolderpublic MqttPublishMessage copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHolderpublic MqttPublishMessage duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderpublic MqttPublishMessage retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate 在接口中 ByteBufHolderByteBuf.retainedDuplicate()public MqttPublishMessage replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace 在接口中 ByteBufHolderpublic int refCnt()
ReferenceCounted0, it means this object has been deallocated.refCnt 在接口中 ReferenceCountedpublic MqttPublishMessage retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedpublic MqttPublishMessage retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedpublic MqttPublishMessage touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ByteBufHoldertouch 在接口中 ReferenceCountedpublic MqttPublishMessage touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ByteBufHoldertouch 在接口中 ReferenceCountedpublic boolean release()
ReferenceCounted1 and deallocates this object if the reference count reaches at
0.release 在接口中 ReferenceCountedtrue if and only if the reference count became 0 and this object has been deallocatedpublic boolean release(int decrement)
ReferenceCounteddecrement and deallocates this object if the reference
count reaches at 0.release 在接口中 ReferenceCountedtrue if and only if the reference count became 0 and this object has been deallocated