Uses of Class
org.jdrupes.httpcodec.protocols.http.HttpField
Packages that use HttpField
Package
Description
Classes required for handling the HTTP protocol.
-
Uses of HttpField in org.jdrupes.httpcodec.protocols.http
Methods in org.jdrupes.httpcodec.protocols.http that return HttpFieldModifier and TypeMethodDescription<T> HttpField<T>
HttpMessageHeader.computeIfAbsent
(String name, Supplier<T> supplier) Returns the header field with the given name, computing and adding it if it doesn’t exist.<T> HttpField<T>
HttpMessageHeader.computeIfAbsent
(String name, Converter<T> converter, Supplier<T> supplier) Returns the header field with the given name, computing and adding it if it doesn’t exist.Sets the header field’s value.Methods in org.jdrupes.httpcodec.protocols.http that return types with arguments of type HttpFieldModifier and TypeMethodDescriptionHttpMessageHeader.fields()
Returns all header fields as unmodifiable map.Returns the header field with the given type if it exists.Methods in org.jdrupes.httpcodec.protocols.http with parameters of type HttpFieldModifier and TypeMethodDescriptionSets a header field for the message.