public class DefaultLastStompContentSubframe extends DefaultStompContentSubframe implements LastStompContentSubframe
LastStompContentSubframe
.EMPTY_LAST_CONTENT
Constructor and Description |
---|
DefaultLastStompContentSubframe(io.netty.buffer.ByteBuf content) |
Modifier and Type | Method and Description |
---|---|
LastStompContentSubframe |
copy() |
LastStompContentSubframe |
duplicate() |
LastStompContentSubframe |
replace(io.netty.buffer.ByteBuf content) |
DefaultLastStompContentSubframe |
retain() |
LastStompContentSubframe |
retain(int increment) |
LastStompContentSubframe |
retainedDuplicate() |
String |
toString() |
LastStompContentSubframe |
touch() |
LastStompContentSubframe |
touch(Object hint) |
decoderResult, setDecoderResult
content, contentToString, equals, hashCode, refCnt, release, release
public DefaultLastStompContentSubframe(io.netty.buffer.ByteBuf content)
public LastStompContentSubframe copy()
copy
in interface io.netty.buffer.ByteBufHolder
copy
in interface LastStompContentSubframe
copy
in interface StompContentSubframe
copy
in class DefaultStompContentSubframe
public LastStompContentSubframe duplicate()
duplicate
in interface io.netty.buffer.ByteBufHolder
duplicate
in interface LastStompContentSubframe
duplicate
in interface StompContentSubframe
duplicate
in class DefaultStompContentSubframe
public LastStompContentSubframe retainedDuplicate()
retainedDuplicate
in interface io.netty.buffer.ByteBufHolder
retainedDuplicate
in interface LastStompContentSubframe
retainedDuplicate
in interface StompContentSubframe
retainedDuplicate
in class DefaultStompContentSubframe
public LastStompContentSubframe replace(io.netty.buffer.ByteBuf content)
replace
in interface io.netty.buffer.ByteBufHolder
replace
in interface LastStompContentSubframe
replace
in interface StompContentSubframe
replace
in class DefaultStompContentSubframe
public DefaultLastStompContentSubframe retain()
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface LastStompContentSubframe
retain
in interface StompContentSubframe
retain
in interface io.netty.util.ReferenceCounted
retain
in class DefaultStompContentSubframe
public LastStompContentSubframe retain(int increment)
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface LastStompContentSubframe
retain
in interface StompContentSubframe
retain
in interface io.netty.util.ReferenceCounted
retain
in class DefaultStompContentSubframe
public LastStompContentSubframe touch()
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface LastStompContentSubframe
touch
in interface StompContentSubframe
touch
in interface io.netty.util.ReferenceCounted
touch
in class DefaultStompContentSubframe
public LastStompContentSubframe touch(Object hint)
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface LastStompContentSubframe
touch
in interface StompContentSubframe
touch
in interface io.netty.util.ReferenceCounted
touch
in class DefaultStompContentSubframe
public String toString()
toString
in class DefaultStompContentSubframe
Copyright © 2008–2021 The Netty Project. All rights reserved.