NettyAsyncHttpClientBuilder |
NettyAsyncHttpClientBuilder.configuration(Configuration configuration) |
Sets the configuration store that is used during construction of the HTTP client.
|
NettyAsyncHttpClientBuilder |
NettyAsyncHttpClientBuilder.connectionProvider(ConnectionProvider connectionProvider) |
Sets the connection provider.
|
NettyAsyncHttpClientBuilder |
NettyAsyncHttpClientBuilder.connectTimeout(Duration connectTimeout) |
Sets the connection timeout for a request to be sent.
|
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.
|
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) |
|
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 writing timeout for a request to be sent.
|