| Package | Description |
|---|---|
| com.azure.core.http |
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
|
| com.azure.core.http.rest |
Package containing REST-related APIs.
|
| Modifier and Type | Method and Description |
|---|---|
HttpPipeline |
HttpPipelineBuilder.build()
Creates a
HttpPipeline based on options set in the Builder. |
| Modifier and Type | Method and Description |
|---|---|
static <A> A |
RestProxy.create(Class<A> swaggerInterface,
HttpPipeline httpPipeline)
Create a proxy implementation of the provided Swagger interface.
|
static <A> A |
RestProxy.create(Class<A> swaggerInterface,
HttpPipeline httpPipeline,
SerializerAdapter serializer)
Create a proxy implementation of the provided Swagger interface.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.