Skip navigation links
B C D N P W 

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.
connectionProvider(ConnectionProvider) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
Sets the connection provider.

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.

N

NettyAsyncHttpClientBuilder - Class in com.azure.core.http.netty
Builder class responsible for creating instances of NettyAsyncHttpClient.
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 NettyAsyncHttpClient.
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 NettyAsyncHttpClient based on the provided reactor netty HttpClient.
nioEventLoopGroup(NioEventLoopGroup) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
Sets the NIO event loop group that will be used to run IO loops.

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.

W

wiretap(boolean) - Method in class com.azure.core.http.netty.NettyAsyncHttpClientBuilder
Enables the Netty wiretap feature.
B C D N P W 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2020 Microsoft Corporation. All rights reserved.