Uses of Class
com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
Uses of NettyAsyncHttpClientBuilder in com.azure.core.http.netty
Methods in com.azure.core.http.netty that return NettyAsyncHttpClientBuilderModifier and TypeMethodDescriptionNettyAsyncHttpClientBuilder.configuration(Configuration configuration) Sets the configuration store that is used during construction of the HTTP client.NettyAsyncHttpClientBuilder.connectionProvider(ConnectionProvider connectionProvider) Sets the connection provider.NettyAsyncHttpClientBuilder.connectTimeout(Duration connectTimeout) Sets the connection timeout for a request to be sent.NettyAsyncHttpClientBuilder.disableBufferCopy(boolean disableBufferCopy) Disables deep copy of responseByteBufferinto a heap location that is managed by this client as opposed to the underlying netty library which may use direct buffer pool.NettyAsyncHttpClientBuilder.eventLoopGroup(EventLoopGroup eventLoopGroup) Sets the IO event loop group that will be used to run IO loops.NettyAsyncHttpClientBuilder.nioEventLoopGroup(NioEventLoopGroup nioEventLoopGroup) Deprecated.NettyAsyncHttpClientBuilder.port(int port) Sets the port which this client should connect, which by default will be set to port 80.NettyAsyncHttpClientBuilder.proxy(ProxyOptions proxyOptions) Sets theproxy optionsthat the client will use.NettyAsyncHttpClientBuilder.readTimeout(Duration readTimeout) Sets the read timeout duration used when reading the server response.NettyAsyncHttpClientBuilder.responseTimeout(Duration responseTimeout) Sets the response timeout duration used when waiting for a server to reply.NettyAsyncHttpClientBuilder.wiretap(boolean enableWiretap) Enables the Netty wiretap feature.NettyAsyncHttpClientBuilder.writeTimeout(Duration writeTimeout) Sets the writing timeout for a request to be sent.
eventLoopGroup(EventLoopGroup).