Uses of Class
com.azure.core.util.Header
-
Packages that use Header Package Description com.azure.core.http Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.com.azure.core.util Package containing core utility classes.com.azure.core.util.serializer Package containing interfaces describing serialization and deserialization contract. -
-
Uses of Header in com.azure.core.http
Subclasses of Header in com.azure.core.http Modifier and Type Class Description classHttpHeaderA 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 Header Modifier and Type Method Description Iterable<Header>ClientOptions. getHeaders()Gets theHeaders.Method parameters in com.azure.core.util with type arguments of type Header Modifier and Type Method Description ClientOptionsClientOptions. setHeaders(Iterable<Header> headers)Sets theHeaders.HttpClientOptionsHttpClientOptions. setHeaders(Iterable<Header> headers) -
Uses of Header in com.azure.core.util.serializer
Methods in com.azure.core.util.serializer with parameters of type Header Modifier and Type Method Description <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.
-