Uses of Class
com.azure.core.util.Header
Packages that use Header
Package
Description
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
Package containing core utility classes.
Package containing interfaces describing serialization and deserialization contract.
-
Uses of Header in com.azure.core.http
Subclasses of Header in com.azure.core.httpModifier and TypeClassDescriptionclass
A single header within an HTTP request or response. -
Uses of Header in com.azure.core.util
Methods in com.azure.core.util that return types with arguments of type HeaderMethod parameters in com.azure.core.util with type arguments of type HeaderModifier and TypeMethodDescriptionClientOptions.setHeaders
(Iterable<Header> headers) Sets theHeaders
.HttpClientOptions.setHeaders
(Iterable<Header> headers) -
Uses of Header in com.azure.core.util.serializer
Methods in com.azure.core.util.serializer with parameters of type HeaderModifier and TypeMethodDescription<T> T
JacksonAdapter.deserializeHeader
(Header header, Type type) default <T> T
SerializerAdapter.deserializeHeader
(Header header, Type type) Deserializes the provided header returned from a REST API to en entity instance declared as the model of the header.