public class DefaultLastStompContentSubframe extends DefaultStompContentSubframe implements LastStompContentSubframe
LastStompContentSubframe.EMPTY_LAST_CONTENT| Constructor and Description |
|---|
DefaultLastStompContentSubframe(ByteBuf content) |
| Modifier and Type | Method and Description |
|---|---|
LastStompContentSubframe |
copy()
Create a deep copy of this
ByteBufHolder. |
LastStompContentSubframe |
duplicate()
Duplicate the
ByteBufHolder. |
DefaultLastStompContentSubframe |
retain()
Increases the reference count by
1. |
LastStompContentSubframe |
retain(int increment)
Increases the reference count by the specified
increment. |
String |
toString() |
LastStompContentSubframe |
touch()
Records the current access location of this object for debugging purposes.
|
LastStompContentSubframe |
touch(Object hint)
Records the current access location of this object with an additonal arbitrary information for debugging
purposes.
|
content, decoderResult, refCnt, release, release, setDecoderResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontentrefCnt, release, releasedecoderResult, setDecoderResultpublic DefaultLastStompContentSubframe(ByteBuf content)
public DefaultLastStompContentSubframe retain()
ReferenceCounted1.retain in interface ByteBufHolderretain in interface LastStompContentSubframeretain in interface StompContentSubframeretain in interface ReferenceCountedretain in class DefaultStompContentSubframepublic LastStompContentSubframe retain(int increment)
ReferenceCountedincrement.retain in interface ByteBufHolderretain in interface LastStompContentSubframeretain in interface StompContentSubframeretain in interface ReferenceCountedretain in class DefaultStompContentSubframepublic LastStompContentSubframe touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch in interface ByteBufHoldertouch in interface LastStompContentSubframetouch in interface StompContentSubframetouch in interface ReferenceCountedtouch in class DefaultStompContentSubframepublic LastStompContentSubframe touch(Object hint)
ReferenceCountedResourceLeakDetector.touch in interface ByteBufHoldertouch in interface LastStompContentSubframetouch in interface StompContentSubframetouch in interface ReferenceCountedtouch in class DefaultStompContentSubframepublic LastStompContentSubframe copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHoldercopy in interface LastStompContentSubframecopy in interface StompContentSubframecopy in class DefaultStompContentSubframepublic LastStompContentSubframe duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderduplicate in interface LastStompContentSubframeduplicate in interface StompContentSubframeduplicate in class DefaultStompContentSubframepublic String toString()
toString in class DefaultStompContentSubframeCopyright © 2008–2015 The Netty Project. All rights reserved.