NettyAsyncHttpClientBuilder (Azure SDK for Java Reference Documentation)
Rachel Ross
Published Feb 16, 2026
- Prev Class
- Next Class
Constructor Summary
Constructor Detail
Method Detail
connectionProvider
public NettyAsyncHttpClientBuilder connectionProvider(reactor.netty.resources.ConnectionProvider connectionProvider)
Sets the connection provider.
- Parameters:
connectionProvider- the connection provider- Returns:
- the updated
NettyAsyncHttpClientBuilderobject
wiretap
public NettyAsyncHttpClientBuilder wiretap(boolean enableWiretap)
Enables the Netty wiretap feature.
- Parameters:
enableWiretap- Flag indicating wiretap status- Returns:
- the updated NettyAsyncHttpClientBuilder object
port
public NettyAsyncHttpClientBuilder port(int port)
Sets the port which this client should connect, which by default will be set to port 80.
- Parameters:
port- The port to connect to.- Returns:
- the updated NettyAsyncHttpClientBuilder object
- Prev Class
- Next Class
Copyright © 2019 Microsoft Corporation. All rights reserved.