A B C D E F G H I K L M N P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACTIVE_DIRECTORY - com.azure.common.AzureEnvironment.Endpoint
-
Active Directory authentication endpoint.
- activeDirectoryEndpoint() - Method in class com.azure.common.AzureEnvironment
- activeDirectoryGraphApiVersion() - Method in class com.azure.common.AzureEnvironment
- activeDirectoryResourceId() - Method in class com.azure.common.AzureEnvironment
- addData(Object, Object) - Method in class com.azure.common.http.ContextData
-
Adds a new immutable
ContextDataobject with the specified key-value pair to the existingContextDatachain. - AddDatePolicy - Class in com.azure.common.http.policy
-
The Pipeline policy that adds Date header in RFC 1123 format when sending an HTTP request.
- AddDatePolicy() - Constructor for class com.azure.common.http.policy.AddDatePolicy
- AddHeadersPolicy - Class in com.azure.common.http.policy
-
The Pipeline policy that adds a particular set of headers to HTTP requests.
- AddHeadersPolicy(HttpHeaders) - Constructor for class com.azure.common.http.policy.AddHeadersPolicy
-
Creates a AddHeadersPolicy.
- address() - Method in class com.azure.common.http.ProxyOptions
- addValue(String) - Method in class com.azure.common.http.HttpHeader
-
Add a new value to the end of the Header.
- APPLICATION_INSIGHTS - com.azure.common.AzureEnvironment.Endpoint
-
Azure Application Insights.
- applicationInsightsEndpoint() - Method in class com.azure.common.AzureEnvironment
- AsyncCredentialsPolicy - Class in com.azure.common.http.policy
-
Creates a policy which adds credentials from
AsyncServiceClientCredentialsto the 'Authorization' header of each HTTP request. - AsyncCredentialsPolicy(AsyncServiceClientCredentials) - Constructor for class com.azure.common.http.policy.AsyncCredentialsPolicy
-
Creates an
AsyncCredentialsPolicythat authenticates HTTP requests using the givencredentials. - AsyncServiceClientCredentials - Interface in com.azure.common.credentials
-
Provides credentials for an HTTP request's 'Authorization' header.
- authorizationHeaderValue(String) - Method in class com.azure.common.credentials.BasicAuthenticationCredentials
- authorizationHeaderValue(String) - Method in interface com.azure.common.credentials.ServiceClientCredentials
-
The Authorization header value for the provided url.
- authorizationHeaderValue(String) - Method in class com.azure.common.credentials.TokenCredentials
- authorizationHeaderValueAsync(HttpRequest) - Method in interface com.azure.common.credentials.AsyncServiceClientCredentials
-
Given the
httpRequest, generates a value for the 'Authorization' header. - AZURE - Static variable in class com.azure.common.AzureEnvironment
-
Provides the settings for authentication with Azure.
- AZURE_CHINA - Static variable in class com.azure.common.AzureEnvironment
-
Provides the settings for authentication with Azure China.
- AZURE_GERMANY - Static variable in class com.azure.common.AzureEnvironment
-
Provides the settings for authentication with Azure Germany.
- AZURE_US_GOVERNMENT - Static variable in class com.azure.common.AzureEnvironment
-
Provides the settings for authentication with Azure US Government.
- azureDataLakeAnalyticsCatalogAndJobEndpointSuffix() - Method in class com.azure.common.AzureEnvironment
- azureDataLakeStoreFileSystemEndpointSuffix() - Method in class com.azure.common.AzureEnvironment
- AzureEnvironment - Class in com.azure.common
-
An instance of this class describes an environment in Azure.
- AzureEnvironment(Map<String, String>) - Constructor for class com.azure.common.AzureEnvironment
-
Initializes an instance of AzureEnvironment class.
- AzureEnvironment.Endpoint - Enum in com.azure.common
-
The enum representing available endpoints in an environment.
- AzureException - Exception in com.azure.common.exception
-
The base exception type for all Azure-related exceptions.
- AzureException(String) - Constructor for exception com.azure.common.exception.AzureException
-
Initializes a new instance of the AzureException class.
- AzureException(String, Throwable) - Constructor for exception com.azure.common.exception.AzureException
-
Initializes a new instance of the AzureException class.
B
- BASIC - com.azure.common.http.policy.HttpLogDetailLevel
-
Logs only URLs, HTTP methods, and time to finish the request.
- BasicAuthenticationCredentials - Class in com.azure.common.credentials
-
Basic Auth credentials for use with a REST Service Client.
- BasicAuthenticationCredentials(String, String) - Constructor for class com.azure.common.credentials.BasicAuthenticationCredentials
-
Creates a basic authentication credential.
- Beta - Annotation Type in com.azure.common.annotations
-
Annotation to indicate that a functionality is in preview.
- body() - Method in class com.azure.common.http.HttpRequest
-
Get the request content.
- body() - Method in class com.azure.common.http.HttpResponse
-
Get the publisher emitting response content chunks.
- BODY - com.azure.common.http.policy.HttpLogDetailLevel
-
Logs everything in BASIC, plus all the request and response body.
- BODY_AND_HEADERS - com.azure.common.http.policy.HttpLogDetailLevel
-
Logs everything in HEADERS and BODY.
- bodyAsByteArray() - Method in class com.azure.common.http.HttpResponse
-
Get the response content as a byte[].
- bodyAsString() - Method in class com.azure.common.http.HttpResponse
-
Get the response content as a string.
- bodyAsString(Charset) - Method in class com.azure.common.http.HttpResponse
-
Get the response content as a string.
- BodyParam - Annotation Type in com.azure.common.annotations
-
Annotation to annotate a parameter to send to a REST endpoint as HTTP Request content.
- buffer() - Method in class com.azure.common.http.HttpRequest
-
Creates a clone of the request.
- buffer() - Method in class com.azure.common.http.HttpResponse
-
Get a new Response object wrapping this response with it's content buffered into memory.
C
- ClientAuthenticationException - Exception in com.azure.common.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.common.exception.ClientAuthenticationException
-
Initializes a new instance of the ClientAuthenticationException class.
- ClientAuthenticationException(String, HttpResponse, Object) - Constructor for exception com.azure.common.exception.ClientAuthenticationException
-
Initializes a new instance of the ClientAuthenticationException class.
- ClientAuthenticationException(String, HttpResponse, Throwable) - Constructor for exception com.azure.common.exception.ClientAuthenticationException
-
Initializes a new instance of the ClientAuthenticationException class.
- clone() - Method in class com.azure.common.http.HttpPipelineNextPolicy
- close() - Method in class com.azure.common.http.HttpResponse
-
Closes the response content stream, if any.
- close() - Method in class com.azure.common.http.rest.StreamResponse
-
Disposes the connection associated with this StreamResponse.
- code() - Method in annotation type com.azure.common.annotations.UnexpectedResponseExceptionType
-
HTTP status codes which trigger the exception to be thrown or returned, if not status codes are listed the exception is always thrown or returned.
- com.azure.common - package com.azure.common
-
Package containing the types for client side http communication with a REST endpoint.
- com.azure.common.annotations - package com.azure.common.annotations
-
Package containing annotations for client side methods that maps to REST APIs.
- com.azure.common.credentials - package com.azure.common.credentials
-
Package containing basic credential classes for authentication purposes.
- com.azure.common.exception - package com.azure.common.exception
- com.azure.common.http - package com.azure.common.http
-
Package containing the HTTP abstractions between the AnnotationParser, RestProxy and HTTP client.
- com.azure.common.http.policy - package com.azure.common.http.policy
-
Package containing HttpPipelinePolicy interface and it's implementations.
- com.azure.common.http.rest - package com.azure.common.http.rest
-
Package containing REST-related APIs.
- com.azure.common.util - package com.azure.common.util
- ConnectException - Exception in com.azure.common.exception
-
The exception occurred while attempting to connect a socket to a azure service address and port.
- ConnectException(String) - Constructor for exception com.azure.common.exception.ConnectException
-
Initializes a new instance of the ConnectException class.
- ConnectException(String, HttpResponse, Throwable) - Constructor for exception com.azure.common.exception.ConnectException
-
Initializes a new instance of the ConnectException class.
- ContextData - Class in com.azure.common.http
-
ContextDataoffers a means of passing arbitrary data (key-value pairs) toHttpPipeline's policy objects. - ContextData(Object, Object) - Constructor for class com.azure.common.http.ContextData
-
Constructs a new
ContextDataobject. - CookiePolicy - Class in com.azure.common.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.common.http.policy.CookiePolicy
- createDefault() - Static method in interface com.azure.common.http.HttpClient
-
Create default HttpClient instance.
- createSerializerAdapter() - Method in class com.azure.common.ServiceClient
- CredentialsPolicy - Class in com.azure.common.http.policy
-
The Pipeline policy that adds credentials from ServiceClientCredentials to a request.
- CredentialsPolicy(ServiceClientCredentials) - Constructor for class com.azure.common.http.policy.CredentialsPolicy
-
Creates CredentialsPolicy.
D
- DATA_LAKE_ANALYTICS - com.azure.common.AzureEnvironment.Endpoint
-
Azure Data Lake Analytics DNS suffix.
- DATA_LAKE_STORE - com.azure.common.AzureEnvironment.Endpoint
-
Azure Data Lake Store DNS suffix.
- dataLakeEndpointResourceId() - Method in class com.azure.common.AzureEnvironment
- DecodeException - Exception in com.azure.common.exception
-
Error raised during response deserialization.
- DecodeException(String) - Constructor for exception com.azure.common.exception.DecodeException
-
Initializes a new instance of the DecodeException class.
- DecodeException(String, Throwable) - Constructor for exception com.azure.common.exception.DecodeException
-
Initializes a new instance of the DecodeException class.
- DELETE - com.azure.common.http.HttpMethod
-
The HTTP DELETE method.
- DELETE - Annotation Type in com.azure.common.annotations
-
HTTP DELETE method annotation describing the parameterized relative path to a REST endpoint for resource deletion.
- deserializedHeaders() - Method in class com.azure.common.http.rest.ResponseBase
-
Get the headers from the HTTP response, transformed into the header type H.
E
- encoded() - Method in annotation type com.azure.common.annotations.FormParam
-
A value true for this argument indicates that value of
FormParam.value()is already encoded hence engine should not encode it, by default value will be encoded. - encoded() - Method in annotation type com.azure.common.annotations.HostParam
-
A value true for this argument indicates that value of
HostParam.value()is already encoded hence engine should not encode it, by default value will be encoded. - encoded() - Method in annotation type com.azure.common.annotations.PathParam
-
A value true for this argument indicates that value of
PathParam.value()is already encoded hence engine should not encode it, by default value will be encoded. - encoded() - Method in annotation type com.azure.common.annotations.QueryParam
-
A value true for this argument indicates that value of
QueryParam.value()is already encoded hence engine should not encode it, by default value will be encoded. - endpoints() - Method in class com.azure.common.AzureEnvironment
- equals(Object) - Method in class com.azure.common.util.ExpandableStringEnum
- ExpandableStringEnum<T extends ExpandableStringEnum<T>> - Class in com.azure.common.util
-
Base implementation for expandable, single string enums.
- ExpandableStringEnum() - Constructor for class com.azure.common.util.ExpandableStringEnum
- ExpectedResponses - Annotation Type in com.azure.common.annotations
-
Annotation to annotate list of HTTP status codes that are expected in response from a REST endpoint.
F
- FormParam - Annotation Type in com.azure.common.annotations
-
Annotation for form parameters to be sent to a REST API Request URI.
- fromString(String, Class<T>) - Static method in class com.azure.common.util.ExpandableStringEnum
-
Creates an instance of the specific expandable string enum from a String.
G
- GALLERY - com.azure.common.AzureEnvironment.Endpoint
-
Azure Gallery endpoint.
- galleryEndpoint() - Method in class com.azure.common.AzureEnvironment
- GET - com.azure.common.http.HttpMethod
-
The HTTP GET method.
- GET - Annotation Type in com.azure.common.annotations
-
HTTP GET method annotation describing the parameterized relative path to a REST endpoint for resource retrieval.
- getData(Object) - Method in class com.azure.common.http.ContextData
-
Scans the linked-list of
ContextDataobjects looking for one with the specified key. - getData(String) - Method in class com.azure.common.http.HttpPipelineCallContext
-
Gets a value with the given key stored in the context.
- GRAPH - com.azure.common.AzureEnvironment.Endpoint
-
Azure Active Directory Graph APIs endpoint.
- graphEndpoint() - Method in class com.azure.common.AzureEnvironment
H
- hashCode() - Method in class com.azure.common.util.ExpandableStringEnum
- HEAD - com.azure.common.http.HttpMethod
-
The HTTP HEAD method.
- HEAD - Annotation Type in com.azure.common.annotations
-
HTTP HEAD method annotation describing the parameterized relative path to a REST endpoint.
- HeaderCollection - Annotation Type in com.azure.common.annotations
-
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.common.annotations
-
Replaces the header with the value of its target.
- headers() - Method in class com.azure.common.http.HttpRequest
-
Get the request headers.
- headers() - Method in class com.azure.common.http.HttpResponse
-
Get all response headers.
- headers() - Method in interface com.azure.common.http.rest.Response
-
Get the headers from the HTTP response.
- headers() - Method in class com.azure.common.http.rest.ResponseBase
-
Get the headers from the HTTP response.
- headers() - Method in class com.azure.common.http.rest.SimpleResponse
-
Get the headers from the HTTP response.
- Headers - Annotation Type in com.azure.common.annotations
-
Annotation to annotate list of static headers sent to a REST endpoint.
- HEADERS - com.azure.common.http.policy.HttpLogDetailLevel
-
Logs everything in BASIC, plus all the request and response headers.
- headerValue(String) - Method in class com.azure.common.http.HttpResponse
-
Lookup a response header with the provided name.
- Host - Annotation Type in com.azure.common.annotations
-
Annotation for parameterized host name targeting a REST service.
- HostParam - Annotation Type in com.azure.common.annotations
-
Annotation to annotate replacement of parameterized segments in a dynamic
Host. - HostPolicy - Class in com.azure.common.http.policy
-
The Pipeline policy that adds the given host to each HttpRequest.
- HostPolicy(String) - Constructor for class com.azure.common.http.policy.HostPolicy
-
Create HostPolicy.
- HTTP - com.azure.common.http.ProxyOptions.Type
-
HTTP proxy type.
- httpClient() - Method in class com.azure.common.http.HttpPipeline
-
Get the
HttpClientassociated with the pipeline. - HttpClient - Interface in com.azure.common.http
-
A generic interface for sending HTTP requests and getting responses.
- HttpHeader - Class in com.azure.common.http
-
A single header within a HTTP request or response.
- HttpHeader(String, String) - Constructor for class com.azure.common.http.HttpHeader
-
Create a HttpHeader instance using the provided name and value.
- HttpHeaders - Class in com.azure.common.http
-
A collection of headers on an HTTP request or response.
- HttpHeaders() - Constructor for class com.azure.common.http.HttpHeaders
-
Create an empty HttpHeaders instance.
- HttpHeaders(Iterable<HttpHeader>) - Constructor for class com.azure.common.http.HttpHeaders
-
Create a HttpHeaders instance with the provided initial headers.
- HttpHeaders(Map<String, String>) - Constructor for class com.azure.common.http.HttpHeaders
-
Create a HttpHeaders instance with the provided initial headers.
- HttpLogDetailLevel - Enum in com.azure.common.http.policy
-
The level of detail to log on HTTP messages.
- HttpLoggingPolicy - Class in com.azure.common.http.policy
-
The Pipeline policy that handles logging of HTTP requests and responses.
- HttpLoggingPolicy(HttpLogDetailLevel) - Constructor for class com.azure.common.http.policy.HttpLoggingPolicy
-
Creates an HttpLoggingPolicy with the given log level.
- HttpLoggingPolicy(HttpLogDetailLevel, boolean) - Constructor for class com.azure.common.http.policy.HttpLoggingPolicy
-
Creates an HttpLoggingPolicy with the given log level and pretty printing setting.
- httpMethod() - Method in class com.azure.common.http.HttpRequest
-
Get the request method.
- HttpMethod - Enum in com.azure.common.http
-
The HTTP request methods.
- httpPipeline() - Method in class com.azure.common.ServiceClient
- HttpPipeline - Class in com.azure.common.http
-
The http pipeline.
- HttpPipeline(HttpClient, HttpPipelinePolicy...) - Constructor for class com.azure.common.http.HttpPipeline
-
Creates a HttpPipeline holding array of policies that gets applied to all request initiated through
HttpPipeline.send(HttpPipelineCallContext)and it's response. - HttpPipeline(HttpClient, List<HttpPipelinePolicy>) - Constructor for class com.azure.common.http.HttpPipeline
-
Creates a HttpPipeline holding array of policies that gets applied to all request initiated through
HttpPipeline.send(HttpPipelineCallContext)and it's response. - HttpPipeline(HttpPipelinePolicy...) - Constructor for class com.azure.common.http.HttpPipeline
-
Creates a HttpPipeline holding array of policies that gets applied all request initiated through
HttpPipeline.send(HttpPipelineCallContext)and it's response. - HttpPipeline(List<HttpPipelinePolicy>) - Constructor for class com.azure.common.http.HttpPipeline
-
Creates a HttpPipeline holding array of policies that gets applied all request initiated through
HttpPipeline.send(HttpPipelineCallContext)and it's response. - HttpPipelineCallContext - Class in com.azure.common.http
-
Type representing context local to a single http request and it's response.
- HttpPipelineNextPolicy - Class in com.azure.common.http
-
A type that invokes next policy in the pipeline.
- HttpPipelinePolicy - Interface in com.azure.common.http.policy
-
Pipeline policy.
- httpRequest() - Method in class com.azure.common.http.HttpPipelineCallContext
-
Get the http request.
- HttpRequest - Class in com.azure.common.http
-
The outgoing Http request.
- HttpRequest(HttpMethod, URL) - Constructor for class com.azure.common.http.HttpRequest
-
Create a new HttpRequest instance.
- HttpRequest(HttpMethod, URL, HttpHeaders, Flux<ByteBuf>) - Constructor for class com.azure.common.http.HttpRequest
-
Create a new HttpRequest instance.
- HttpRequestException - Exception in com.azure.common.exception
-
The exception thrown when an unsuccessful response is received with http status code (e.g.
- HttpRequestException(String, HttpResponse) - Constructor for exception com.azure.common.exception.HttpRequestException
-
Initializes a new instance of the HttpRequestException class.
- HttpRequestException(String, HttpResponse, Object) - Constructor for exception com.azure.common.exception.HttpRequestException
-
Initializes a new instance of the HttpRequestException class.
- HttpRequestException(String, HttpResponse, Throwable) - Constructor for exception com.azure.common.exception.HttpRequestException
-
Initializes a new instance of the HttpRequestException class.
- HttpResponse - Class in com.azure.common.http
-
The type representing response of
HttpRequest. - HttpResponse() - Constructor for class com.azure.common.http.HttpResponse
I
- identifier() - Method in enum com.azure.common.AzureEnvironment.Endpoint
- items() - Method in interface com.azure.common.http.rest.Page
- items() - Method in interface com.azure.common.http.rest.PagedResponse
-
Gets the items in the page.
- iterator() - Method in class com.azure.common.http.HttpHeaders
K
- KEYVAULT - com.azure.common.AzureEnvironment.Endpoint
-
Key Vault DNS suffix.
- keyVaultDnsSuffix() - Method in class com.azure.common.AzureEnvironment
- knownEnvironments() - Static method in class com.azure.common.AzureEnvironment
L
- LOG_ANALYTICS - com.azure.common.AzureEnvironment.Endpoint
-
Azure Log Analytics endpoint.
- logAnalyticsEndpoint() - Method in class com.azure.common.AzureEnvironment
M
- MANAGEMENT - com.azure.common.AzureEnvironment.Endpoint
-
Azure management endpoint.
- managementEndpoint() - Method in class com.azure.common.AzureEnvironment
N
- name() - Method in class com.azure.common.http.HttpHeader
-
Get the header name.
- newContext(HttpRequest) - Method in class com.azure.common.http.HttpPipeline
-
Creates a new context local to the provided http request.
- newContext(HttpRequest, ContextData) - Method in class com.azure.common.http.HttpPipeline
-
Creates a new context local to the provided http request.
- nextLink() - Method in interface com.azure.common.http.rest.Page
- nextLink() - Method in interface com.azure.common.http.rest.PagedResponse
-
Get the link to retrieve PagedResponse containing next page.
- NONE - com.azure.common.http.policy.HttpLogDetailLevel
-
Logging is turned off.
- NONE - Static variable in class com.azure.common.http.ContextData
-
Signifies that no data need be passed to the pipeline.
P
- Page<T> - Interface in com.azure.common.http.rest
-
Represents a paginated REST response from the service.
- PagedResponse<T> - Interface in com.azure.common.http.rest
-
Response of a REST API that returns page.
- PATCH - com.azure.common.http.HttpMethod
-
The HTTP PATCH method.
- PATCH - Annotation Type in com.azure.common.annotations
-
HTTP PATCH method annotation describing the parameterized relative path to a REST endpoint for resource update.
- PathParam - Annotation Type in com.azure.common.annotations
-
Annotation to annotate replacement for a named path segment in REST endpoint URL.
- pipelinePolicies() - Method in class com.azure.common.http.HttpPipeline
-
Get the policies in the pipeline.
- port(int) - Method in interface com.azure.common.http.HttpClient
-
Set the port that client should connect to.
- portal() - Method in class com.azure.common.AzureEnvironment
- PortPolicy - Class in com.azure.common.http.policy
-
The Pipeline policy that adds a given port to each HttpRequest.
- PortPolicy(int, boolean) - Constructor for class com.azure.common.http.policy.PortPolicy
-
Create a new PortPolicy object.
- POST - com.azure.common.http.HttpMethod
-
The HTTP POST method.
- POST - Annotation Type in com.azure.common.annotations
-
HTTP POST method annotation describing the parameterized relative path to a REST endpoint for an action.
- process() - Method in class com.azure.common.http.HttpPipelineNextPolicy
-
Invokes the next
HttpPipelinePolicy. - process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.common.http.policy.AddDatePolicy
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.common.http.policy.AddHeadersPolicy
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.common.http.policy.AsyncCredentialsPolicy
-
Process provided request context and invokes the next policy.
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.common.http.policy.CookiePolicy
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.common.http.policy.CredentialsPolicy
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.common.http.policy.HostPolicy
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.common.http.policy.HttpLoggingPolicy
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in interface com.azure.common.http.policy.HttpPipelinePolicy
-
Process provided request context and invokes the next policy.
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.common.http.policy.PortPolicy
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.common.http.policy.ProtocolPolicy
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.common.http.policy.ProxyAuthenticationPolicy
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.common.http.policy.RequestIdPolicy
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.common.http.policy.RetryPolicy
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.common.http.policy.TimeoutPolicy
- process(HttpPipelineCallContext, HttpPipelineNextPolicy) - Method in class com.azure.common.http.policy.UserAgentPolicy
- ProtocolPolicy - Class in com.azure.common.http.policy
-
The Pipeline policy that adds a given protocol to each HttpRequest.
- ProtocolPolicy(String, boolean) - Constructor for class com.azure.common.http.policy.ProtocolPolicy
-
Create a new ProtocolPolicy.
- proxy(Supplier<ProxyOptions>) - Method in interface com.azure.common.http.HttpClient
-
Apply the provided proxy configuration to the HttpClient.
- ProxyAuthenticationPolicy - Class in com.azure.common.http.policy
-
The Pipeline policy that adds basic proxy authentication to outgoing HTTP requests.
- ProxyAuthenticationPolicy(String, String) - Constructor for class com.azure.common.http.policy.ProxyAuthenticationPolicy
-
Creates a ProxyAuthenticationPolicy.
- ProxyOptions - Class in com.azure.common.http
-
proxy configuration.
- ProxyOptions(ProxyOptions.Type, InetSocketAddress) - Constructor for class com.azure.common.http.ProxyOptions
-
Creates ProxyOptions.
- ProxyOptions.Type - Enum in com.azure.common.http
-
The type of the proxy.
- publishingProfile() - Method in class com.azure.common.AzureEnvironment
- PUT - com.azure.common.http.HttpMethod
-
The HTTP PUT method.
- PUT - Annotation Type in com.azure.common.annotations
-
HTTP PUT method annotation describing the parameterized relative path to a REST endpoint for resource creation or update.
Q
- QueryParam - Annotation Type in com.azure.common.annotations
-
Annotation for query parameters to be appended to a REST API Request URI.
R
- ReadTimeoutException - Exception in com.azure.common.exception
-
The server did not send any data in the allotted amount of time.
- ReadTimeoutException(String) - Constructor for exception com.azure.common.exception.ReadTimeoutException
-
Initializes a new instance of the ReadTimeoutException class.
- ReadTimeoutException(String, Throwable) - Constructor for exception com.azure.common.exception.ReadTimeoutException
-
Initializes a new instance of the ReadTimeoutException class.
- reason() - Method in annotation type com.azure.common.annotations.Beta
- request() - Method in class com.azure.common.http.HttpResponse
-
Get the request which resulted in this response.
- request() - Method in interface com.azure.common.http.rest.Response
-
Get the HTTP request which resulted in this response.
- request() - Method in class com.azure.common.http.rest.ResponseBase
- request() - Method in class com.azure.common.http.rest.SimpleResponse
- RequestIdPolicy - Class in com.azure.common.http.policy
-
The Pipeline policy that puts a UUID in the request header.
- RequestIdPolicy() - Constructor for class com.azure.common.http.policy.RequestIdPolicy
- RESOURCE_MANAGER - com.azure.common.AzureEnvironment.Endpoint
-
Azure Resource Manager endpoint.
- ResourceExistsException - Exception in com.azure.common.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.common.exception.ResourceExistsException
-
Initializes a new instance of the ResourceExistsException class.
- ResourceExistsException(String, HttpResponse, Object) - Constructor for exception com.azure.common.exception.ResourceExistsException
-
Initializes a new instance of the ResourceExistsException class.
- ResourceExistsException(String, HttpResponse, Throwable) - Constructor for exception com.azure.common.exception.ResourceExistsException
-
Initializes a new instance of the ResourceExistsException class.
- resourceManagerEndpoint() - Method in class com.azure.common.AzureEnvironment
- ResourceModifiedException - Exception in com.azure.common.exception
-
The exception thrown for invalid resource modification with status code of 4XX, typically 412 Conflict.
- ResourceModifiedException(String, HttpResponse) - Constructor for exception com.azure.common.exception.ResourceModifiedException
-
Initializes a new instance of the ResourceModifiedException class.
- ResourceModifiedException(String, HttpResponse, Object) - Constructor for exception com.azure.common.exception.ResourceModifiedException
-
Initializes a new instance of the ResourceModifiedException class.
- ResourceModifiedException(String, HttpResponse, Throwable) - Constructor for exception com.azure.common.exception.ResourceModifiedException
-
Initializes a new instance of the ResourceModifiedException class.
- ResourceNotFoundException - Exception in com.azure.common.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.common.exception.ResourceNotFoundException
-
Initializes a new instance of the ResourceNotFoundException class.
- ResourceNotFoundException(String, HttpResponse, Object) - Constructor for exception com.azure.common.exception.ResourceNotFoundException
-
Initializes a new instance of the ResourceNotFoundException class.
- ResourceNotFoundException(String, HttpResponse, Throwable) - Constructor for exception com.azure.common.exception.ResourceNotFoundException
-
Initializes a new instance of the ResourceNotFoundException class.
- response() - Method in exception com.azure.common.exception.HttpRequestException
- Response<T> - Interface in com.azure.common.http.rest
-
REST response with a strongly-typed content specified.
- ResponseBase<H,T> - Class in com.azure.common.http.rest
-
The response of a REST request.
- ResponseBase(HttpRequest, int, HttpHeaders, T, H) - Constructor for class com.azure.common.http.rest.ResponseBase
-
Create ResponseBase.
- ResumeOperation - Annotation Type in com.azure.common.annotations
-
Annotation for method representing continuation operation.
- RetryPolicy - Class in com.azure.common.http.policy
-
A pipeline policy that retries when a recoverable HTTP error occurs.
- RetryPolicy() - Constructor for class com.azure.common.http.policy.RetryPolicy
-
Creates a RetryPolicy with the default number of retry attempts and delay between retries.
- RetryPolicy(int, Duration) - Constructor for class com.azure.common.http.policy.RetryPolicy
-
Creates a RetryPolicy.
- ReturnValueWireType - Annotation Type in com.azure.common.annotations
-
Annotation for the type that will be used to deserialize the return value of a REST API response.
S
- send(HttpPipelineCallContext) - Method in class com.azure.common.http.HttpPipeline
-
Sends the context (containing request) through pipeline.
- send(HttpRequest) - Method in interface com.azure.common.http.HttpClient
-
Send the provided request asynchronously.
- send(HttpRequest) - Method in class com.azure.common.http.HttpPipeline
-
Wraps the request in a context and send it through pipeline.
- serialize(JsonGenerator, SerializerProvider) - Method in class com.azure.common.http.HttpHeaders
- serializerAdapter() - Method in class com.azure.common.ServiceClient
- serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.azure.common.http.HttpHeaders
- ServerException - Exception in com.azure.common.exception
-
The exception thrown when there is a server error with status code of 5XX.
- ServerException(String, HttpResponse) - Constructor for exception com.azure.common.exception.ServerException
-
Initializes a new instance of the ServerException class.
- ServerException(String, HttpResponse, Object) - Constructor for exception com.azure.common.exception.ServerException
-
Initializes a new instance of the ServerException class.
- ServerException(String, HttpResponse, Throwable) - Constructor for exception com.azure.common.exception.ServerException
-
Initializes a new instance of the ServerException class.
- ServiceClient - Class in com.azure.common
-
The base class for REST service clients.
- ServiceClient(HttpPipeline) - Constructor for class com.azure.common.ServiceClient
-
Creates ServiceClient.
- ServiceClientCredentials - Interface in com.azure.common.credentials
-
Provides credentials to be put in the HTTP Authorization header.
- ServiceRequestException - Exception in com.azure.common.exception
-
An exception thrown for an invalid response with custom error information.
- ServiceRequestException(String) - Constructor for exception com.azure.common.exception.ServiceRequestException
-
Initializes a new instance of the ServiceRequestException class.
- ServiceRequestException(String, Throwable) - Constructor for exception com.azure.common.exception.ServiceRequestException
-
Initializes a new instance of the ServiceRequestException class.
- ServiceResponseException - Exception in com.azure.common.exception
-
A runtime exception indicating service response failure caused by one of the following scenarios: Service is not able to handle a well-format request by some reasons.
- ServiceResponseException(String) - Constructor for exception com.azure.common.exception.ServiceResponseException
-
Initializes a new instance of the ServiceResponseException class.
- ServiceResponseException(String, Throwable) - Constructor for exception com.azure.common.exception.ServiceResponseException
-
Initializes a new instance of the ServiceResponseException class.
- set(String, String) - Method in class com.azure.common.http.HttpHeaders
-
Set a header.
- setData(String, Object) - Method in class com.azure.common.http.HttpPipelineCallContext
-
Stores a key-value data in the context.
- shouldLogBody() - Method in enum com.azure.common.http.policy.HttpLogDetailLevel
- shouldLogHeaders() - Method in enum com.azure.common.http.policy.HttpLogDetailLevel
- shouldLogURL() - Method in enum com.azure.common.http.policy.HttpLogDetailLevel
- SimpleResponse<T> - Class in com.azure.common.http.rest
-
REST response with a strongly-typed content specified.
- SimpleResponse(HttpRequest, int, HttpHeaders, T) - Constructor for class com.azure.common.http.rest.SimpleResponse
-
Creates a SimpleResponse.
- since() - Method in annotation type com.azure.common.annotations.Beta
- size() - Method in class com.azure.common.http.HttpHeaders
-
Gets the number of headers in the collection.
- SkipParentValidation - Annotation Type in com.azure.common.annotations
-
Annotation to notify the validator to skip validation for the properties in the parent class.
- SOCKS4 - com.azure.common.http.ProxyOptions.Type
-
SOCKS4 proxy type.
- SOCKS5 - com.azure.common.http.ProxyOptions.Type
-
SOCKS5 proxy type.
- SQL - com.azure.common.AzureEnvironment.Endpoint
-
Azure SQL endpoint.
- sqlManagementEndpoint() - Method in class com.azure.common.AzureEnvironment
- sqlServerHostnameSuffix() - Method in class com.azure.common.AzureEnvironment
- statusCode() - Method in class com.azure.common.http.HttpResponse
-
Get the response status code.
- statusCode() - Method in interface com.azure.common.http.rest.Response
-
Get the HTTP response status code.
- statusCode() - Method in class com.azure.common.http.rest.ResponseBase
-
Get the HTTP response status code.
- statusCode() - Method in class com.azure.common.http.rest.SimpleResponse
- storageEndpointSuffix() - Method in class com.azure.common.AzureEnvironment
- StreamResponse - Class in com.azure.common.http.rest
-
REST response with a streaming content.
- StreamResponse(HttpRequest, int, HttpHeaders, Flux<ByteBuf>) - Constructor for class com.azure.common.http.rest.StreamResponse
-
Creates StreamResponse.
T
- TimeoutPolicy - Class in com.azure.common.http.policy
-
The Pipeline policy that limits the time allowed between sending a request and receiving the response.
- TimeoutPolicy(Duration) - Constructor for class com.azure.common.http.policy.TimeoutPolicy
-
Creates a TimeoutPolicy.
- TokenCredentials - Class in com.azure.common.credentials
-
Token based credentials for use with a REST Service Client.
- TokenCredentials(String, String) - Constructor for class com.azure.common.credentials.TokenCredentials
-
Creates TokenCredentials.
- toMap() - Method in class com.azure.common.http.HttpHeaders
-
Get
Maprepresentation of the HttpHeaders collection. - TooManyRedirectsException - Exception in com.azure.common.exception
-
This exception is thrown when an HTTP request has reached the maximum number of redirect attempts with HTTP status code of 3XX.
- TooManyRedirectsException(String, HttpResponse) - Constructor for exception com.azure.common.exception.TooManyRedirectsException
-
Initializes a new instance of the TooManyRedirectsException class.
- TooManyRedirectsException(String, HttpResponse, Object) - Constructor for exception com.azure.common.exception.TooManyRedirectsException
-
Initializes a new instance of the TooManyRedirectsException class.
- TooManyRedirectsException(String, HttpResponse, Throwable) - Constructor for exception com.azure.common.exception.TooManyRedirectsException
-
Initializes a new instance of the TooManyRedirectsException class.
- toString() - Method in enum com.azure.common.AzureEnvironment.Endpoint
- toString() - Method in class com.azure.common.http.HttpHeader
-
Get the String representation of the header.
- toString() - Method in class com.azure.common.util.ExpandableStringEnum
- type() - Method in class com.azure.common.http.ProxyOptions
U
- UnexpectedResponseExceptionType - Annotation Type in com.azure.common.annotations
-
The exception type that is thrown or returned when one of the status codes is returned from a REST API.
- UnexpectedResponseExceptionTypes - Annotation Type in com.azure.common.annotations
-
The
@Repeatablecontainer annotation forUnexpectedResponseExceptionType. - url() - Method in class com.azure.common.http.HttpRequest
-
Get the target address.
- url(AzureEnvironment.Endpoint) - Method in class com.azure.common.AzureEnvironment
-
Get the endpoint URL for the current environment.
- UserAgentPolicy - Class in com.azure.common.http.policy
-
Pipeline policy that adds 'User-Agent' header to a request.
- UserAgentPolicy() - Constructor for class com.azure.common.http.policy.UserAgentPolicy
-
Creates a
UserAgentPolicywith a default user agent string. - UserAgentPolicy(String) - Constructor for class com.azure.common.http.policy.UserAgentPolicy
-
Creates a UserAgentPolicy with
userAgentas the header value. - UserAgentPolicy(String, String) - Constructor for class com.azure.common.http.policy.UserAgentPolicy
-
Creates a UserAgentPolicy with the
sdkNameandsdkVersionin the User-Agent header value.
V
- value() - Method in annotation type com.azure.common.annotations.Beta
- value() - Method in annotation type com.azure.common.annotations.BodyParam
- value() - Method in annotation type com.azure.common.annotations.DELETE
-
Get the relative path of the annotated method's DELETE URL.
- value() - Method in annotation type com.azure.common.annotations.ExpectedResponses
-
The status code that will trigger that an error of type errorType should be returned.
- value() - Method in annotation type com.azure.common.annotations.FormParam
- value() - Method in annotation type com.azure.common.annotations.GET
-
Get the relative path of the annotated method's GET URL.
- value() - Method in annotation type com.azure.common.annotations.HEAD
-
Get the relative path of the annotated method's HEAD URL.
- value() - Method in annotation type com.azure.common.annotations.HeaderCollection
-
The header collection prefix.
- value() - Method in annotation type com.azure.common.annotations.HeaderParam
-
The name of the variable in the endpoint uri template which will be replaced with the value of the parameter annotated with this annotation.
- value() - Method in annotation type com.azure.common.annotations.Headers
-
List of static headers.
- value() - Method in annotation type com.azure.common.annotations.Host
-
Get the protocol/scheme, host, and optional port number in a single string.
- value() - Method in annotation type com.azure.common.annotations.HostParam
-
The name of the variable in the endpoint uri template which will be replaced with the value of the parameter annotated with this annotation.
- value() - Method in annotation type com.azure.common.annotations.PATCH
-
Get the relative path of the annotated method's PATCH URL.
- value() - Method in annotation type com.azure.common.annotations.PathParam
-
The name of the variable in the endpoint uri template which will be replaced with the value of the parameter annotated with this annotation.
- value() - Method in annotation type com.azure.common.annotations.POST
-
Get the relative path of the annotated method's POST URL.
- value() - Method in annotation type com.azure.common.annotations.PUT
-
Get the relative path of the annotated method's PUT URL.
- value() - Method in annotation type com.azure.common.annotations.QueryParam
-
The name of the variable in the endpoint uri template which will be replaced with the value of the parameter annotated with this annotation.
- value() - Method in annotation type com.azure.common.annotations.ReturnValueWireType
-
The type that the service interface method's return value will be converted from.
- value() - Method in annotation type com.azure.common.annotations.UnexpectedResponseExceptionType
-
The type of HttpRequestException that should be thrown/returned when the API returns an unrecognized status code.
- value() - Method in annotation type com.azure.common.annotations.UnexpectedResponseExceptionTypes
- value() - Method in exception com.azure.common.exception.HttpRequestException
- value() - Method in class com.azure.common.http.HttpHeader
-
Get the header value.
- value() - Method in interface com.azure.common.http.rest.PagedResponse
-
Returns the items in the page.
- value() - Method in interface com.azure.common.http.rest.Response
- value() - Method in class com.azure.common.http.rest.ResponseBase
- value() - Method in class com.azure.common.http.rest.SimpleResponse
- value() - Method in class com.azure.common.http.rest.StreamResponse
- value(String) - Method in class com.azure.common.http.HttpHeaders
-
Get the header value for the provided header name.
- valueOf(String) - Static method in enum com.azure.common.AzureEnvironment.Endpoint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.common.http.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.common.http.policy.HttpLogDetailLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.azure.common.http.ProxyOptions.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.azure.common.AzureEnvironment.Endpoint
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class com.azure.common.http.HttpHeader
-
Get the comma separated value as an array.
- values() - Static method in enum com.azure.common.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.common.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.common.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.common.util.ExpandableStringEnum
-
Gets a collection of all known values to an expandable string enum type.
- values(String) - Method in class com.azure.common.http.HttpHeaders
-
Get the header values for the provided header name.
- VoidResponse - Class in com.azure.common.http.rest
-
REST response containing only a status code and raw headers.
- VoidResponse(HttpRequest, int, HttpHeaders) - Constructor for class com.azure.common.http.rest.VoidResponse
-
Creates VoidResponse.
W
- warningText() - Method in annotation type com.azure.common.annotations.Beta
- wiretap(boolean) - Method in interface com.azure.common.http.HttpClient
-
Apply or remove a wire logger configuration.
- withBody(byte[]) - Method in class com.azure.common.http.HttpRequest
-
Set the request content.
- withBody(String) - Method in class com.azure.common.http.HttpRequest
-
Set the request content.
- withBody(Flux<ByteBuf>) - Method in class com.azure.common.http.HttpRequest
-
Set request content.
- withHeader(String, String) - Method in class com.azure.common.http.HttpRequest
-
Set a request header, replacing any existing value.
- withHeaders(HttpHeaders) - Method in class com.azure.common.http.HttpRequest
-
Set the request headers.
- withHttpMethod(HttpMethod) - Method in class com.azure.common.http.HttpRequest
-
Set the request method.
- withHttpRequest(HttpRequest) - Method in class com.azure.common.http.HttpPipelineCallContext
-
Sets the http request object in the context.
- withRequest(HttpRequest) - Method in class com.azure.common.http.HttpResponse
-
Sets the request which resulted in this HttpResponse.
- withUrl(URL) - Method in class com.azure.common.http.HttpRequest
-
Set the target address to send the request to.
All Classes All Packages