Skip navigation links
A B C D F G H I K M P R S U X 

A

ApacheAsyncHttpClientBuilder - Class in com.aliyun.httpcomponent.httpclient
 
ApacheAsyncHttpClientBuilder() - Constructor for class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder
 
ApacheAsyncHttpClientBuilder(HttpAsyncClientBuilder) - Constructor for class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder
 
ApacheAsyncHttpClientProvider - Class in com.aliyun.httpcomponent.httpclient
 
ApacheAsyncHttpClientProvider() - Constructor for class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientProvider
 
ApacheAsyncHttpResponse - Class in com.aliyun.httpcomponent.httpclient.implementation
 
ApacheAsyncHttpResponse(HttpRequest, SimpleHttpResponse) - Constructor for class com.aliyun.httpcomponent.httpclient.implementation.ApacheAsyncHttpResponse
 
available() - Method in class com.aliyun.httpcomponent.httpclient.implementation.StreamEntityProducer
 

B

build() - Method in class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder
 

C

checkClientTrusted(X509Certificate[], String) - Method in class com.aliyun.httpcomponent.httpclient.implementation.CompositeX509TrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class com.aliyun.httpcomponent.httpclient.implementation.CompositeX509TrustManager
 
com.aliyun.httpcomponent.httpclient - package com.aliyun.httpcomponent.httpclient
 
com.aliyun.httpcomponent.httpclient.implementation - package com.aliyun.httpcomponent.httpclient.implementation
 
com.aliyun.httpcomponent.httpclient.implementation.reactive - package com.aliyun.httpcomponent.httpclient.implementation.reactive
 
CompositeX509TrustManager - Class in com.aliyun.httpcomponent.httpclient.implementation
 
CompositeX509TrustManager(List<X509TrustManager>) - Constructor for class com.aliyun.httpcomponent.httpclient.implementation.CompositeX509TrustManager
 
configuration(Configuration) - Method in class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder
 
connectionTimeout(Duration) - Method in class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder
 
consume(ByteBuffer) - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveResponseConsumer
 
consumeResponse(HttpResponse, EntityDetails, HttpContext, FutureCallback<ReactiveApacheHttpResponse>) - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveResponseConsumer
 
copy(HttpResponse) - Static method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveApacheHttpResponse
 
copyLite(HttpResponse, HttpHeaders) - Static method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveApacheHttpResponse
 
create(int) - Static method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveApacheHttpResponse
 
create(SimpleHttpRequest, InputStream) - Static method in class com.aliyun.httpcomponent.httpclient.implementation.StreamRequestProducer
 
createInstance() - Method in class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientProvider
 
createInstance(HttpClientOptions) - Method in class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientProvider
 

D

determineProxy(HttpHost, HttpContext) - Method in class com.aliyun.httpcomponent.httpclient.implementation.SdkProxyRoutePlanner
 

F

failed(Exception) - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveResponseConsumer
 
failed(Exception) - Method in class com.aliyun.httpcomponent.httpclient.implementation.StreamEntityProducer
 

G

getAcceptedIssuers() - Method in class com.aliyun.httpcomponent.httpclient.implementation.CompositeX509TrustManager
 
getBody() - Method in class com.aliyun.httpcomponent.httpclient.implementation.ApacheAsyncHttpResponse
 
getBody() - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveHttpResponse
 
getBodyAsByteArray() - Method in class com.aliyun.httpcomponent.httpclient.implementation.ApacheAsyncHttpResponse
 
getBodyAsByteArray() - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveHttpResponse
 
getBodyAsString() - Method in class com.aliyun.httpcomponent.httpclient.implementation.ApacheAsyncHttpResponse
 
getBodyAsString(Charset) - Method in class com.aliyun.httpcomponent.httpclient.implementation.ApacheAsyncHttpResponse
 
getBodyAsString() - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveHttpResponse
 
getBodyAsString(Charset) - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveHttpResponse
 
getContentEncoding() - Method in class com.aliyun.httpcomponent.httpclient.implementation.StreamEntityProducer
 
getContentLength() - Method in class com.aliyun.httpcomponent.httpclient.implementation.StreamEntityProducer
 
getContentType() - Method in class com.aliyun.httpcomponent.httpclient.implementation.StreamEntityProducer
 
getEntityDetails() - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveResponseConsumer
Returns the response entity details.
getHeaders() - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveHttpResponse
 
getHeaderValue(String) - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveHttpResponse
 
