| Package | Description |
|---|---|
| com.microsoft.rest.v2.http |
This package contains the HTTP abstractions between the AnnotationParser's RestProxy and whatever
HTTP client we choose to use.
|
| com.microsoft.rest.v2.serializer |
The package contains classes that handle serialization and deserialization
for the REST call payloads.
|
| Modifier and Type | Method and Description |
|---|---|
HttpClientConfiguration |
HttpClientConfiguration.withIdleConnectionKeepAliveDurationInSec(long duration)
Sets the duration in sec to keep the connection alive in available pool before closing it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdditionalPropertiesDeserializer
Custom serializer for deserializing complex types with additional properties.
|
class |
AdditionalPropertiesSerializer
Custom serializer for serializing complex types with additional properties.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/