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.
HTTP/3 implementation.
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 TypeClassDescriptionclassDefaultHeaders<K, V, T extends Headers<K,V, T>> Default implementation ofHeaders;classEmptyHeaders<K, V, T extends Headers<K,V, T>> interfaceCommon interface forHeaderswhich represents a mapping of key to value.Classes in io.netty.handler.codec that implement HeadersModifier and TypeClassDescriptionclassDefaultHeaders<K, V, T extends Headers<K,V, T>> Default implementation ofHeaders;final classDefaultHeadersImpl<K,V> A concrete implementation ofDefaultHeadersthat allows for direct instantiation.classEmptyHeaders<K, V, T extends Headers<K,V, T>> Methods in io.netty.handler.codec with parameters of type HeadersModifier and TypeMethodDescriptionAdds all header names and values ofheadersto this object.protected voidfinal booleanTest 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) Headers.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 callsHeaders.set(K, V)for each entry inheaders. -
Uses of Headers in io.netty.handler.codec.http
Methods in io.netty.handler.codec.http that return Headers -
Uses of Headers in io.netty.handler.codec.http2
Subinterfaces of Headers in io.netty.handler.codec.http2Modifier and TypeInterfaceDescriptioninterfaceA collection of headers sent or received via HTTP/2.Classes in io.netty.handler.codec.http2 that implement HeadersModifier and TypeClassDescriptionfinal classInternal use only!classfinal classfinal classA variant ofHttp2Headerswhich 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.http3
Subinterfaces of Headers in io.netty.handler.codec.http3Classes in io.netty.handler.codec.http3 that implement Headers -
Uses of Headers in io.netty.handler.codec.spdy
Subinterfaces of Headers in io.netty.handler.codec.spdyModifier and TypeInterfaceDescriptioninterfaceProvides 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 TypeInterfaceDescriptioninterfaceThe multimap data structure for the STOMP header names and values.Classes in io.netty.handler.codec.stomp that implement Headers