public final class NettyClient extends HttpClient
| Modifier and Type | Class and Description |
|---|---|
static class |
NettyClient.Factory
The factory for creating a NettyClient.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpChannelPool()
Dump the channel pool.
|
io.reactivex.Single<HttpResponse> |
sendRequestAsync(HttpRequest request)
Send the provided request asynchronously, applying any request policies provided to the HttpClient instance.
|
createDefault, createDefaultpublic io.reactivex.Single<HttpResponse> sendRequestAsync(HttpRequest request)
HttpClientsendRequestAsync in class HttpClientrequest - The HTTP request to send.Single representing the HTTP response that will arrive asynchronously.public void dumpChannelPool()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/