public interface StompFrame extends StompHeadersSubframe, LastStompContentSubframe
StompHeadersSubframe
and LastStompContentSubframe
into one
frame. So it represent a complete STOMP frame.EMPTY_LAST_CONTENT
Modifier and Type | Method and Description |
---|---|
StompFrame |
copy() |
StompFrame |
duplicate() |
StompFrame |
replace(io.netty.buffer.ByteBuf content) |
StompFrame |
retain() |
StompFrame |
retain(int increment) |
StompFrame |
retainedDuplicate() |
StompFrame |
touch() |
StompFrame |
touch(Object hint) |
command, headers
StompFrame copy()
copy
in interface io.netty.buffer.ByteBufHolder
copy
in interface LastStompContentSubframe
copy
in interface StompContentSubframe
StompFrame duplicate()
duplicate
in interface io.netty.buffer.ByteBufHolder
duplicate
in interface LastStompContentSubframe
duplicate
in interface StompContentSubframe
StompFrame retainedDuplicate()
retainedDuplicate
in interface io.netty.buffer.ByteBufHolder
retainedDuplicate
in interface LastStompContentSubframe
retainedDuplicate
in interface StompContentSubframe
StompFrame replace(io.netty.buffer.ByteBuf content)
replace
in interface io.netty.buffer.ByteBufHolder
replace
in interface LastStompContentSubframe
replace
in interface StompContentSubframe
StompFrame retain()
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface LastStompContentSubframe
retain
in interface io.netty.util.ReferenceCounted
retain
in interface StompContentSubframe
StompFrame retain(int increment)
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface LastStompContentSubframe
retain
in interface io.netty.util.ReferenceCounted
retain
in interface StompContentSubframe
StompFrame touch()
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface LastStompContentSubframe
touch
in interface io.netty.util.ReferenceCounted
touch
in interface StompContentSubframe
StompFrame touch(Object hint)
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface LastStompContentSubframe
touch
in interface io.netty.util.ReferenceCounted
touch
in interface StompContentSubframe
Copyright © 2008–2016 The Netty Project. All rights reserved.