true
if a header with the name
and value
exists, false
otherwise.LastStompContentSubframe
.StompContentSubframe
implementation.StompFrame
.StompHeadersSubframe
.Headers.get(Object)
and convert the result to a String
.StompContentSubframe
which signals the end of the content batch
Note, even when no content is emitted by the protocol, an
empty LastStompContentSubframe
is issued to make the upstream parsing
easier.StompHeadersSubframe
and LastStompContentSubframe
into one
frame.StompFrame
's command and headers.StompSubframe
implementations.ChannelHandler
that aggregates an StompHeadersSubframe
and its following StompContentSubframe
s into a single StompFrame
.Copyright © 2008–2020 The Netty Project. All rights reserved.