| Package | Description |
|---|---|
| com.microsoft.rest |
The package contains the runtime classes required for AutoRest generated
clients to compile and function.
|
| com.microsoft.rest.serializer |
The package contains classes that handle serialization and deserialization
for the REST call payloads.
|
| Class and Description |
|---|
| Base64Url
Simple wrapper over Base64Url encoded byte array used during serialization/deserialization.
|
| CustomHeadersInterceptor
An instance of this class enables adding custom headers in client requests
when added to the
OkHttpClient interceptors. |
| RestException
Exception thrown for an invalid response with custom error information.
|
| ServiceCall
An instance of this class provides access to the underlying REST call invocation.
|
| ServiceCallback
The callback used for client side asynchronous operations.
|
| ServiceResponse
An instance of this class holds a response object and a raw REST response.
|
| ServiceResponseBuilder
The builder for building a
ServiceResponse. |
| ServiceResponseWithHeaders
An instance of this class holds a response object and a raw REST response.
|
| UserAgentInterceptor
User agent interceptor for putting a 'User-Agent' header in the request.
|
| Class and Description |
|---|
| Base64Url
Simple wrapper over Base64Url encoded byte array used during serialization/deserialization.
|
| DateTimeRfc1123
Simple wrapper over joda.time.DateTime used for specifying RFC1123 format during serialization/deserialization.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/