Uses of Class
org.asynchttpclient.uri.Uri
-
-
Uses of Uri in org.asynchttpclient
Fields in org.asynchttpclient declared as Uri Modifier and Type Field Description protected @Nullable UriRequestBuilderBase. uriMethods in org.asynchttpclient that return Uri Modifier and Type Method Description UriDefaultRequest. getUri()UriHttpResponseStatus. getUri()Return the requestUri@Nullable UriRealm. getUri()UriRequest. getUri()UriResponse. getUri()Return the requestUri.Methods in org.asynchttpclient with parameters of type Uri Modifier and Type Method Description Realm.BuilderRealm.Builder. setUri(@Nullable Uri uri)TRequestBuilderBase. setUri(Uri uri)Constructors in org.asynchttpclient with parameters of type Uri 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)HttpResponseStatus(Uri uri) -
Uses of Uri in org.asynchttpclient.channel
Methods in org.asynchttpclient.channel with parameters of type Uri Modifier and Type Method Description ObjectChannelPoolPartitioning. getPartitionKey(Uri uri, String virtualHost, ProxyServer proxyServer)ObjectChannelPoolPartitioning.PerHostChannelPoolPartitioning. getPartitionKey(Uri uri, @Nullable String virtualHost, @Nullable ProxyServer proxyServer) -
Uses of Uri in org.asynchttpclient.cookie
Methods in org.asynchttpclient.cookie with parameters of type Uri Modifier and Type Method Description voidCookieStore. add(Uri uri, io.netty.handler.codec.http.cookie.Cookie cookie)Adds oneCookieto the store.voidThreadSafeCookieStore. add(Uri uri, io.netty.handler.codec.http.cookie.Cookie cookie)List<io.netty.handler.codec.http.cookie.Cookie>CookieStore. get(Uri uri)Retrieve cookies associated with given URI, or whose domain matches the given URI.List<io.netty.handler.codec.http.cookie.Cookie>ThreadSafeCookieStore. get(Uri uri) -
Uses of Uri in org.asynchttpclient.netty
Methods in org.asynchttpclient.netty that return Uri Modifier and Type Method Description UriNettyResponse. getUri()UriNettyResponseFuture. getUri()Constructors in org.asynchttpclient.netty with parameters of type Uri Constructor Description NettyResponseStatus(Uri uri, io.netty.handler.codec.http.HttpResponse response, io.netty.channel.Channel channel) -
Uses of Uri in org.asynchttpclient.netty.channel
Methods in org.asynchttpclient.netty.channel with parameters of type Uri Modifier and Type Method Description io.netty.handler.ssl.SslHandlerChannelManager. addSslHandler(io.netty.channel.ChannelPipeline pipeline, Uri uri, String virtualHost, boolean hasSocksProxyHandler)io.netty.util.concurrent.Future<io.netty.bootstrap.Bootstrap>ChannelManager. getBootstrap(Uri uri, io.netty.resolver.NameResolver<InetAddress> nameResolver, ProxyServer proxy)io.netty.channel.ChannelChannelManager. poll(Uri uri, String virtualHost, ProxyServer proxy, ChannelPoolPartitioning connectionPoolPartitioning)io.netty.util.concurrent.Future<io.netty.channel.Channel>ChannelManager. updatePipelineForHttpTunneling(io.netty.channel.ChannelPipeline pipeline, Uri requestUri) -
Uses of Uri in org.asynchttpclient.proxy
Methods in org.asynchttpclient.proxy with parameters of type Uri Modifier and Type Method Description @Nullable ProxyServerProxyServerSelector. select(Uri uri)Select a proxy server to use for the given URI. -
Uses of Uri in org.asynchttpclient.uri
Methods in org.asynchttpclient.uri that return Uri Modifier and Type Method Description static UriUri. create(@Nullable Uri context, String originalUrl)static UriUri. create(String originalUrl)UriUri. withNewQuery(@Nullable String newQuery)UriUri. withNewScheme(String newScheme)Methods in org.asynchttpclient.uri with parameters of type Uri Modifier and Type Method Description static UriUri. create(@Nullable Uri context, String originalUrl)booleanUri. isSameBase(Uri other)static voidUri. validateSupportedScheme(Uri uri) -
Uses of Uri in org.asynchttpclient.util
Methods in org.asynchttpclient.util that return Uri Modifier and Type Method Description UriUriEncoder. encode(Uri uri, @Nullable List<Param> queryParams)Methods in org.asynchttpclient.util with parameters of type Uri Modifier and Type Method Description static StringAuthenticatorUtils. computeRealmURI(Uri uri, boolean useAbsoluteURI, boolean omitQuery)UriUriEncoder. encode(Uri uri, @Nullable List<Param> queryParams)static StringHttpUtils. hostHeader(Uri uri)static StringHttpUtils. originHeader(Uri uri)
-