Uses of Interface
io.netty.handler.codec.Headers
Packages that use Headers
Package
Description
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
Encoder, decoder and their related message types for HTTP.
Handlers for sending and receiving HTTP/2 frames.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
STOMP codec
-
Uses of Headers in io.netty.handler.codec
Classes in io.netty.handler.codec with type parameters of type HeadersModifier and TypeClassDescriptionclass
DefaultHeaders<K,
V, T extends Headers<K, V, T>> Default implementation ofHeaders
;class
EmptyHeaders<K,
V, T extends Headers<K, V, T>> interface
Common interface forHeaders
which represents a mapping of key to value.Classes in io.netty.handler.codec that implement HeadersModifier and TypeClassDescriptionclass
DefaultHeaders<K,
V, T extends Headers<K, V, T>> Default implementation ofHeaders
;final class
DefaultHeadersImpl<K,
V> A concrete implementation ofDefaultHeaders
that allows for direct instantiation.class
EmptyHeaders<K,
V, T extends Headers<K, V, T>> Fields in io.netty.handler.codec declared as HeadersModifier and TypeFieldDescriptionprivate final Headers
<CharSequence, CharSequence, ?> HeadersUtils.DelegatingNameSet.headers
Methods in io.netty.handler.codec with parameters of type HeadersModifier and TypeMethodDescriptionAdds all header names and values ofheaders
to this object.protected void
final boolean
Test this object for equality againsth2
.HeadersUtils.getAllAsString
(Headers<K, V, ?> headers, K name) static <K,
V> String HeadersUtils.getAsString
(Headers<K, V, ?> headers, K name) get(Object)
and convert the result to aString
.HeadersUtils.namesAsString
(Headers<CharSequence, CharSequence, ?> headers) Clears the current header entries and copies all header entries of the specifiedheaders
.Retains all current headers but callsset(K, V)
for each entry inheaders
.Constructors in io.netty.handler.codec with parameters of type HeadersModifierConstructorDescription(package private)
DelegatingNameSet
(Headers<CharSequence, CharSequence, ?> headers) -
Uses of Headers in io.netty.handler.codec.http
Classes in io.netty.handler.codec.http that implement HeadersModifier and TypeClassDescriptionprivate static final class
Methods in io.netty.handler.codec.http that return HeadersMethods in io.netty.handler.codec.http with parameters of type HeadersModifier and TypeMethodDescriptionCombinedHttpHeaders.CombinedHttpHeadersImpl.add
(Headers<? extends CharSequence, ? extends CharSequence, ?> headers) CombinedHttpHeaders.CombinedHttpHeadersImpl.set
(Headers<? extends CharSequence, ? extends CharSequence, ?> headers) CombinedHttpHeaders.CombinedHttpHeadersImpl.setAll
(Headers<? extends CharSequence, ? extends CharSequence, ?> headers) -
Uses of Headers in io.netty.handler.codec.http2
Subinterfaces of Headers in io.netty.handler.codec.http2Modifier and TypeInterfaceDescriptioninterface
A collection of headers sent or received via HTTP/2.Classes in io.netty.handler.codec.http2 that implement HeadersModifier and TypeClassDescriptionfinal class
Internal use only!class
final class
final class
A variant ofHttp2Headers
which only supports read-only methods.Methods in io.netty.handler.codec.http2 with parameters of type HeadersModifier and TypeMethodDescriptionReadOnlyHttp2Headers.add
(Headers<? extends CharSequence, ? extends CharSequence, ?> headers) ReadOnlyHttp2Headers.set
(Headers<? extends CharSequence, ? extends CharSequence, ?> headers) ReadOnlyHttp2Headers.setAll
(Headers<? extends CharSequence, ? extends CharSequence, ?> headers) -
Uses of Headers in io.netty.handler.codec.spdy
Subinterfaces of Headers in io.netty.handler.codec.spdyModifier and TypeInterfaceDescriptioninterface
Provides the constants for the standard SPDY HTTP header names and commonly used utility methods that access aSpdyHeadersFrame
.Classes in io.netty.handler.codec.spdy that implement Headers -
Uses of Headers in io.netty.handler.codec.stomp
Subinterfaces of Headers in io.netty.handler.codec.stompModifier and TypeInterfaceDescriptioninterface
The multimap data structure for the STOMP header names and values.Classes in io.netty.handler.codec.stomp that implement Headers