| Modifier and Type | Method and Description |
|---|---|
NettyAsyncHttpClientBuilder |
NettyAsyncHttpClientBuilder.nioEventLoopGroup(NioEventLoopGroup nioEventLoopGroup)
Sets the NIO event loop group that will be used to run IO loops.
|
NettyAsyncHttpClientBuilder |
NettyAsyncHttpClientBuilder.port(int port)
Sets the port which this client should connect, which by default will be set to port 80.
|
NettyAsyncHttpClientBuilder |
NettyAsyncHttpClientBuilder.proxy(ProxyOptions proxyOptions)
Sets the
proxy options that the client will use. |
NettyAsyncHttpClientBuilder |
NettyAsyncHttpClientBuilder.wiretap(boolean enableWiretap)
Enables the Netty wiretap feature.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.