Uses of Class
org.jdrupes.httpcodec.protocols.http.HttpField
Package
Description
Classes required for handling the HTTP protocol.
-
Uses of HttpField in org.jdrupes.httpcodec.protocols.http
Modifier 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.Modifier and TypeMethodDescriptionHttpMessageHeader.fields()
Returns all header fields as unmodifiable map.Returns the header field with the given type if it exists.Modifier and TypeMethodDescriptionSets a header field for the message.