public abstract class ServiceClient extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceClient(HttpPipeline httpPipeline)
Initializes a new instance of the ServiceClient class.
|
| Modifier and Type | Method and Description |
|---|---|
protected SerializerAdapter<?> |
createSerializerAdapter() |
HttpPipeline |
httpPipeline() |
SerializerAdapter<?> |
serializerAdapter() |
protected ServiceClient(HttpPipeline httpPipeline)
httpPipeline - The HTTP pipeline to send requests throughpublic HttpPipeline httpPipeline()
public SerializerAdapter<?> serializerAdapter()
protected SerializerAdapter<?> createSerializerAdapter()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/