Package com.azure.android.core.rest
Package containing implementation-specific APIs that should not be used by end-users.
-
Interface Summary Interface Description Callback<T> The callback type to notify the result of a REST call.Response<T> REST response with a strongly-typed content specified. -
Class Summary Class Description ResponseBase<H,T> The response of a REST request.RestProxy Type to create a proxy implementation for an interface describing REST API methods.SimpleResponse<T> REST response with a strongly-typed content specified.StreamResponse REST response with a streaming content.