Uses of Interface
software.amazon.awssdk.http.nio.netty.internal.ProxyAuthGenerator
Packages that use ProxyAuthGenerator
-
Uses of ProxyAuthGenerator in software.amazon.awssdk.http.nio.netty.internal
Classes in software.amazon.awssdk.http.nio.netty.internal that implement ProxyAuthGeneratorModifier and TypeClassDescriptionclassAuth param generator for Basic proxy authentication.classAuth generator for Kerberos.Constructors in software.amazon.awssdk.http.nio.netty.internal with parameters of type ProxyAuthGeneratorModifierConstructorDescriptionHttp1TunnelConnectionPool(io.netty.channel.EventLoop eventLoop, io.netty.channel.pool.ChannelPool delegate, io.netty.handler.ssl.SslContext sslContext, URI proxyAddress, ProxyAuthGenerator proxyAuthGenerator, URI remoteAddress, io.netty.channel.pool.ChannelPoolHandler handler, NettyConfiguration nettyConfiguration) ProxyTunnelInitHandler(io.netty.channel.pool.ChannelPool sourcePool, URI proxyAddress, ProxyAuthGenerator authGenerator, URI remoteHost, io.netty.util.concurrent.Promise<io.netty.channel.Channel> initPromise) ProxyTunnelInitHandler(io.netty.channel.pool.ChannelPool sourcePool, URI proxyAddress, ProxyAuthGenerator authGenerator, URI remoteHost, io.netty.util.concurrent.Promise<io.netty.channel.Channel> initPromise, Supplier<io.netty.handler.codec.http.HttpClientCodec> httpCodecSupplier)