azure-docs-sdk-java/docs-ref-autogen/com.azure.core.http.netty.N...

57 строки
4.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.http.netty.NettyAsyncHttpClientProvider"
fullName: "com.azure.core.http.netty.NettyAsyncHttpClientProvider"
name: "NettyAsyncHttpClientProvider"
nameWithType: "NettyAsyncHttpClientProvider"
summary: "The NettyAsyncHttpClientProvider class is an implementation of the HttpClientProvider interface that provides an instance of HttpClient based on Netty."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **NettyAsyncHttpClientProvider**</br> implements <xref href=\"com.azure.core.http.HttpClientProvider?alt=com.azure.core.http.HttpClientProvider&text=HttpClientProvider\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.core.http.netty.NettyAsyncHttpClientProvider.NettyAsyncHttpClientProvider()"
fullName: "com.azure.core.http.netty.NettyAsyncHttpClientProvider.NettyAsyncHttpClientProvider()"
name: "NettyAsyncHttpClientProvider()"
nameWithType: "NettyAsyncHttpClientProvider.NettyAsyncHttpClientProvider()"
summary: "For testing purpose only, assigning 'AZURE\\_ENABLE\\_HTTP\\_CLIENT\\_SHARING' to 'enable<wbr>Http<wbr>Client<wbr>Sharing' for 'final' modifier."
syntax: "public NettyAsyncHttpClientProvider()"
desc: "For testing purpose only, assigning 'AZURE\\_ENABLE\\_HTTP\\_CLIENT\\_SHARING' to 'enableHttpClientSharing' for 'final' modifier."
methods:
- uid: "com.azure.core.http.netty.NettyAsyncHttpClientProvider.createInstance()"
fullName: "com.azure.core.http.netty.NettyAsyncHttpClientProvider.createInstance()"
name: "createInstance()"
nameWithType: "NettyAsyncHttpClientProvider.createInstance()"
syntax: "public HttpClient createInstance()"
returns:
type: "<xref href=\"com.azure.core.http.HttpClient?alt=com.azure.core.http.HttpClient&text=HttpClient\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.http.netty.NettyAsyncHttpClientProvider.createInstance(com.azure.core.util.HttpClientOptions)"
fullName: "com.azure.core.http.netty.NettyAsyncHttpClientProvider.createInstance(HttpClientOptions clientOptions)"
name: "createInstance(HttpClientOptions clientOptions)"
nameWithType: "NettyAsyncHttpClientProvider.createInstance(HttpClientOptions clientOptions)"
parameters:
- name: "clientOptions"
type: "<xref href=\"com.azure.core.util.HttpClientOptions?alt=com.azure.core.util.HttpClientOptions&text=HttpClientOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public HttpClient createInstance(HttpClientOptions clientOptions)"
returns:
type: "<xref href=\"com.azure.core.http.HttpClient?alt=com.azure.core.http.HttpClient&text=HttpClient\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The NettyAsyncHttpClientProvider class is an implementation of the HttpClientProvider interface that provides an instance of HttpClient based on Netty. Instances are either shared or a newly created based on the configuration."
implements:
- "<xref href=\"com.azure.core.http.HttpClientProvider?alt=com.azure.core.http.HttpClientProvider&text=HttpClientProvider\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.core.http.netty"
artifact: com.azure:azure-core-http-netty:1.15.6