- AccessToken - Class in com.azure.core.credential
-
Represents an immutable access token with a token string and an expiration time.
- AccessToken(String, OffsetDateTime) - Constructor for class com.azure.core.credential.AccessToken
-
Creates an access token instance.
- addAfterRetryPolicies(List<HttpPipelinePolicy>) - Static method in class com.azure.core.http.policy.HttpPolicyProviders
-
- addAllowedHeaderName(String) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the given whitelisted header to the default header set that should be logged.
- addAllowedQueryParamName(String) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the given whitelisted query param that should be logged.
- addBeforeRetryPolicies(List<HttpPipelinePolicy>) - Static method in class com.azure.core.http.policy.HttpPolicyProviders
-
- addData(Object, Object) - Method in class com.azure.core.util.Context
-
Adds a new immutable
Context
object with the specified key-value pair to
the existing
Context
chain.
- AddDatePolicy - Class in com.azure.core.http.policy
-
The pipeline policy that adds a "Date" header in RFC 1123 format when sending an HTTP request.
- AddDatePolicy() - Constructor for class com.azure.core.http.policy.AddDatePolicy
-
- AddHeadersPolicy - Class in com.azure.core.http.policy
-
The pipeline policy that adds a particular set of headers to HTTP requests.
- AddHeadersPolicy(HttpHeaders) - Constructor for class com.azure.core.http.policy.AddHeadersPolicy
-
Creates a AddHeadersPolicy.
- addLink(Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Provides a way to link multiple tracing spans.
- addScopes(String...) - Method in class com.azure.core.credential.TokenRequestContext
-
Adds one or more scopes to the request scopes.
- addValue(String) - Method in class com.azure.core.http.HttpHeader
-
Add a new value to the end of the Header.
- AfterRetryPolicyProvider - Interface in com.azure.core.http.policy
-
Implementing classes are automatically added as policies after the retry policy.
- APPEND_USER_AGENT_CONTEXT_KEY - Static variable in class com.azure.core.http.policy.UserAgentPolicy
-
Key for
Context
to add a value which will be appended to the User-Agent supplied in this policy in an
ad-hoc manner.
- APPLICATION_JSON - Static variable in class com.azure.core.http.ContentType
-
the default JSON Content-Type header.
- APPLICATION_OCTET_STREAM - Static variable in class com.azure.core.http.ContentType
-
the default binary Content-Type header.
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class com.azure.core.http.ContentType
-
The default form data Content-Type header.
- arrayToString(T[], Function<T, String>) - Static method in class com.azure.core.util.CoreUtils
-
Turns an array into a string mapping each element to a string and delimits them using a coma.
- AsyncKeyEncryptionKey - Interface in com.azure.core.cryptography
-
A key which is used to asynchronously encrypt, or wrap, another key.
- AsyncKeyEncryptionKeyResolver - Interface in com.azure.core.cryptography
-
An object capable of asynchronously retrieving key encryption keys from a provided key identifier.
- AsyncPollResponse<T,U> - Class in com.azure.core.util.polling
-
AsyncPollResponse represents an event emitted by the
PollerFlux
that asynchronously polls
a long-running operation (LRO).
- AzureException - Exception in com.azure.core.exception
-
The base exception type for all Azure-related exceptions.
- AzureException(String) - Constructor for exception com.azure.core.exception.AzureException
-
Initializes a new instance of the AzureException class.
- AzureException(String, Throwable) - Constructor for exception com.azure.core.exception.AzureException
-
Initializes a new instance of the AzureException class.
- calculateRetryDelay(int) - Method in class com.azure.core.http.policy.ExponentialBackoff
-
- calculateRetryDelay(int) - Method in class com.azure.core.http.policy.FixedDelay
-
- calculateRetryDelay(int) - Method in interface com.azure.core.http.policy.RetryStrategy
-
Computes the delay between each retry.
- cancelOperation() - Method in class com.azure.core.util.polling.AsyncPollResponse
-
- cancelOperation() - Method in interface com.azure.core.util.polling.SyncPoller
-
cancels the remote long-running operation if cancellation is supported by the service.
- ClientAuthenticationException - Exception in com.azure.core.exception
-
The exception thrown when failed to authenticate the client request with status code of 4XX, typically 401
unauthorized.
- ClientAuthenticationException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ClientAuthenticationException
-
- ClientAuthenticationException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ClientAuthenticationException
-
- ClientAuthenticationException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.ClientAuthenticationException
-
- ClientLogger - Class in com.azure.core.util.logging
-
This is a fluent logger helper class that wraps a pluggable Logger
.
- ClientLogger(Class<?>) - Constructor for class com.azure.core.util.logging.ClientLogger
-
Retrieves a logger for the passed class using the LoggerFactory
.
- ClientLogger(String) - Constructor for class com.azure.core.util.logging.ClientLogger
-
Retrieves a logger for the passed class name using the LoggerFactory
.
- clone() - Method in class com.azure.core.http.HttpPipelineNextPolicy
-
Creates a new instance of this instance.
- clone() - Method in class com.azure.core.util.Configuration
-
- clone(byte[]) - Static method in class com.azure.core.util.CoreUtils
-
Creates a copy of the source byte array.
- clone(int[]) - Static method in class com.azure.core.util.CoreUtils
-
Creates a copy of the source int array.
- clone(T[]) - Static method in class com.azure.core.util.CoreUtils
-
Creates a copy of the source array.
- close() - Method in class com.azure.core.http.HttpResponse
-
Closes the response content stream, if any.
- close() - Method in class com.azure.core.http.rest.PagedResponseBase
- close() - Method in class com.azure.core.http.rest.StreamResponse
-
- collectBytesInByteBufferStream(Flux<ByteBuffer>) - Static method in class com.azure.core.util.FluxUtil
-
Collects ByteBuffer emitted by a Flux into a byte array.
- CollectionFormat - Enum in com.azure.core.util.serializer
-
Swagger collection format to use for joining
List
parameters in
paths, queries, and headers.
- com.azure.core.annotation - package com.azure.core.annotation
-
Package containing annotations for client side methods that maps to REST APIs.
- com.azure.core.credential - package com.azure.core.credential
-
Package containing basic credential classes for authentication purposes.
- com.azure.core.cryptography - package com.azure.core.cryptography
-
Package containing core cryptography interfaces.
- com.azure.core.exception - package com.azure.core.exception
-
Package containing core exception classes.
- com.azure.core.http - package com.azure.core.http
-
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
- com.azure.core.http.policy - package com.azure.core.http.policy
-
Package containing HttpPipelinePolicy interface and its implementations.
- com.azure.core.http.rest - package com.azure.core.http.rest
-
Package containing REST-related APIs.
- com.azure.core.util - package com.azure.core.util
-
Package containing core utility classes.
- com.azure.core.util.logging - package com.azure.core.util.logging
-
Package containing logging APIs.
- com.azure.core.util.polling - package com.azure.core.util.polling
-
Package containing API for long running operations.
- com.azure.core.util.serializer - package com.azure.core.util.serializer
-
Package containing interfaces describing serialization and deserialization contract.
- com.azure.core.util.tracing - package com.azure.core.util.tracing
-
Package containing API for tracing.
- Configuration - Class in com.azure.core.util
-
Contains configuration information that is used during construction of client libraries.
- Configuration() - Constructor for class com.azure.core.util.Configuration
-
Constructs an empty configuration.
- contains(String) - Method in class com.azure.core.util.Configuration
-
Determines if the configuration exists.
- ContentType - Class in com.azure.core.http
-
The different values that commonly used for Content-Type header.
- Context - Class in com.azure.core.util
-
Context
offers a means of passing arbitrary data (key-value pairs) to pipeline policies.
- Context(Object, Object) - Constructor for class com.azure.core.util.Context
-
- CookiePolicy - Class in com.azure.core.http.policy
-
The pipeline policy that which stores cookies based on the response "Set-Cookie" header and adds cookies to requests.
- CookiePolicy() - Constructor for class com.azure.core.http.policy.CookiePolicy
-
- copy() - Method in class com.azure.core.http.HttpRequest
-
Creates a copy of the request.
- CoreUtils - Class in com.azure.core.util
-
This class contains utility methods useful for building client libraries.
- create() - Method in interface com.azure.core.http.policy.HttpPolicyProvider
-
Creates the policy.
- create(Class<A>) - Static method in class com.azure.core.http.rest.RestProxy
-
Create a proxy implementation of the provided Swagger interface.
- create(Class<A>, HttpPipeline) - Static method in class com.azure.core.http.rest.RestProxy
-
Create a proxy implementation of the provided Swagger interface.
- create(Class<A>, HttpPipeline, SerializerAdapter) - Static method in class com.azure.core.http.rest.RestProxy
-
Create a proxy implementation of the provided Swagger interface.
- createDefault() - Static method in interface com.azure.core.http.HttpClient
-
- createDefaultSerializerAdapter() - Static method in class com.azure.core.util.serializer.JacksonAdapter
-
maintain singleton instance of the default serializer adapter.
- createInstance() - Method in interface com.azure.core.http.HttpClientProvider
-
Creates a new instance of the
HttpClient
that this HttpClientProvider is configured to create.
- Get - Annotation Type in com.azure.core.annotation
-
HTTP GET method annotation describing the parameterized relative path to a REST endpoint for resource retrieval.
- get(String) - Method in class com.azure.core.http.HttpHeaders
-
Gets the
header
for the provided header name.
- get(String) - Method in class com.azure.core.util.Configuration
-
Gets the value of the configuration.
- get(String, T) - Method in class com.azure.core.util.Configuration
-
Gets the value of the configuration converted to T
.
- get(String, Function<String, T>) - Method in class com.azure.core.util.Configuration
-
Gets the converted value of the configuration.
- getActivationResponse() - Method in class com.azure.core.util.polling.PollingContext
-
- getAddress() - Method in class com.azure.core.http.ProxyOptions
-
- getAllowedHeaderNames() - Method in class com.azure.core.http.policy.HttpLogOptions
-
Gets the whitelisted headers that should be logged.
- getAllowedQueryParamNames() - Method in class com.azure.core.http.policy.HttpLogOptions
-
Gets the whitelisted query parameters.
- getApplicationId() - Method in class com.azure.core.http.policy.HttpLogOptions
-
Gets the application specific id.
- getBody() - Method in class com.azure.core.http.HttpRequest
-
Get the request content.
- getBody() - Method in class com.azure.core.http.HttpResponse
-
Get the publisher emitting response content chunks.
- getBodyAsByteArray() - Method in class com.azure.core.http.HttpResponse
-
Get the response content as a byte[].
- getBodyAsString() - Method in class com.azure.core.http.HttpResponse
-
Get the response content as a string.
- getBodyAsString(Charset) - Method in class com.azure.core.http.HttpResponse
-
Get the response content as a string.
- getBytesExpected() - Method in exception com.azure.core.exception.UnexpectedLengthException
-
- getBytesRead() - Method in exception com.azure.core.exception.UnexpectedLengthException
-
- getContinuationToken() - Method in interface com.azure.core.http.rest.Page
-
Gets a link to the next page, or null
if there are no more results.
- getContinuationToken() - Method in class com.azure.core.http.rest.PagedResponseBase
-
Gets a link to the next page, or null
if there are no more results.
- getData(String) - Method in class com.azure.core.http.HttpPipelineCallContext
-
Gets a value with the given key stored in the context.
- getData(Object) - Method in class com.azure.core.util.Context
-
Scans the linked-list of
Context
objects looking for one with the specified key.
- getData(String) - Method in class com.azure.core.util.polling.PollingContext
-
Get a value from the context with the provided key.
- getDateTime() - Method in class com.azure.core.util.DateTimeRfc1123
-
Returns the underlying DateTime.
- getDelimiter() - Method in enum com.azure.core.util.serializer.CollectionFormat
-
Gets the delimiter used to join a list of parameters.
- getDeserializedHeaders() - Method in class com.azure.core.http.rest.PagedResponseBase
-
Get the headers from the HTTP response, transformed into the header type H.
- getDeserializedHeaders() - Method in class com.azure.core.http.rest.ResponseBase
-
Get the headers from the HTTP response, transformed into the header type, H
.
- getExpiresAt() - Method in class com.azure.core.credential.AccessToken
-
- getFinalResult() - Method in class com.azure.core.util.polling.AsyncPollResponse
-
- getFinalResult() - Method in interface com.azure.core.util.polling.SyncPoller
-
Retrieve the final result of the long running operation.
- getGlobalConfiguration() - Static method in class com.azure.core.util.Configuration
-
Gets the global configuration store shared by all client libraries.
- getHeaders() - Method in class com.azure.core.http.HttpRequest
-
Get the request headers.
- getHeaders() - Method in class com.azure.core.http.HttpResponse
-
Get all response headers.
- getHeaders() - Method in class com.azure.core.http.rest.PagedResponseBase
-
Gets the headers from the HTTP response.
- getHeaders() - Method in interface com.azure.core.http.rest.Response
-
Gets the headers from the HTTP response.
- getHeaders() - Method in class com.azure.core.http.rest.ResponseBase
-
Gets the headers from the HTTP response.
- getHeaders() - Method in class com.azure.core.http.rest.SimpleResponse
-
Gets the headers from the HTTP response.
- getHeaderValue(String) - Method in class com.azure.core.http.HttpResponse
-
Lookup a response header with the provided name.
- getHost() - Method in class com.azure.core.util.UrlBuilder
-
Get the host that has been assigned to this UrlBuilder.
- getHttpClient() - Method in class com.azure.core.http.HttpPipeline
-
- getHttpMethod() - Method in class com.azure.core.http.HttpRequest
-
Get the request method.
- getHttpRequest() - Method in class com.azure.core.http.HttpPipelineCallContext
-
Gets the HTTP request.
- getIfMatch() - Method in class com.azure.core.http.MatchConditions
-
Gets the ETag that resources must match.
- getIfModifiedSince() - Method in class com.azure.core.http.RequestConditions
-
Gets the
datetime
that resources must have been modified since.
- getIfNoneMatch() - Method in class com.azure.core.http.MatchConditions
-
Gets the ETag that resources must not match.
- getIfUnmodifiedSince() - Method in class com.azure.core.http.RequestConditions
-
Gets the
datetime
that resources must have remained unmodified since.
- getItems() - Method in interface com.azure.core.http.rest.Page
-
Gets a list of items returned from the service.
- getItems() - Method in class com.azure.core.http.rest.PagedResponseBase
-
Gets a list of items returned from the service.
- getKeyId() - Method in interface com.azure.core.cryptography.AsyncKeyEncryptionKey
-
Retrieves the key identifier.
- getKeyId() - Method in interface com.azure.core.cryptography.KeyEncryptionKey
-
Retrieves the key identifier.
- getLatestResponse() - Method in class com.azure.core.util.polling.PollingContext
-
- getLogLevel() - Method in class com.azure.core.http.policy.HttpLogOptions
-
Gets the level of detail to log on HTTP messages.
- getMaxRetries() - Method in class com.azure.core.http.policy.ExponentialBackoff
-
- getMaxRetries() - Method in class com.azure.core.http.policy.FixedDelay
-
- getMaxRetries() - Method in interface com.azure.core.http.policy.RetryStrategy
-
Max number of retry attempts to be make.
- getName() - Method in class com.azure.core.http.HttpHeader
-
Get the header name.
- getName() - Method in class com.azure.core.util.UserAgentProperties
-
Returns the name of the client library.
- getPassword() - Method in class com.azure.core.http.ProxyOptions
-
- getPath() - Method in class com.azure.core.util.UrlBuilder
-
Get the path that has been assigned to this UrlBuilder.
- getPolicy(int) - Method in class com.azure.core.http.HttpPipeline
-
Get the policy at the passed index in the pipeline.
- getPolicyCount() - Method in class com.azure.core.http.HttpPipeline
-
Get the count of policies in the pipeline.
- getPort() - Method in class com.azure.core.util.UrlBuilder
-
Get the port that has been assigned to this UrlBuilder.
- getProperties(String) - Static method in class com.azure.core.util.CoreUtils
-
Helper method that returns an immutable
Map
of properties defined in
propertiesFileName
.
- getQuery() - Method in class com.azure.core.util.UrlBuilder
-
Get the query that has been assigned to this UrlBuilder.
- getQueryString() - Method in class com.azure.core.util.UrlBuilder
-
Returns the query string currently configured in this UrlBuilder instance.
- getRequest() - Method in exception com.azure.core.exception.HttpRequestException
-
- getRequest() - Method in class com.azure.core.http.HttpResponse
-
Get the request which resulted in this response.
- getRequest() - Method in class com.azure.core.http.rest.PagedResponseBase
-
- getRequest() - Method in interface com.azure.core.http.rest.Response
-
Gets the HTTP request which resulted in this response.
- getRequest() - Method in class com.azure.core.http.rest.ResponseBase
-
- getRequest() - Method in class com.azure.core.http.rest.SimpleResponse
-
- getResponse() - Method in exception com.azure.core.exception.HttpResponseException
-
Gets the associated HTTP response that caused the exception.
- getRetryAfter() - Method in class com.azure.core.util.polling.PollResponse
-
Returns the delay the service has requested until the next polling operation is performed.
- getScheme() - Method in class com.azure.core.util.UrlBuilder
-
Get the scheme/protocol that has been assigned to this UrlBuilder.
- getScopes() - Method in class com.azure.core.credential.TokenRequestContext
-
Gets the scopes required for the token.
- getSize() - Method in class com.azure.core.http.HttpHeaders
-
Gets the number of headers in the collection.
- getStatus() - Method in class com.azure.core.util.polling.AsyncPollResponse
-
Represents the status of the long-running operation at the time the last polling operation finished successfully.
- getStatus() - Method in class com.azure.core.util.polling.PollResponse
-
Represents the status of the long-running operation at the time the last polling operation finished successfully.
- getStatusCode() - Method in class com.azure.core.http.HttpResponse
-
Get the response status code.
- getStatusCode() - Method in class com.azure.core.http.rest.PagedResponseBase
-
Gets the HTTP response status code.
- getStatusCode() - Method in interface com.azure.core.http.rest.Response
-
Gets the HTTP response status code.
- getStatusCode() - Method in class com.azure.core.http.rest.ResponseBase
-
Gets the HTTP response status code.
- getStatusCode() - Method in class com.azure.core.http.rest.SimpleResponse
-
Gets the status code of the HTTP response.
- getSyncPoller() - Method in class com.azure.core.util.polling.PollerFlux
-
- getToken() - Method in class com.azure.core.credential.AccessToken
-
- getToken(TokenRequestContext) - Method in class com.azure.core.credential.BasicAuthenticationCredential
-
- getToken() - Method in class com.azure.core.credential.SimpleTokenCache
-
Asynchronously get a token from either the cache or replenish the cache with a new token.
- getToken(TokenRequestContext) - Method in interface com.azure.core.credential.TokenCredential
-
Asynchronously get a token for a given resource/audience.
- getType() - Method in class com.azure.core.http.ProxyOptions
-
- getUrl() - Method in class com.azure.core.http.HttpRequest
-
Get the target address.
- getUsername() - Method in class com.azure.core.http.ProxyOptions
-
- getValue() - Method in exception com.azure.core.exception.HttpResponseException
-
Gets the deserialized HTTP response value.
- getValue() - Method in class com.azure.core.http.HttpHeader
-
Get the header value.
- getValue(String) - Method in class com.azure.core.http.HttpHeaders
-
Get the value for the provided header name.
- getValue() - Method in interface com.azure.core.http.rest.PagedResponse
-
Returns the items in the page.
- getValue() - Method in interface com.azure.core.http.rest.Response
-
Gets the deserialized value of the HTTP response.
- getValue() - Method in class com.azure.core.http.rest.ResponseBase
-
Gets the deserialized value of the HTTP response.
- getValue() - Method in class com.azure.core.http.rest.SimpleResponse
-
Gets the deserialized value of the HTTP response.
- getValue() - Method in class com.azure.core.http.rest.StreamResponse
-
The content of the HTTP response as a stream of
byte buffers
.
- getValue() - Method in class com.azure.core.util.polling.AsyncPollResponse
-
The value returned as a result of the last successful poll operation.
- getValue() - Method in class com.azure.core.util.polling.PollResponse
-
The value returned as a result of the last successful poll operation.
- getValues() - Method in class com.azure.core.http.HttpHeader
-
Get the comma separated value as an array.
- getValues(String) - Method in class com.azure.core.http.HttpHeaders
-
Get the values for the provided header name.
- getValues() - Method in class com.azure.core.util.Context
-
Scans the linked-list of
Context
objects populating a
Map
with the values of the context.
- getVersion() - Method in interface com.azure.core.util.ServiceVersion
-
- getVersion() - Method in class com.azure.core.util.UserAgentProperties
-
Returns the version of the client library.
- hashCode() - Method in class com.azure.core.util.Base64Url
-
- hashCode() - Method in class com.azure.core.util.DateTimeRfc1123
-
- hashCode() - Method in class com.azure.core.util.ExpandableStringEnum
-
- Head - Annotation Type in com.azure.core.annotation
-
HTTP HEAD method annotation describing the parameterized relative path to a REST endpoint.
- HeaderCollection - Annotation Type in com.azure.core.annotation
-
Annotation on a deserialized header type that indicates that the property should
be treated as a header collection with the provided prefix.
- HeaderParam - Annotation Type in com.azure.core.annotation
-
Replaces the header with the value of its target.
- Headers - Annotation Type in com.azure.core.annotation
-
Annotation to annotate list of static headers sent to a REST endpoint.
- Host - Annotation Type in com.azure.core.annotation
-
Annotation for parameterized host name targeting a REST service.
- HOST_NAME_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Key for
Context
which indicates that the context contains the hostname.
- HostParam - Annotation Type in com.azure.core.annotation
-
Annotation to annotate replacement of parameterized segments in a dynamic
Host
.
- HostPolicy - Class in com.azure.core.http.policy
-
The pipeline policy that adds the given host to each HttpRequest.
- HostPolicy(String) - Constructor for class com.azure.core.http.policy.HostPolicy
-
Create HostPolicy.
- HTTP_STATUS_TOO_MANY_REQUESTS - Static variable in interface com.azure.core.http.policy.RetryStrategy
-
- HttpClient - Interface in com.azure.core.http
-
A generic interface for sending HTTP requests and getting responses.
- httpClient(HttpClient) - Method in class com.azure.core.http.HttpPipelineBuilder
-
Sets the HttpClient that the pipeline will use to send requests.
- HttpClientProvider - Interface in com.azure.core.http
-
An interface to be implemented by any azure-core plugin that wishes to provide an alternate
HttpClient
implementation.
- HttpHeader - Class in com.azure.core.http
-
A single header within a HTTP request or response.
- HttpHeader(String, String) - Constructor for class com.azure.core.http.HttpHeader
-
Create a HttpHeader instance using the provided name and value.
- HttpHeaders - Class in com.azure.core.http
-
A collection of headers on an HTTP request or response.
- HttpHeaders() - Constructor for class com.azure.core.http.HttpHeaders
-
Create an empty HttpHeaders instance.
- HttpHeaders(Map<String, String>) - Constructor for class com.azure.core.http.HttpHeaders
-
Create a HttpHeaders instance with the provided initial headers.
- HttpHeaders(Iterable<HttpHeader>) - Constructor for class com.azure.core.http.HttpHeaders
-
Create a HttpHeaders instance with the provided initial headers.
- HttpLogDetailLevel - Enum in com.azure.core.http.policy
-
The level of detail to log on HTTP messages.
- HttpLoggingPolicy - Class in com.azure.core.http.policy
-
The pipeline policy that handles logging of HTTP requests and responses.
- HttpLoggingPolicy(HttpLogOptions) - Constructor for class com.azure.core.http.policy.HttpLoggingPolicy
-
Creates an HttpLoggingPolicy with the given log configurations.
- HttpLogOptions - Class in com.azure.core.http.policy
-
The log configurations for HTTP messages.
- HttpLogOptions() - Constructor for class com.azure.core.http.policy.HttpLogOptions
-
Creates a new instance that does not log any information about HTTP requests or responses.
- HttpMethod - Enum in com.azure.core.http
-
The HTTP request methods.
- HttpPipeline - Class in com.azure.core.http
-
The HTTP pipeline that HTTP requests and responses will flow through.
- HttpPipelineBuilder - Class in com.azure.core.http
-
This class provides a fluent builder API to help aid the configuration and instantiation of the
HttpPipeline
,
calling
build
constructs an instance of the pipeline.
- HttpPipelineBuilder() - Constructor for class com.azure.core.http.HttpPipelineBuilder
-
Creates a new instance of HttpPipelineBuilder that can configure options for the
HttpPipeline
before
creating an instance of it.
- HttpPipelineCallContext - Class in com.azure.core.http
-
Type representing context local to a single http request and it's response.
- HttpPipelineNextPolicy - Class in com.azure.core.http
-
A type that invokes next policy in the pipeline.
- HttpPipelinePolicy - Interface in com.azure.core.http.policy
-
- HttpPolicyProvider - Interface in com.azure.core.http.policy
-
Implementing classes automatically provide policies.
- HttpPolicyProviders - Class in com.azure.core.http.policy
-
This class handles adding SPI plug-able policies to a pipeline automatically.
- HttpRequest - Class in com.azure.core.http
-
The outgoing Http request.
- HttpRequest(HttpMethod, URL) - Constructor for class com.azure.core.http.HttpRequest
-
Create a new HttpRequest instance.
- HttpRequest(HttpMethod, String) - Constructor for class com.azure.core.http.HttpRequest
-
Create a new HttpRequest instance.
- HttpRequest(HttpMethod, URL, HttpHeaders, Flux<ByteBuffer>) - Constructor for class com.azure.core.http.HttpRequest
-
Create a new HttpRequest instance.
- HttpRequestException - Exception in com.azure.core.exception
-
The exception occurred while attempting to connect a socket to a Azure service address and port.
- HttpRequestException(String, HttpRequest) - Constructor for exception com.azure.core.exception.HttpRequestException
-
Initializes a new instance of the ServiceRequestException class.
- HttpRequestException(String, HttpRequest, Throwable) - Constructor for exception com.azure.core.exception.HttpRequestException
-
Initializes a new instance of the ServiceRequestException class.
- HttpResponse - Class in com.azure.core.http
-
- HttpResponse(HttpRequest) - Constructor for class com.azure.core.http.HttpResponse
-
- HttpResponseException - Exception in com.azure.core.exception
-
The exception thrown when an unsuccessful response is received with http status code (e.g.
- HttpResponseException(String, HttpResponse) - Constructor for exception com.azure.core.exception.HttpResponseException
-
- HttpResponseException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.HttpResponseException
-
- HttpResponseException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.HttpResponseException
-
- Page<T> - Interface in com.azure.core.http.rest
-
Represents a paginated REST response from the service.
- PagedFlux<T> - Class in com.azure.core.http.rest
-
This class is a flux that can operate on a
PagedResponse
and also provides the ability to operate on
individual items.
- PagedFlux(Supplier<Mono<PagedResponse<T>>>) - Constructor for class com.azure.core.http.rest.PagedFlux
-
Creates an instance of
PagedFlux
that consists of only a single page of results.
- PagedFlux(Supplier<Mono<PagedResponse<T>>>, Function<String, Mono<PagedResponse<T>>>) - Constructor for class com.azure.core.http.rest.PagedFlux
-
- PagedFluxBase<T,P extends PagedResponse<T>> - Class in com.azure.core.http.rest
-
This class is a flux that can operate on any type that extends
PagedResponse
and
also provides the ability to operate on individual items.
- PagedFluxBase(Supplier<Mono<P>>) - Constructor for class com.azure.core.http.rest.PagedFluxBase
-
Creates an instance of
PagedFluxBase
that consists of only a single page of results.
- PagedFluxBase(Supplier<Mono<P>>, Function<String, Mono<P>>) - Constructor for class com.azure.core.http.rest.PagedFluxBase
-
- pagedFluxError(ClientLogger, RuntimeException) - Static method in class com.azure.core.util.FluxUtil
-
- PagedIterable<T> - Class in com.azure.core.http.rest
-
- PagedIterable(PagedFlux<T>) - Constructor for class com.azure.core.http.rest.PagedIterable
-
- PagedIterableBase<T,P extends PagedResponse<T>> - Class in com.azure.core.http.rest
-
- PagedIterableBase(PagedFluxBase<T, P>) - Constructor for class com.azure.core.http.rest.PagedIterableBase
-
- PagedResponse<T> - Interface in com.azure.core.http.rest
-
Response of a REST API that returns page.
- PagedResponseBase<H,T> - Class in com.azure.core.http.rest
-
Represents an HTTP response that contains a list of items deserialized into a
Page
.
- PagedResponseBase(HttpRequest, int, HttpHeaders, Page<T>, H) - Constructor for class com.azure.core.http.rest.PagedResponseBase
-
Creates a new instance of the PagedResponseBase type.
- PagedResponseBase(HttpRequest, int, HttpHeaders, List<T>, String, H) - Constructor for class com.azure.core.http.rest.PagedResponseBase
-
Creates a new instance of the PagedResponseBase type.
- PARENT_SPAN_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Key for
Context
which indicates that the context contains parent span data.
- parse(String) - Static method in class com.azure.core.util.UrlBuilder
-
Parse a UrlBuilder from the provided URL string.
- parse(URL) - Static method in class com.azure.core.util.UrlBuilder
-
Parse a UrlBuilder from the provided URL object.
- Patch - Annotation Type in com.azure.core.annotation
-
HTTP PATCH method annotation describing the parameterized relative path to a REST endpoint for resource update.
- PathParam - Annotation Type in com.azure.core.annotation
-
Annotation to annotate replacement for a named path segment in REST endpoint URL.
- policies(HttpPipelinePolicy...) - Method in class com.azure.core.http.HttpPipelineBuilder
-
Adds
policies
to the set of policies that the pipeline will use
when sending requests.
- poll() - Method in interface com.azure.core.util.polling.SyncPoller
-
Poll once and return the poll response received.
- PollerFlux<T,U> - Class in com.azure.core.util.polling
-
A Flux that simplifies the task of executing long-running operations against an Azure service.
- PollerFlux(Duration, Function<PollingContext<T>, Mono<T>>, Function<PollingContext<T>, Mono<PollResponse<T>>>, BiFunction<PollingContext<T>, PollResponse<T>, Mono<T>>, Function<PollingContext<T>, Mono<U>>) - Constructor for class com.azure.core.util.polling.PollerFlux
-
Creates PollerFlux.
- PollingContext<T> - Class in com.azure.core.util.polling
-
A key/value store that is propagated between various poll related operations associated with
PollerFlux
and
SyncPoller
poller.
- PollResponse<T> - Class in com.azure.core.util.polling
-
PollResponse represents a single response from a service for a long-running polling operation.
- PollResponse(LongRunningOperationStatus, T, Duration) - Constructor for class com.azure.core.util.polling.PollResponse
-
Creates a new
PollResponse
with status, value, retryAfter and properties.
- PollResponse(LongRunningOperationStatus, T) - Constructor for class com.azure.core.util.polling.PollResponse
-
- PortPolicy - Class in com.azure.core.http.policy
-
The pipeline policy that adds a given port to each
HttpRequest
.
- PortPolicy(int, boolean) - Constructor for class com.azure.core.http.policy.PortPolicy
-
Creates a new PortPolicy object.
- Post - Annotation Type in com.azure.core.annotation
-
HTTP POST method annotation describing the parameterized relative path to a REST endpoint for an action.
- process() - Method in class com.azure.core.http.HttpPipelineNextPolicy
-
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.AddDatePolicy
-
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.AddHeadersPolicy
-
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.BearerTokenAuthenticationPolicy
-
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.CookiePolicy
-
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.HostPolicy
-
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.HttpLoggingPolicy
-
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in interface com.azure.core.http.policy.HttpPipelinePolicy
-
Process provided request context and invokes the next policy.
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.PortPolicy
-
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.ProtocolPolicy
-
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.RequestIdPolicy
-
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.RetryPolicy
-
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.TimeoutPolicy
-
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.core.http.policy.UserAgentPolicy
-
Updates the "User-Agent" header with the value supplied in the policy.
- ProcessKind - Enum in com.azure.core.util.tracing
-
Contains constants common AMQP protocol process calls.
- PROPERTY_AZURE_CLIENT_ID - Static variable in class com.azure.core.util.Configuration
-
Client id to use when performing service principal authentication with Azure.
- PROPERTY_AZURE_CLIENT_SECRET - Static variable in class com.azure.core.util.Configuration
-
Client secret to use when performing service principal authentication with Azure.
- PROPERTY_AZURE_CLOUD - Static variable in class com.azure.core.util.Configuration
-
Name of the Azure cloud to connect to.
- PROPERTY_AZURE_LOG_LEVEL - Static variable in class com.azure.core.util.Configuration
-
Enables logging by setting a log level.
- PROPERTY_AZURE_PASSWORD - Static variable in class com.azure.core.util.Configuration
-
Username to use when performing username/password authentication with Azure.
- PROPERTY_AZURE_RESOURCE_GROUP - Static variable in class com.azure.core.util.Configuration
-
Name of the Azure resource group.
- PROPERTY_AZURE_SUBSCRIPTION_ID - Static variable in class com.azure.core.util.Configuration
-
Subscription id to use when connecting to Azure resources.
- PROPERTY_AZURE_TELEMETRY_DISABLED - Static variable in class com.azure.core.util.Configuration
-
Disables telemetry collection.
- PROPERTY_AZURE_TENANT_ID - Static variable in class com.azure.core.util.Configuration
-
Tenant id for the Azure resources.
- PROPERTY_AZURE_TRACING_DISABLED - Static variable in class com.azure.core.util.Configuration
-
Disables tracing.
- PROPERTY_AZURE_USERNAME - Static variable in class com.azure.core.util.Configuration
-
Username to use when performing username/password authentication with Azure.
- PROPERTY_HTTP_PROXY - Static variable in class com.azure.core.util.Configuration
-
URL of the proxy for HTTP connections.
- PROPERTY_HTTPS_PROXY - Static variable in class com.azure.core.util.Configuration
-
URL of the proxy for HTTPS connections.
- PROPERTY_MSI_ENDPOINT - Static variable in class com.azure.core.util.Configuration
-
Endpoint to connect to when using Azure Active Directory managed service identity (MSI).
- PROPERTY_MSI_SECRET - Static variable in class com.azure.core.util.Configuration
-
Secret when connecting to Azure Active Directory using managed service identity (MSI).
- PROPERTY_NO_PROXY - Static variable in class com.azure.core.util.Configuration
-
A list of hosts or CIDR to not use proxy HTTP/HTTPS connections through.
- ProtocolPolicy - Class in com.azure.core.http.policy
-
The pipeline policy that adds a given protocol to each HttpRequest.
- ProtocolPolicy(String, boolean) - Constructor for class com.azure.core.http.policy.ProtocolPolicy
-
Creates a new ProtocolPolicy.
- ProxyOptions - Class in com.azure.core.http
-
This represents proxy configuration to be used in http clients..
- ProxyOptions(ProxyOptions.Type, InetSocketAddress) - Constructor for class com.azure.core.http.ProxyOptions
-
Creates ProxyOptions.
- ProxyOptions.Type - Enum in com.azure.core.http
-
The type of the proxy.
- Put - Annotation Type in com.azure.core.annotation
-
HTTP PUT method annotation describing the parameterized relative path to a REST endpoint for resource creation or
update.
- put(String, String) - Method in class com.azure.core.http.HttpHeaders
-
Sets a
header
with the given name and value.
- put(String, String) - Method in class com.azure.core.util.Configuration
-
Adds a configuration with the given value.
- readFile(AsynchronousFileChannel, int, long, long) - Static method in class com.azure.core.util.FluxUtil
-
- readFile(AsynchronousFileChannel, long, long) - Static method in class com.azure.core.util.FluxUtil
-
- readFile(AsynchronousFileChannel) - Static method in class com.azure.core.util.FluxUtil
-
- remove(String) - Method in class com.azure.core.http.HttpHeaders
-
Removes the
header
with the provided header name.
- remove(String) - Method in class com.azure.core.util.Configuration
-
Removes the configuration.
- RequestConditions - Class in com.azure.core.http
-
Specifies HTTP options for conditional requests based on modification time.
- RequestConditions() - Constructor for class com.azure.core.http.RequestConditions
-
- RequestIdPolicy - Class in com.azure.core.http.policy
-
The pipeline policy that puts a UUID in the request header.
- RequestIdPolicy() - Constructor for class com.azure.core.http.policy.RequestIdPolicy
-
- ResourceExistsException - Exception in com.azure.core.exception
-
The exception thrown when HTTP request tried to create an already existing resource with status code of 4XX,
typically 412 conflict.
- ResourceExistsException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ResourceExistsException
-
Initializes a new instance of the ResourceExistsException class.
- ResourceExistsException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ResourceExistsException
-
Initializes a new instance of the ResourceExistsException class.
- ResourceExistsException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.ResourceExistsException
-
Initializes a new instance of the ResourceExistsException class.
- ResourceModifiedException - Exception in com.azure.core.exception
-
The exception thrown for invalid resource modification with status code of 4XX, typically 409 Conflict.
- ResourceModifiedException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ResourceModifiedException
-
Initializes a new instance of the ResourceModifiedException class.
- ResourceModifiedException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ResourceModifiedException
-
Initializes a new instance of the ResourceModifiedException class.
- ResourceModifiedException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.ResourceModifiedException
-
Initializes a new instance of the ResourceModifiedException class.
- ResourceNotFoundException - Exception in com.azure.core.exception
-
An error response, typically triggered by a 412 response (for update) or 404 (for get/post)
- ResourceNotFoundException(String, HttpResponse) - Constructor for exception com.azure.core.exception.ResourceNotFoundException
-
Initializes a new instance of the ResourceNotFoundException class.
- ResourceNotFoundException(String, HttpResponse, Object) - Constructor for exception com.azure.core.exception.ResourceNotFoundException
-
Initializes a new instance of the ResourceNotFoundException class.
- ResourceNotFoundException(String, HttpResponse, Throwable) - Constructor for exception com.azure.core.exception.ResourceNotFoundException
-
Initializes a new instance of the ResourceNotFoundException class.
- Response<T> - Interface in com.azure.core.http.rest
-
REST response with a strongly-typed content specified.
- ResponseBase<H,T> - Class in com.azure.core.http.rest
-
The response of a REST request.
- ResponseBase(HttpRequest, int, HttpHeaders, T, H) - Constructor for class com.azure.core.http.rest.ResponseBase
-
- RestProxy - Class in com.azure.core.http.rest
-
Type to create a proxy implementation for an interface describing REST API methods.
- ResumeOperation - Annotation Type in com.azure.core.annotation
-
Annotation for method representing continuation operation.
- RetryPolicy - Class in com.azure.core.http.policy
-
A pipeline policy that retries when a recoverable HTTP error occurs.
- RetryPolicy() - Constructor for class com.azure.core.http.policy.RetryPolicy
-
- RetryPolicy(String, ChronoUnit) - Constructor for class com.azure.core.http.policy.RetryPolicy
-
- RetryPolicy(RetryStrategy, String, ChronoUnit) - Constructor for class com.azure.core.http.policy.RetryPolicy
-
- RetryPolicy(RetryStrategy) - Constructor for class com.azure.core.http.policy.RetryPolicy
-
- RetryStrategy - Interface in com.azure.core.http.policy
-
The interface for determining the retry strategy used in
RetryPolicy
.
- ReturnType - Enum in com.azure.core.annotation
-
Enumeration of return types used with
ServiceMethod
annotation to indicate if a
method is expected to return a single item or a collection
- ReturnValueWireType - Annotation Type in com.azure.core.annotation
-
Annotation for the type that will be used to deserialize the return value of a REST API response.
- SCOPE_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Key for
Context
the scope of code where the given Span is in the current Context.
- send(HttpRequest) - Method in interface com.azure.core.http.HttpClient
-
Send the provided request asynchronously.
- send(HttpRequest) - Method in class com.azure.core.http.HttpPipeline
-
Wraps the request
in a context and sends it through pipeline.
- send(HttpRequest, Context) - Method in class com.azure.core.http.HttpPipeline
-
Wraps the request in a context with additional metadata and sends it through the pipeline.
- send(HttpPipelineCallContext) - Method in class com.azure.core.http.HttpPipeline
-
Sends the context (containing an HTTP request) through pipeline.
- send(HttpRequest, Context) - Method in class com.azure.core.http.rest.RestProxy
-
Send the provided request asynchronously, applying any request policies provided to the HttpClient instance.
- serialize(Object, SerializerEncoding) - Method in class com.azure.core.util.serializer.JacksonAdapter
-
- serialize(Object, SerializerEncoding) - Method in interface com.azure.core.util.serializer.SerializerAdapter
-
Serializes an object into a string.
- serializeList(List<?>, CollectionFormat) - Method in class com.azure.core.util.serializer.JacksonAdapter
-
- serializeList(List<?>, CollectionFormat) - Method in interface com.azure.core.util.serializer.SerializerAdapter
-
Serializes a list into a string with the delimiter specified with the
Swagger collection format joining each individual serialized items in
the list.
- serializer() - Method in class com.azure.core.util.serializer.JacksonAdapter
-
- SerializerAdapter - Interface in com.azure.core.util.serializer
-
An interface defining the behaviors of a serializer.
- serializeRaw(Object) - Method in class com.azure.core.util.serializer.JacksonAdapter
-
- serializeRaw(Object) - Method in interface com.azure.core.util.serializer.SerializerAdapter
-
Serializes an object into a raw string.
- SerializerEncoding - Enum in com.azure.core.util.serializer
-
Supported serialization encoding formats.
- ServiceClient - Annotation Type in com.azure.core.annotation
-
Annotation given to all service client classes.
- ServiceClientBuilder - Annotation Type in com.azure.core.annotation
-
Annotation given to all service client builder classes.
- ServiceInterface - Annotation Type in com.azure.core.annotation
-
Annotation to give the service interfaces a name that correlates to the service that is usable in a programmatic way.
- ServiceMethod - Annotation Type in com.azure.core.annotation
-
Annotation given to all service client methods that perform network operations.
- ServiceResponseException - Exception in com.azure.core.exception
-
A runtime exception indicating service response failure caused by one of the following scenarios:
The request was sent, but the client failed to understand the response.
- ServiceResponseException(String) - Constructor for exception com.azure.core.exception.ServiceResponseException
-
Initializes a new instance of the ServiceResponseException class.
- ServiceResponseException(String, Throwable) - Constructor for exception com.azure.core.exception.ServiceResponseException
-
Initializes a new instance of the ServiceResponseException class.
- ServiceVersion - Interface in com.azure.core.util
-
A generic interface for sending HTTP requests using the provided service version.
- setAllowedHeaderNames(Set<String>) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the given whitelisted headers that should be logged.
- setAllowedQueryParamNames(Set<String>) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the given whitelisted query params to be displayed in the logging info.
- setApplicationId(String) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the custom application specific id supplied by the user of the client library.
- setAttribute(String, String, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Adds metadata to the current span.
- setAttribute(String, String, Context) - Static method in class com.azure.core.util.tracing.TracerProxy
-
For each
tracer
plugged into the SDK, the key-value pair metadata is added to its current span.
- setBody(String) - Method in class com.azure.core.http.HttpRequest
-
Set the request content.
- setBody(byte[]) - Method in class com.azure.core.http.HttpRequest
-
Set the request content.
- setBody(Flux<ByteBuffer>) - Method in class com.azure.core.http.HttpRequest
-
Set request content.
- setCredentials(String, String) - Method in class com.azure.core.http.ProxyOptions
-
Set the proxy credentials.
- setData(String, Object) - Method in class com.azure.core.http.HttpPipelineCallContext
-
Stores a key-value data in the context.
- setData(String, String) - Method in class com.azure.core.util.polling.PollingContext
-
Set a key-value pair in the context.
- setHeader(String, String) - Method in class com.azure.core.http.HttpRequest
-
Set a request header, replacing any existing value.
- setHeaders(HttpHeaders) - Method in class com.azure.core.http.HttpRequest
-
Set the request headers.
- setHost(String) - Method in class com.azure.core.util.UrlBuilder
-
Set the host that will be used to build the final URL.
- setHttpMethod(HttpMethod) - Method in class com.azure.core.http.HttpRequest
-
Set the request method.
- setHttpRequest(HttpRequest) - Method in class com.azure.core.http.HttpPipelineCallContext
-
Sets the HTTP request object in the context.
- setIfMatch(String) - Method in class com.azure.core.http.MatchConditions
-
Optionally limit requests to resources that match the passed ETag.
- setIfMatch(String) - Method in class com.azure.core.http.RequestConditions
-
Optionally limit requests to resources that match the passed ETag.
- setIfModifiedSince(OffsetDateTime) - Method in class com.azure.core.http.RequestConditions
-
Optionally limit requests to resources that have only been modified since the passed
datetime
.
- setIfNoneMatch(String) - Method in class com.azure.core.http.MatchConditions
-
Optionally limit requests to resources that do not match the passed ETag.
- setIfNoneMatch(String) - Method in class com.azure.core.http.RequestConditions
-
Optionally limit requests to resources that do not match the passed ETag.
- setIfUnmodifiedSince(OffsetDateTime) - Method in class com.azure.core.http.RequestConditions
-
Optionally limit requests to resources that have remained unmodified since the passed
datetime
.
- setLogLevel(HttpLogDetailLevel) - Method in class com.azure.core.http.policy.HttpLogOptions
-
Sets the level of detail to log on Http messages.
- setPath(String) - Method in class com.azure.core.util.UrlBuilder
-
Set the path that will be used to build the final URL.
- setPort(String) - Method in class com.azure.core.util.UrlBuilder
-
Set the port that will be used to build the final URL.
- setPort(int) - Method in class com.azure.core.util.UrlBuilder
-
Set the port that will be used to build the final URL.
- setQuery(String) - Method in class com.azure.core.util.UrlBuilder
-
Set the query that will be used to build the final URL.
- setQueryParameter(String, String) - Method in class com.azure.core.util.UrlBuilder
-
Set the provided query parameter name and encoded value to query string for the final URL.
- setScheme(String) - Method in class com.azure.core.util.UrlBuilder
-
Set the scheme/protocol that will be used to build the final URL.
- setScopes(List<String>) - Method in class com.azure.core.credential.TokenRequestContext
-
Sets the scopes required for the token.
- setSpanName(String, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Sets the name for spans that are created.
- setSpanName(String, Context) - Static method in class com.azure.core.util.tracing.TracerProxy
-
Sets the span name for each
tracer
plugged into the SDK.
- setUrl(URL) - Method in class com.azure.core.http.HttpRequest
-
Set the target address to send the request to.
- setUrl(String) - Method in class com.azure.core.http.HttpRequest
-
Set the target address to send the request to.
- shouldLogBody() - Method in enum com.azure.core.http.policy.HttpLogDetailLevel
-
- shouldLogHeaders() - Method in enum com.azure.core.http.policy.HttpLogDetailLevel
-
- shouldLogUrl() - Method in enum com.azure.core.http.policy.HttpLogDetailLevel
-
- shouldRetry(HttpResponse) - Method in interface com.azure.core.http.policy.RetryStrategy
-
- simpleMapper() - Method in class com.azure.core.util.serializer.JacksonAdapter
-
Gets a static instance of ObjectMapper
that doesn't handle flattening.
- SimpleResponse<T> - Class in com.azure.core.http.rest
-
REST response with a strongly-typed content specified.
- SimpleResponse(HttpRequest, int, HttpHeaders, T) - Constructor for class com.azure.core.http.rest.SimpleResponse
-
- SimpleResponse(Response<?>, T) - Constructor for class com.azure.core.http.rest.SimpleResponse
-
- SimpleTokenCache - Class in com.azure.core.credential
-
A token cache that supports caching a token and refreshing it.
- SimpleTokenCache(Supplier<Mono<AccessToken>>) - Constructor for class com.azure.core.credential.SimpleTokenCache
-
Creates an instance of RefreshableTokenCredential with default scheme "Bearer".
- SPAN_BUILDER_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Key for
Context
which indicates the shared span builder that is in the current Context.
- SPAN_CONTEXT_KEY - Static variable in interface com.azure.core.util.tracing.Tracer
-
Key for
Context
which indicates that the context contains a message span context.
- start(String, Context) - Method in interface com.azure.core.util.tracing.Tracer
-
Creates a new tracing span.
- start(String, Context, ProcessKind) - Method in interface com.azure.core.util.tracing.Tracer
-
Creates a new tracing span for AMQP calls.
- start(String, Context) - Static method in class com.azure.core.util.tracing.TracerProxy
-
A new tracing span is created for each
tracer
plugged into the SDK.
- stream() - Method in class com.azure.core.http.HttpHeaders
-
Get a
Stream
representation of the HttpHeader values in this instance.
- stream() - Method in class com.azure.core.util.IterableStream
-
Utility function to provide
Stream
of value
T
.
- streamByPage() - Method in class com.azure.core.http.rest.PagedIterableBase
-
Retrieve the
Stream
, one page at a time.
- streamByPage(String) - Method in class com.azure.core.http.rest.PagedIterableBase
-
Retrieve the
Stream
, one page at a time, starting from the next page associated with the given
continuation token.
- StreamResponse - Class in com.azure.core.http.rest
-
REST response with a streaming content.
- StreamResponse(HttpRequest, int, HttpHeaders, Flux<ByteBuffer>) - Constructor for class com.azure.core.http.rest.StreamResponse
-
- subscribe(CoreSubscriber<? super T>) - Method in class com.azure.core.http.rest.PagedFluxBase
-
Subscribe to consume all items of type T
in the sequence respectively.
- subscribe(CoreSubscriber<? super AsyncPollResponse<T, U>>) - Method in class com.azure.core.util.polling.PollerFlux
-
- SUCCESSFULLY_COMPLETED - Static variable in class com.azure.core.util.polling.LongRunningOperationStatus
-
Represent that the long-running operation is completed successfully.
- SyncPoller<T,U> - Interface in com.azure.core.util.polling
-
A type that offers API that simplifies the task of executing long-running operations against
an Azure service.
- valueOf(String) - Static method in enum com.azure.core.annotation.ReturnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.http.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.http.policy.HttpLogDetailLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.http.ProxyOptions.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.util.serializer.CollectionFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.util.serializer.SerializerEncoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.core.util.tracing.ProcessKind
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.azure.core.annotation.ReturnType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.azure.core.http.HttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.azure.core.http.policy.HttpLogDetailLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.azure.core.http.ProxyOptions.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(Class<T>) - Static method in class com.azure.core.util.ExpandableStringEnum
-
Gets a collection of all known values to an expandable string enum type.
- values() - Static method in enum com.azure.core.util.serializer.CollectionFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.azure.core.util.serializer.SerializerEncoding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.azure.core.util.tracing.ProcessKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verbose(String, Object...) - Method in class com.azure.core.util.logging.ClientLogger
-
Logs a formattable message that uses {}
as the placeholder at verbose
log level.