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 |
retain() |
StompFrame |
retain(int increment) |
StompFrame |
touch() |
StompFrame |
touch(Object hint) |
command, headersStompFrame copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface LastStompContentSubframecopy in interface StompContentSubframeStompFrame duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface LastStompContentSubframeduplicate in interface StompContentSubframeStompFrame retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface LastStompContentSubframeretain in interface io.netty.util.ReferenceCountedretain in interface StompContentSubframeStompFrame retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface LastStompContentSubframeretain in interface io.netty.util.ReferenceCountedretain in interface StompContentSubframeStompFrame touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface LastStompContentSubframetouch in interface io.netty.util.ReferenceCountedtouch in interface StompContentSubframeStompFrame touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface LastStompContentSubframetouch in interface io.netty.util.ReferenceCountedtouch in interface StompContentSubframeCopyright © 2008–2015 The Netty Project. All rights reserved.