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.asynchttpclientFields in org.asynchttpclient declared as Realm Modifier and Type Field Description protected @Nullable RealmRequestBuilderBase. realmMethods in org.asynchttpclient that return Realm Modifier and Type Method Description RealmRealm.Builder. build()Build aRealm@Nullable RealmAsyncHttpClientConfig. getRealm()Return the currentRealm@Nullable RealmDefaultAsyncHttpClientConfig. getRealm()@Nullable RealmDefaultRequest. getRealm()@Nullable RealmRequest. getRealm()Methods in org.asynchttpclient with parameters of type Realm Modifier and Type Method Description static Realm.BuilderDsl. realm(Realm prototype)DefaultAsyncHttpClientConfig.BuilderDefaultAsyncHttpClientConfig.Builder. setRealm(Realm realm)TRequestBuilderBase. 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.nettyMethods in org.asynchttpclient.netty that return Realm Modifier and Type Method Description RealmNettyResponseFuture. getProxyRealm()RealmNettyResponseFuture. getRealm()Methods in org.asynchttpclient.netty with parameters of type Realm Modifier and Type Method Description voidNettyResponseFuture. setProxyRealm(Realm proxyRealm)voidNettyResponseFuture. setRealm(Realm realm)
- 
Uses of Realm in org.asynchttpclient.netty.handler.interceptMethods in org.asynchttpclient.netty.handler.intercept with parameters of type Realm Modifier and Type Method Description booleanUnauthorized401Interceptor. 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)booleanRedirect30xInterceptor. 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.requestMethods in org.asynchttpclient.netty.request with parameters of type Realm Modifier and Type Method Description NettyRequestNettyRequestFactory. newNettyRequest(Request request, boolean performConnectRequest, ProxyServer proxyServer, Realm realm, Realm proxyRealm)
- 
Uses of Realm in org.asynchttpclient.proxyMethods in org.asynchttpclient.proxy that return Realm Modifier and Type Method Description @Nullable RealmProxyServer. getRealm()Methods in org.asynchttpclient.proxy with parameters of type Realm Modifier and Type Method Description ProxyServer.BuilderProxyServer.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.utilMethods in org.asynchttpclient.util with parameters of type Realm Modifier and Type Method Description static @Nullable StringAuthenticatorUtils. perConnectionAuthorizationHeader(Request request, @Nullable ProxyServer proxyServer, @Nullable Realm realm)static @Nullable StringAuthenticatorUtils. perConnectionProxyAuthorizationHeader(Request request, @Nullable Realm proxyRealm)static @Nullable StringAuthenticatorUtils. perRequestAuthorizationHeader(Request request, @Nullable Realm realm)static @Nullable StringAuthenticatorUtils. perRequestProxyAuthorizationHeader(Request request, @Nullable Realm proxyRealm)
 
-