Uses of Class
org.asynchttpclient.Realm
-
Packages that use Realm Package Description org.asynchttpclient org.asynchttpclient.netty org.asynchttpclient.netty.handler.intercept org.asynchttpclient.netty.request org.asynchttpclient.proxy org.asynchttpclient.util -
-
Uses of Realm in org.asynchttpclient
Fields in org.asynchttpclient declared as Realm Modifier and Type Field Description protected @Nullable Realm
RequestBuilderBase. realm
Methods in org.asynchttpclient that return Realm Modifier and Type Method Description Realm
Realm.Builder. build()
Build aRealm
@Nullable Realm
AsyncHttpClientConfig. getRealm()
Return the currentRealm
@Nullable Realm
DefaultAsyncHttpClientConfig. getRealm()
@Nullable Realm
DefaultRequest. getRealm()
@Nullable Realm
Request. getRealm()
Methods in org.asynchttpclient with parameters of type Realm Modifier and Type Method Description static Realm.Builder
Dsl. realm(Realm prototype)
DefaultAsyncHttpClientConfig.Builder
DefaultAsyncHttpClientConfig.Builder. setRealm(Realm realm)
T
RequestBuilderBase. setRealm(Realm realm)
Constructors in org.asynchttpclient with parameters of type Realm Constructor Description DefaultRequest(String method, Uri uri, @Nullable InetAddress address, @Nullable InetAddress localAddress, io.netty.handler.codec.http.HttpHeaders headers, List<io.netty.handler.codec.http.cookie.Cookie> cookies, byte @Nullable [] byteData, @Nullable List<byte[]> compositeByteData, @Nullable String stringData, @Nullable ByteBuffer byteBufferData, @Nullable io.netty.buffer.ByteBuf byteBufData, @Nullable InputStream streamData, @Nullable BodyGenerator bodyGenerator, List<Param> formParams, List<Part> bodyParts, @Nullable String virtualHost, @Nullable ProxyServer proxyServer, @Nullable Realm realm, @Nullable File file, @Nullable Boolean followRedirect, @Nullable Duration requestTimeout, @Nullable Duration readTimeout, long rangeOffset, @Nullable Charset charset, ChannelPoolPartitioning channelPoolPartitioning, io.netty.resolver.NameResolver<InetAddress> nameResolver)
-
Uses of Realm in org.asynchttpclient.netty
Methods in org.asynchttpclient.netty that return Realm Modifier and Type Method Description Realm
NettyResponseFuture. getProxyRealm()
Realm
NettyResponseFuture. getRealm()
Methods in org.asynchttpclient.netty with parameters of type Realm Modifier and Type Method Description void
NettyResponseFuture. setProxyRealm(Realm proxyRealm)
void
NettyResponseFuture. setRealm(Realm realm)
-
Uses of Realm in org.asynchttpclient.netty.handler.intercept
Methods in org.asynchttpclient.netty.handler.intercept with parameters of type Realm Modifier and Type Method Description boolean
Unauthorized401Interceptor. exitAfterHandling401(io.netty.channel.Channel channel, NettyResponseFuture<?> future, io.netty.handler.codec.http.HttpResponse response, Request request, Realm realm, io.netty.handler.codec.http.HttpRequest httpRequest)
boolean
Redirect30xInterceptor. exitAfterHandlingRedirect(io.netty.channel.Channel channel, NettyResponseFuture<?> future, io.netty.handler.codec.http.HttpResponse response, Request request, int statusCode, Realm realm)
-
Uses of Realm in org.asynchttpclient.netty.request
Methods in org.asynchttpclient.netty.request with parameters of type Realm Modifier and Type Method Description NettyRequest
NettyRequestFactory. newNettyRequest(Request request, boolean performConnectRequest, ProxyServer proxyServer, Realm realm, Realm proxyRealm)
-
Uses of Realm in org.asynchttpclient.proxy
Methods in org.asynchttpclient.proxy that return Realm Modifier and Type Method Description @Nullable Realm
ProxyServer. getRealm()
Methods in org.asynchttpclient.proxy with parameters of type Realm Modifier and Type Method Description ProxyServer.Builder
ProxyServer.Builder. setRealm(@Nullable Realm realm)
Constructors in org.asynchttpclient.proxy with parameters of type Realm Constructor Description ProxyServer(String host, int port, int securedPort, @Nullable Realm realm, List<String> nonProxyHosts, ProxyType proxyType, @Nullable Function<Request,io.netty.handler.codec.http.HttpHeaders> customHeaders)
ProxyServer(String host, int port, int securedPort, Realm realm, List<String> nonProxyHosts, ProxyType proxyType)
-
Uses of Realm in org.asynchttpclient.util
Methods in org.asynchttpclient.util with parameters of type Realm Modifier and Type Method Description static @Nullable String
AuthenticatorUtils. perConnectionAuthorizationHeader(Request request, @Nullable ProxyServer proxyServer, @Nullable Realm realm)
static @Nullable String
AuthenticatorUtils. perConnectionProxyAuthorizationHeader(Request request, @Nullable Realm proxyRealm)
static @Nullable String
AuthenticatorUtils. perRequestAuthorizationHeader(Request request, @Nullable Realm realm)
static @Nullable String
AuthenticatorUtils. perRequestProxyAuthorizationHeader(Request request, @Nullable Realm proxyRealm)
-