getInformationResponse() - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveResponseConsumer
Returns the intermediate (1xx) HTTP response if one was received.
getKeepAliveDuration(HttpResponse, HttpContext) - Method in class com.aliyun.httpcomponent.httpclient.implementation.SdkConnectionKeepAliveStrategy
 
getSDKHttpHeaders() - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveApacheHttpResponse
 
getStatusCode() - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveHttpResponse
 
getTrailerNames() - Method in class com.aliyun.httpcomponent.httpclient.implementation.StreamEntityProducer
 
getTrailers() - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveResponseConsumer
Returns the trailers received at the end of the response.

H

hostnameVerifier(HostnameVerifier) - Method in class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder
 

I

ignoreSSL(boolean) - Method in class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder
 
informationResponse(HttpResponse, HttpContext) - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveResponseConsumer
 
isChunked() - Method in class com.aliyun.httpcomponent.httpclient.implementation.StreamEntityProducer
 
isIgnoreSSL() - Method in class com.aliyun.httpcomponent.httpclient.implementation.CompositeX509TrustManager
 
isRepeatable() - Method in class com.aliyun.httpcomponent.httpclient.implementation.StreamEntityProducer
 

K

keepAlive(Duration) - Method in class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder
 
keyManagers(KeyManager[]) - Method in class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder
 

M

maxConnections(int) - Method in class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder
 
maxConnectionsPerRoute(int) - Method in class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder
 
maxIdleTimeOut(Duration) - Method in class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder
 

P

produce(DataStreamChannel) - Method in class com.aliyun.httpcomponent.httpclient.implementation.StreamEntityProducer
 
proxy(ProxyOptions) - Method in class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder
 

R

ReactiveApacheHttpResponse - Class in com.aliyun.httpcomponent.httpclient.implementation.reactive
 
ReactiveApacheHttpResponse(int) - Constructor for class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveApacheHttpResponse
 
ReactiveApacheHttpResponse(int, String) - Constructor for class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveApacheHttpResponse
 
ReactiveHttpResponse - Class in com.aliyun.httpcomponent.httpclient.implementation.reactive
 
ReactiveHttpResponse(HttpRequest, ReactiveApacheHttpResponse) - Constructor for class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveHttpResponse
 
ReactiveResponseConsumer - Class in com.aliyun.httpcomponent.httpclient.implementation.reactive
 
ReactiveResponseConsumer(HttpResponseHandler) - Constructor for class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveResponseConsumer
Creates a ReactiveResponseConsumer.
releaseResources() - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveResponseConsumer
 
releaseResources() - Method in class com.aliyun.httpcomponent.httpclient.implementation.StreamEntityProducer
 
responseTimeout(Duration) - Method in class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder
 

S

SdkConnectionKeepAliveStrategy - Class in com.aliyun.httpcomponent.httpclient.implementation
 
SdkConnectionKeepAliveStrategy(long) - Constructor for class com.aliyun.httpcomponent.httpclient.implementation.SdkConnectionKeepAliveStrategy
 
SdkProxyRoutePlanner - Class in com.aliyun.httpcomponent.httpclient.implementation
SdkProxyRoutePlanner delegates a Proxy Route Planner from the settings instead of the system properties.
SdkProxyRoutePlanner(String, InetSocketAddress, String) - Constructor for class com.aliyun.httpcomponent.httpclient.implementation.SdkProxyRoutePlanner
 
setIgnoreSSLCert(boolean) - Method in class com.aliyun.httpcomponent.httpclient.implementation.CompositeX509TrustManager
 
setSDKHttpHeaders(HttpHeaders) - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveApacheHttpResponse
 
streamEnd(List<? extends Header>) - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveResponseConsumer
 
StreamEntityProducer - Class in com.aliyun.httpcomponent.httpclient.implementation
 
StreamEntityProducer(InputStream) - Constructor for class com.aliyun.httpcomponent.httpclient.implementation.StreamEntityProducer
 
StreamRequestProducer - Class in com.aliyun.httpcomponent.httpclient.implementation
 

U

updateCapacity(CapacityChannel) - Method in class com.aliyun.httpcomponent.httpclient.implementation.reactive.ReactiveResponseConsumer
 

X

x509TrustManagers(X509TrustManager[]) - Method in class com.aliyun.httpcomponent.httpclient.ApacheAsyncHttpClientBuilder
 
A B C D F G H I K M P R S U X 
Skip navigation links

Copyright © 2022. All rights reserved.