Index
All Classes and Interfaces|All Packages
B
- build() - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
Creates a new Netty-backed
HttpClient
instance on every call, using the configuration set in the builder at the time of the build method call.
C
- com.azure.core.http.netty - package com.azure.core.http.netty
-
Package containing the types for instantiating and using the Netty HTTP client.
- configuration(Configuration) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
Sets the configuration store that is used during construction of the HTTP client.
- connectionProvider(ConnectionProvider) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
Sets the connection provider.
- connectTimeout(Duration) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
Sets the connection timeout for a request to be sent.
- createInstance() - Method in class com.azure.core.http.netty.NettyAsyncHttpClientProvider
- createInstance(HttpClientOptions) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientProvider
D
- disableBufferCopy(boolean) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
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.
E
- eventLoopGroup(EventLoopGroup) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
Sets the IO event loop group that will be used to run IO loops.
N
- NettyAsyncHttpClientBuilder - Class in com.azure.core.http.netty
-
Builder class responsible for creating instances of
HttpClient
backed by Reactor Netty. - NettyAsyncHttpClientBuilder() - Constructor for class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
Creates a new builder instance, where a builder is capable of generating multiple instances of
HttpClient
backed by Reactor Netty. - NettyAsyncHttpClientBuilder(HttpClient) - Constructor for class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
Creates a new builder instance, where a builder is capable of generating multiple instances of
HttpClient
based on the provided Reactor Netty HttpClient. - NettyAsyncHttpClientProvider - Class in com.azure.core.http.netty
-
An
HttpClientProvider
that provides an implementation of HttpClient based on Netty. - NettyAsyncHttpClientProvider() - Constructor for class com.azure.core.http.netty.NettyAsyncHttpClientProvider
-
For testing purpose only, assigning 'AZURE_ENABLE_HTTP_CLIENT_SHARING' to 'enableHttpClientSharing' for 'final' modifier.
- nioEventLoopGroup(NioEventLoopGroup) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
Deprecated.
P
- port(int) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
Sets the port which this client should connect, which by default will be set to port 80.
- proxy(ProxyOptions) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
Sets the
proxy options
that the client will use.
R
- readTimeout(Duration) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
Sets the read timeout duration used when reading the server response.
- responseTimeout(Duration) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
Sets the response timeout duration used when waiting for a server to reply.
W
- wiretap(boolean) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
Enables the Netty wiretap feature.
- writeTimeout(Duration) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
-
Sets the writing timeout for a request to be sent.
All Classes and Interfaces|All Packages
NettyAsyncHttpClientBuilder.eventLoopGroup(EventLoopGroup)
.