Package io.netty.handler.codec.stomp
Class DefaultLastStompContentSubframe
- java.lang.Object
-
- io.netty.buffer.DefaultByteBufHolder
-
- io.netty.handler.codec.stomp.DefaultStompContentSubframe
-
- io.netty.handler.codec.stomp.DefaultLastStompContentSubframe
-
- All Implemented Interfaces:
io.netty.buffer.ByteBufHolder,io.netty.handler.codec.DecoderResultProvider,LastStompContentSubframe,StompContentSubframe,StompSubframe,io.netty.util.ReferenceCounted
public class DefaultLastStompContentSubframe extends DefaultStompContentSubframe implements LastStompContentSubframe
The default implementation for theLastStompContentSubframe.
-
-
Field Summary
-
Fields inherited from interface io.netty.handler.codec.stomp.LastStompContentSubframe
EMPTY_LAST_CONTENT
-
-
Constructor Summary
Constructors Constructor Description DefaultLastStompContentSubframe(io.netty.buffer.ByteBuf content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LastStompContentSubframecopy()LastStompContentSubframeduplicate()LastStompContentSubframereplace(io.netty.buffer.ByteBuf content)DefaultLastStompContentSubframeretain()LastStompContentSubframeretain(int increment)LastStompContentSubframeretainedDuplicate()StringtoString()LastStompContentSubframetouch()LastStompContentSubframetouch(Object hint)-
Methods inherited from class io.netty.handler.codec.stomp.DefaultStompContentSubframe
decoderResult, setDecoderResult
-
Methods inherited from class io.netty.buffer.DefaultByteBufHolder
content, contentToString, equals, hashCode, refCnt, release, release
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
copy
public LastStompContentSubframe copy()
- Specified by:
copyin interfaceio.netty.buffer.ByteBufHolder- Specified by:
copyin interfaceLastStompContentSubframe- Specified by:
copyin interfaceStompContentSubframe- Overrides:
copyin classDefaultStompContentSubframe
-
duplicate
public LastStompContentSubframe duplicate()
- Specified by:
duplicatein interfaceio.netty.buffer.ByteBufHolder- Specified by:
duplicatein interfaceLastStompContentSubframe- Specified by:
duplicatein interfaceStompContentSubframe- Overrides:
duplicatein classDefaultStompContentSubframe
-
retainedDuplicate
public LastStompContentSubframe retainedDuplicate()
- Specified by:
retainedDuplicatein interfaceio.netty.buffer.ByteBufHolder- Specified by:
retainedDuplicatein interfaceLastStompContentSubframe- Specified by:
retainedDuplicatein interfaceStompContentSubframe- Overrides:
retainedDuplicatein classDefaultStompContentSubframe
-
replace
public LastStompContentSubframe replace(io.netty.buffer.ByteBuf content)
- Specified by:
replacein interfaceio.netty.buffer.ByteBufHolder- Specified by:
replacein interfaceLastStompContentSubframe- Specified by:
replacein interfaceStompContentSubframe- Overrides:
replacein classDefaultStompContentSubframe
-
retain
public DefaultLastStompContentSubframe retain()
- Specified by:
retainin interfaceio.netty.buffer.ByteBufHolder- Specified by:
retainin interfaceLastStompContentSubframe- Specified by:
retainin interfaceio.netty.util.ReferenceCounted- Specified by:
retainin interfaceStompContentSubframe- Overrides:
retainin classDefaultStompContentSubframe
-
retain
public LastStompContentSubframe retain(int increment)
- Specified by:
retainin interfaceio.netty.buffer.ByteBufHolder- Specified by:
retainin interfaceLastStompContentSubframe- Specified by:
retainin interfaceio.netty.util.ReferenceCounted- Specified by:
retainin interfaceStompContentSubframe- Overrides:
retainin classDefaultStompContentSubframe
-
touch
public LastStompContentSubframe touch()
- Specified by:
touchin interfaceio.netty.buffer.ByteBufHolder- Specified by:
touchin interfaceLastStompContentSubframe- Specified by:
touchin interfaceio.netty.util.ReferenceCounted- Specified by:
touchin interfaceStompContentSubframe- Overrides:
touchin classDefaultStompContentSubframe
-
touch
public LastStompContentSubframe touch(Object hint)
- Specified by:
touchin interfaceio.netty.buffer.ByteBufHolder- Specified by:
touchin interfaceLastStompContentSubframe- Specified by:
touchin interfaceio.netty.util.ReferenceCounted- Specified by:
touchin interfaceStompContentSubframe- Overrides:
touchin classDefaultStompContentSubframe
-
toString
public String toString()
- Overrides:
toStringin classDefaultStompContentSubframe
-
-