| Package | Description |
|---|---|
| com.microsoft.rest.v2 |
The package contains the runtime classes required for AutoRest generated
clients to compile and function.
|
| com.microsoft.rest.v2.http |
This package contains the HTTP abstractions between the AnnotationParser's RestProxy and whatever
HTTP client we choose to use.
|
| Modifier and Type | Field and Description |
|---|---|
static Context |
Context.NONE
Signifies that no data need be passed to the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
Context.addData(Object key,
Object value)
|
Context |
SwaggerMethodParser.context(Object[] swaggerMethodArguments)
Get the
Context passed into the proxy method. |
| Modifier and Type | Method and Description |
|---|---|
Context |
HttpRequest.context() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
HttpRequest.withContext(Context context) |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/