All Downloads are FREE. Search and download functionalities are using the official Maven repository.

re-core-http-netty.1.15.4.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.15.7
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

module com.azure.http.netty {
    requires transitive com.azure.core;
    requires io.netty.buffer;
    requires io.netty.codec;
    requires io.netty.codec.http;
    requires io.netty.common;
    requires io.netty.handler;
    requires io.netty.handler.proxy;
    requires io.netty.resolver;
    requires io.netty.transport;
    requires reactor.netty.core;
    requires reactor.netty.http;

    exports com.azure.core.http.netty;

    provides com.azure.core.http.HttpClientProvider with com.azure.core.http.netty.NettyAsyncHttpClientProvider;

    uses com.azure.core.http.HttpClientProvider;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy