| Interface | Description |
|---|---|
| ServiceVersion |
A generic interface for sending HTTP requests using the provided service version.
|
| Class | Description |
|---|---|
| AuthorizationChallengeHandler |
This class handles Basic and Digest authorization challenges, complying to RFC 2617 and RFC 7616.
|
| Base64Url |
Encodes and decodes using Base64 URL encoding.
|
| Base64Util |
Utility type exposing Base64 encoding and decoding methods.
|
| Configuration |
Contains configuration information that is used during construction of client libraries.
|
| Context |
Context offers a means of passing arbitrary data (key-value pairs) to pipeline policies. |
| CoreUtils |
This class contains utility methods useful for building client libraries.
|
| DateTimeRfc1123 |
Wrapper over java.time.OffsetDateTime used for specifying RFC1123 format during serialization and deserialization.
|
| ExpandableStringEnum<T extends ExpandableStringEnum<T>> |
Base implementation for expandable, single string enums.
|
| FluxUtil |
Utility type exposing methods to deal with
Flux. |
| IterableStream<T> |
This class provides utility to iterate over values using standard 'for-each' style loops or to convert them into a
Stream and operate in that fashion. |
| UrlBuilder |
A builder class that is used to create URLs.
|
| UserAgentProperties |
Class to hold the properties used in user agent strings.
|
| UserAgentUtil |
Utility for building user agent string for Azure client libraries as specified in the
design guidelines.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.