Uses of Package
com.microsoft.rest
-
Packages that use com.microsoft.rest Package Description com.microsoft.rest The package contains the runtime classes required for AutoRest generated clients to compile and function.com.microsoft.rest.interceptors The package contains default interceptors for making HTTP requests.com.microsoft.rest.protocol The package contains classes that interfaces defining the behaviors of the necessary components of a Rest Client.com.microsoft.rest.serializer The package contains classes that handle serialization and deserialization for the REST call payloads. -
Classes in com.microsoft.rest used by com.microsoft.rest Class Description Base64Url Simple wrapper over Base64Url encoded byte array used during serialization/deserialization.CollectionFormat Swagger collection format to use for joiningListparameters in paths, queries, and headers.ExpandableStringEnum Base implementation for expandable, single string enums.LogLevel Describes the level of HTTP traffic to log.RestClient An instance of this class stores the client information for making REST calls.RestClient.Builder The builder class for building a REST client.RestException Exception thrown for an invalid response with custom error information.ServiceCallback The callback used for client side asynchronous operations.ServiceFuture An instance of this class provides access to the underlying REST call invocation.ServiceResponse An instance of this class holds a response object and a raw REST response.ServiceResponseBuilder The builder for building aServiceResponse.ServiceResponseWithHeaders An instance of this class holds a response object and a raw REST response. -
Classes in com.microsoft.rest used by com.microsoft.rest.interceptors Class Description LogLevel Describes the level of HTTP traffic to log. -
Classes in com.microsoft.rest used by com.microsoft.rest.protocol Class Description CollectionFormat Swagger collection format to use for joiningListparameters in paths, queries, and headers.RestException Exception thrown for an invalid response with custom error information.ServiceResponse An instance of this class holds a response object and a raw REST response.ServiceResponseWithHeaders An instance of this class holds a response object and a raw REST response. -
Classes in com.microsoft.rest used by com.microsoft.rest.serializer Class Description Base64Url Simple wrapper over Base64Url encoded byte array used during serialization/deserialization.CollectionFormat Swagger collection format to use for joiningListparameters in paths, queries, and headers.DateTimeRfc1123 Simple wrapper over joda.time.DateTime used for specifying RFC1123 format during serialization/deserialization.