| Modifier and Type | Method and Description |
|---|---|
NettyAsyncHttpClientBuilder |
NettyAsyncHttpClientBuilder.configuration(Configuration configuration)
Sets the configuration store that is used during construction of the HTTP client.
|
NettyAsyncHttpClientBuilder |
NettyAsyncHttpClientBuilder.connectionProvider(reactor.netty.resources.ConnectionProvider connectionProvider)
Sets the connection provider.
|
NettyAsyncHttpClientBuilder |
NettyAsyncHttpClientBuilder.disableBufferCopy(boolean disableBufferCopy)
Disables deep copy of response
ByteBuffer into a heap location that is managed by this client as opposed
to the underlying netty library which may use direct buffer pool. |
NettyAsyncHttpClientBuilder |
NettyAsyncHttpClientBuilder.eventLoopGroup(EventLoopGroup eventLoopGroup)
Sets the IO event loop group that will be used to run IO loops.
|
NettyAsyncHttpClientBuilder |
NettyAsyncHttpClientBuilder.nioEventLoopGroup(NioEventLoopGroup nioEventLoopGroup)
Deprecated.
deprecated in favor of
NettyAsyncHttpClientBuilder.eventLoopGroup(EventLoopGroup). |
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.readTimeout(Duration readTimeout)
Sets the read timeout duration used when reading the server response.
|
NettyAsyncHttpClientBuilder |
NettyAsyncHttpClientBuilder.responseTimeout(Duration responseTimeout)
Sets the response timeout duration used when waiting for a server to reply.
|
NettyAsyncHttpClientBuilder |
NettyAsyncHttpClientBuilder.wiretap(boolean enableWiretap)
Enables the Netty wiretap feature.
|
NettyAsyncHttpClientBuilder |
NettyAsyncHttpClientBuilder.writeTimeout(Duration writeTimeout)
Sets the write timeout for a request to be sent.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.