Uses of Class
com.azure.core.util.Header
Packages that use Header
Package
Description
This package provides HTTP abstractions for Azure SDK client libraries.
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 TypeClassDescriptionclassRepresents 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> TJacksonAdapter.deserializeHeader(Header header, Type type) default <T> TSerializerAdapter.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.