A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X 

A

abort() - Method in interface org.apache.http.client.methods. AbortableHttpRequest
已过时。
中止此http请求。
abort() - Method in class org.apache.http.client.methods. AbstractExecutionAwareRequest
 
abort() - Method in class org.apache.http.client.methods. HttpRequestWrapper
 
abort() - Method in interface org.apache.http.client.methods. HttpUriRequest
中止请求的执行。
abort() - Method in class org.apache.http.impl.client. RequestWrapper
已过时。
 
abort() - Method in class org.apache.http.impl.conn.tsccm. WaitingThreadAborter
已过时。
如果设置了等待线程,则中断它。
AbortableHttpRequest - Interface in org.apache.http.client.methods
已过时。
(4.3)使用HttpExecutionAware
abortConnection() - Method in class org.apache.http.conn. BasicManagedEntity
已过时。
 
abortConnection() - Method in interface org.apache.http.conn. ConnectionReleaseTrigger
释放连接而不选择保持活动。
abortConnection() - Method in class org.apache.http.conn. EofSensorInputStream
中止此流。
abortConnection() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
abortRequest() - Method in interface org.apache.http.conn. ClientConnectionRequest
已过时。
abortRequest() - Method in interface org.apache.http.impl.conn.tsccm. PoolEntryRequest
已过时。
中止活动或下一次呼叫 PoolEntryRequest.getPoolEntry(long, TimeUnit)
AbstractAuthenticationHandler - Class in org.apache.http.impl.client
已过时。
(4.2)使用AuthenticationStrategy
AbstractAuthenticationHandler() - Constructor for class org.apache.http.impl.client. AbstractAuthenticationHandler
已过时。
 
AbstractClientConnAdapter - Class in org.apache.http.impl.conn
已过时。
(4.2)不要使用
AbstractClientConnAdapter(ClientConnectionManager, OperatedClientConnection) - Constructor for class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
创建一个新的连接适配器。
AbstractConnPool - Class in org.apache.http.impl.conn.tsccm
已过时。
(4.2)使用AbstractConnPool
AbstractConnPool() - Constructor for class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
创建一个新的连接池。
AbstractCookieAttributeHandler - Class in org.apache.http.impl.cookie
 
AbstractCookieAttributeHandler() - Constructor for class org.apache.http.impl.cookie. AbstractCookieAttributeHandler
 
AbstractCookieSpec - Class in org.apache.http.impl.cookie
抽象cookie规范可以将解析,验证或匹配cookie属性的作业委托给任意数量的任意CookieAttributeHandler
AbstractCookieSpec() - Constructor for class org.apache.http.impl.cookie. AbstractCookieSpec
默认构造函数
AbstractCookieSpec(HashMap<String, CookieAttributeHandler>) - Constructor for class org.apache.http.impl.cookie. AbstractCookieSpec
 
AbstractCookieSpec(CommonCookieAttributeHandler...) - Constructor for class org.apache.http.impl.cookie. AbstractCookieSpec
 
AbstractExecutionAwareRequest - Class in org.apache.http.client.methods
 
AbstractExecutionAwareRequest() - Constructor for class org.apache.http.client.methods. AbstractExecutionAwareRequest
 
AbstractHttpClient - Class in org.apache.http.impl.client
已过时。
(4.3)使用HttpClientBuilder
AbstractHttpClient(ClientConnectionManager, HttpParams) - Constructor for class org.apache.http.impl.client. AbstractHttpClient
已过时。
创建一个新的HTTP客户端。
AbstractPooledConnAdapter - Class in org.apache.http.impl.conn
已过时。
(4.2)不要使用
AbstractPooledConnAdapter(ClientConnectionManager, AbstractPoolEntry) - Constructor for class org.apache.http.impl.conn. AbstractPooledConnAdapter
已过时。
创建一个新的连接适配器。
AbstractPoolEntry - Class in org.apache.http.impl.conn
已过时。
(4.2)不要使用
AbstractPoolEntry(ClientConnectionOperator, HttpRoute) - Constructor for class org.apache.http.impl.conn. AbstractPoolEntry
已过时。
创建一个新的池条目。
AbstractResponseHandler< T> - Class in org.apache.http.impl.client
一个通用的ResponseHandler ,与响应实体一起工作,用于成功(2xx)响应。
AbstractResponseHandler() - Constructor for class org.apache.http.impl.client. AbstractResponseHandler
 
AbstractVerifier - Class in org.apache.http.conn.ssl
已过时。
(4.4)使用HostnameVerifierDefaultHostnameVerifier的实现。
AbstractVerifier() - Constructor for class org.apache.http.conn.ssl. AbstractVerifier
已过时。
 
acceptableCountryWildcard(String) - Static method in class org.apache.http.conn.ssl. AbstractVerifier
已过时。
 
adapt(HttpContext) - Static method in class org.apache.http.client.protocol. HttpClientContext
 
add(URI) - Method in class org.apache.http.impl.client. RedirectLocations
向集合添加一个新的URI。
add(int, Object) - Method in class org.apache.http.impl.client. RedirectLocations
在指定的位置插入指定的元素(必须是URI)。
add(HttpConnection, long, TimeUnit) - Method in class org.apache.http.impl.conn. IdleConnectionHandler
已过时。
注册与此处理程序的给定连接。
add(String, InetAddress...) - Method in class org.apache.http.impl.conn. InMemoryDnsResolver
将给定的IP地址数组与该DNS覆盖者中的给定主机相关联。
addCloseable(Closeable) - Method in class org.apache.http.impl.client. HttpClientBuilder
供内部使用。
addCookie(Cookie) - Method in interface org.apache.http.client. CookieStore
添加一个Cookie ,替换任何现有的等效的cookie。
addCookie(Cookie) - Method in class org.apache.http.impl.client. BasicCookieStore
添加一个HTTP cookie ,替换任何现有的等效的cookie。
addCookies(Cookie[]) - Method in class org.apache.http.impl.client. BasicCookieStore
添加一个HTTP cookies的数组。
addHeader(Header) - Method in class org.apache.http.client.methods. RequestBuilder
 
addHeader(String, String) - Method in class org.apache.http.client.methods. RequestBuilder
 
addInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.http.impl.client. HttpClientBuilder
将该协议拦截器添加到协议处理列表的头部。
addInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.http.impl.client. HttpClientBuilder
将该协议拦截器添加到协议处理列表的头部。
addInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.http.impl.client. HttpClientBuilder
将该协议拦截器添加到协议处理列表的尾部。
addInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.http.impl.client. HttpClientBuilder
将该协议拦截器添加到协议处理列表的尾部。
addParameter(NameValuePair) - Method in class org.apache.http.client.methods. RequestBuilder
 
addParameter(String, String) - Method in class org.apache.http.client.methods. RequestBuilder
 
addParameter(String, String) - Method in class org.apache.http.client.utils. URIBuilder
将参数添加到URI查询。
addParameters(NameValuePair...) - Method in class org.apache.http.client.methods. RequestBuilder
 
addParameters(List<NameValuePair>) - Method in class org.apache.http.client.utils. URIBuilder
添加URI查询参数。
addRequestInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
addRequestInterceptor(HttpRequestInterceptor, int) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
addResponseInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
addResponseInterceptor(HttpResponseInterceptor, int) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
AIMDBackoffManager - Class in org.apache.http.impl.client
AIMDBackoffManager应用加法增加,乘法减少(AIMD)来管理允许给定主机的连接数量的动态限制。
AIMDBackoffManager(ConnPoolControl<HttpRoute>) - Constructor for class org.apache.http.impl.client. AIMDBackoffManager
创建一个AIMDBackoffManager来管理由给定的ConnPoolControl表示的每主机连接池大小。
AllClientPNames - Interface in org.apache.http.client.params
已过时。
allocEntry(Object) - Method in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
从这个池获得一个免费的条目,如果有的话。
ALLOW_ALL_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl. SSLConnectionSocketFactory
已过时。
ALLOW_ALL_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
ALLOW_CIRCULAR_REDIRECTS - Static variable in interface org.apache.http.client.params. ClientPNames
已过时。
定义是否允许循环重定向(重定向到同一位置)。
AllowAllHostnameVerifier - Class in org.apache.http.conn.ssl
已过时。
(4.4)使用NoopHostnameVerifier
AllowAllHostnameVerifier() - Constructor for class org.apache.http.conn.ssl. AllowAllHostnameVerifier
已过时。
 
alwaysShutDown - Variable in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
连接是否应该在释放时关闭。
ANY - Static variable in class org.apache.http.auth. AuthScope
默认范围匹配任何主机,端口,领域和认证方案。
ANY_HOST - Static variable in class org.apache.http.auth. AuthScope
null值代表任何主机。
ANY_PORT - Static variable in class org.apache.http.auth. AuthScope
-1值代表任何端口。
ANY_REALM - Static variable in class org.apache.http.auth. AuthScope
null值代表任何领域。
ANY_SCHEME - Static variable in class org.apache.http.auth. AuthScope
null值代表任何认证方案。
applicationParams - Variable in class org.apache.http.impl.client. ClientParamsStack
已过时。
应用程序参数集合,或 null
assertAttached() - Method in class org.apache.http.impl.conn. AbstractPooledConnAdapter
assertNotAborted() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
assertStillUp() - Method in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
断言该经理没有关闭。
assertValid(OperatedClientConnection) - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
断言有一个有效的包装连接来委托。
assertValid(AbstractPoolEntry) - Method in class org.apache.http.impl.conn. AbstractPooledConnAdapter
已过时。
断言有一个有效的池条目。
attemptReuse - Variable in class org.apache.http.conn. BasicEofSensorWatcher
已过时。
是否保持连接活着。
attemptReuse - Variable in class org.apache.http.conn. BasicManagedEntity
已过时。
是否保持连接活着。
AUTH - Class in org.apache.http.auth
与HTTP身份验证相关的常量和静态助手。
AUTH_CACHE - Static variable in interface org.apache.http.client.protocol. ClientContext
已过时。
表示认证方案缓存的AuthCache对象的属性名称。
AUTH_CACHE - Static variable in class org.apache.http.client.protocol. HttpClientContext
表示认证方案缓存的AuthCache对象的属性名称。
AUTH_SCHEME_PREF - Static variable in interface org.apache.http.client.protocol. ClientContext
已过时。
(4.1)不要使用
AuthCache - Interface in org.apache.http.client
摘要AuthScheme缓存。
authenticate(Credentials, HttpRequest) - Method in interface org.apache.http.auth. AuthScheme
authenticate(Credentials, HttpRequest, HttpContext) - Method in interface org.apache.http.auth. ContextAwareAuthScheme
为给定的一组Credentials生成一个授权字符串。
authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth. AuthSchemeBase
 
authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth. BasicScheme
authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth. BasicScheme
为给定的一组Credentials生成基本授权头。
authenticate(Credentials, String, boolean) - Static method in class org.apache.http.impl.auth. BasicScheme
authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth. DigestScheme
authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth. DigestScheme
为给定的一组Credentials ,方法名称和URI生成摘要授权字符串。
authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth. GGSSchemeBase
authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth. GGSSchemeBase
 
authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth. KerberosScheme
根据processChallenge创建的令牌生成KERBEROS授权头。
authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth. NegotiateScheme
已过时。
 
authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth. NegotiateScheme
已过时。
根据processChallenge创建的令牌生成协商授权头。
authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth. NTLMScheme
 
authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth. SPNegoScheme
根据processChallenge创建的令牌生成SPNEGO授权头文件。
authenticate(HttpHost, HttpResponse, AuthenticationStrategy, AuthState, HttpContext) - Method in class org.apache.http.impl.client. HttpAuthenticator
已过时。
 
AuthenticationException - Exception in org.apache.http.auth
表示验证过程失败
AuthenticationException() - Constructor for exception org.apache.http.auth. AuthenticationException
创建一个新的AuthenticationException与 null详细消息。
AuthenticationException(String) - Constructor for exception org.apache.http.auth. AuthenticationException
使用指定的消息创建新的AuthenticationException。
AuthenticationException(String, Throwable) - Constructor for exception org.apache.http.auth. AuthenticationException
创建具有指定的详细消息并导致的新AuthenticationException。
AuthenticationHandler - Interface in org.apache.http.client
已过时。
(4.2)使用AuthenticationStrategy
AuthenticationStrategy - Interface in org.apache.http.client
/ **用于确定HTTP响应是否表示由于身份验证失败而发送回客户端的身份验证挑战的处理程序。
authFailed(HttpHost, AuthScheme, HttpContext) - Method in interface org.apache.http.client. AuthenticationStrategy
在不成功的身份验证的情况下调用回调。
AuthOption - Class in org.apache.http.auth
 
AuthOption(AuthScheme, Credentials) - Constructor for class org.apache.http.auth. AuthOption
 
AuthParamBean - Class in org.apache.http.auth.params
已过时。
(4.3)使用RequestConfigAuthSchemeProvider的构造函数。
AuthParamBean(HttpParams) - Constructor for class org.apache.http.auth.params. AuthParamBean
已过时。
 
AuthParams - Class in org.apache.http.auth.params
已过时。
(4.3)使用RequestConfigAuthSchemeProvider的构造函数。
AuthPNames - Interface in org.apache.http.auth.params
已过时。
(4.3)使用RequestConfigAuthSchemeProvider的构造函数。
AuthPolicy - Class in org.apache.http.client.params
已过时。
(4.3)使用AuthSchemes
AuthProtocolState - Enum in org.apache.http.auth
 
AuthScheme - Interface in org.apache.http.auth
该接口代表一种抽象的面向挑战响应的认证方案。
AUTHSCHEME_REGISTRY - Static variable in interface org.apache.http.client.protocol. ClientContext
已过时。
Lookup对象的属性名称,表示实际的AuthSchemeRegistry注册表。
AUTHSCHEME_REGISTRY - Static variable in class org.apache.http.client.protocol. HttpClientContext
Lookup对象的属性名称,表示实际的AuthSchemeProvider注册表。
AuthSchemeBase - Class in org.apache.http.impl.auth
抽象认证方案类,用作HttpClient支持的所有认证方案的基础。
AuthSchemeBase(ChallengeState) - Constructor for class org.apache.http.impl.auth. AuthSchemeBase
已过时。
(4.3)不要使用。
AuthSchemeBase() - Constructor for class org.apache.http.impl.auth. AuthSchemeBase
 
AuthSchemeFactory - Interface in org.apache.http.auth
已过时。
(4.3)使用AuthSchemeProvider
AuthSchemeProvider - Interface in org.apache.http.auth
工厂为AuthScheme实现。
AuthSchemeRegistry - Class in org.apache.http.auth
已过时。
(4.3)使用Registry
AuthSchemeRegistry() - Constructor for class org.apache.http.auth. AuthSchemeRegistry
已过时。
 
AuthSchemes - Class in org.apache.http.client.config
HttpClient支持的标准认证方案。
AuthScope - Class in org.apache.http.auth
AuthScope表示由主机名,端口号,领域名称和认证方案名称组成的认证范围。
AuthScope(String, int, String, String) - Constructor for class org.apache.http.auth. AuthScope
定义与给定的身份验证范围 hostportrealmschemeName
AuthScope(HttpHost, String, String) - Constructor for class org.apache.http.auth. AuthScope
定义特定原产地的验证范围。
AuthScope(HttpHost) - Constructor for class org.apache.http.auth. AuthScope
定义特定原产地的验证范围。
AuthScope(String, int, String) - Constructor for class org.apache.http.auth. AuthScope
定义与给定的身份验证范围 hostportrealm
AuthScope(String, int) - Constructor for class org.apache.http.auth. AuthScope
使用给定的 hostport定义验证范围。
AuthScope(AuthScope) - Constructor for class org.apache.http.auth. AuthScope
创建给定凭证范围的副本。
AuthState - Class in org.apache.http.auth
此类提供有关身份验证过程状态的详细信息。
AuthState() - Constructor for class org.apache.http.auth. AuthState
 
authSucceeded(HttpHost, AuthScheme, HttpContext) - Method in interface org.apache.http.client. AuthenticationStrategy
在成功验证的情况下调用回调。
AutoRetryHttpClient - Class in org.apache.http.impl.client
已过时。
(4.3)使用HttpClientBuilder
AutoRetryHttpClient(HttpClient, ServiceUnavailableRetryStrategy) - Constructor for class org.apache.http.impl.client. AutoRetryHttpClient
已过时。
 
AutoRetryHttpClient() - Constructor for class org.apache.http.impl.client. AutoRetryHttpClient
已过时。
使用默认缓存设置构建AutoRetryHttpClient ,将高速缓存条目存储在内存中,并为后端请求使用香草DefaultHttpClient
AutoRetryHttpClient(ServiceUnavailableRetryStrategy) - Constructor for class org.apache.http.impl.client. AutoRetryHttpClient
已过时。
使用给定的缓存选项构建一个AutoRetryHttpClient ,该缓存选项将高速缓存条目存储在内存中,并使用香草DefaultHttpClient作为后端请求。
AutoRetryHttpClient(HttpClient) - Constructor for class org.apache.http.impl.client. AutoRetryHttpClient
已过时。
构造一个AutoRetryHttpClient的默认高速缓存设置,将高速缓存条目存储在内存中,并使用给定的HttpClient作为后端请求。
available() - Method in class org.apache.http.client.entity. DeflateInputStream
获取。
available() - Method in class org.apache.http.conn. EofSensorInputStream
 
await(Date) - Method in class org.apache.http.impl.conn.tsccm. WaitingThread
已过时。
阻止调用线程。
awaitTermination(long, TimeUnit) - Method in class org.apache.http.impl.client. IdleConnectionEvictor
 

B

backOff(HttpRoute) - Method in interface org.apache.http.client. BackoffManager
当我们决定使用连接的结果应该被解释为退避信号时调用。
backOff(HttpRoute) - Method in class org.apache.http.impl.client. AIMDBackoffManager
 
BackoffManager - Interface in org.apache.http.client
表示一个控制器,根据使用连接的反馈动态调整可用连接池的大小。
BackoffStrategyExec - Class in org.apache.http.impl.execchain
 
BackoffStrategyExec(ClientExecChain, ConnectionBackoffStrategy, BackoffManager) - Constructor for class org.apache.http.impl.execchain. BackoffStrategyExec
 
BASIC - Static variable in class org.apache.http.client.config. AuthSchemes
RFC 2617中定义的基本认证方案(被认为本质上是不安全的,但是得到最广泛的支持)。
BASIC - Static variable in class org.apache.http.client.params. AuthPolicy
已过时。
RFC2617定义的基本认证方案(被认为是固有的不安全,但是得到最广泛的支持)
BasicAuthCache - Class in org.apache.http.impl.client
默认执行AuthCache
BasicAuthCache(SchemePortResolver) - Constructor for class org.apache.http.impl.client. BasicAuthCache
默认构造函数。
BasicAuthCache() - Constructor for class org.apache.http.impl.client. BasicAuthCache
 
BasicClientConnectionManager - Class in org.apache.http.impl.conn
已过时。
BasicClientConnectionManager(SchemeRegistry) - Constructor for class org.apache.http.impl.conn. BasicClientConnectionManager
已过时。
创建一个新的简单连接管理器。
BasicClientConnectionManager() - Constructor for class org.apache.http.impl.conn. BasicClientConnectionManager
已过时。
 
BasicClientCookie - Class in org.apache.http.impl.cookie
默认执行SetCookie
BasicClientCookie(String, String) - Constructor for class org.apache.http.impl.cookie. BasicClientCookie
默认构造函数取名字和值。
BasicClientCookie2 - Class in org.apache.http.impl.cookie
默认执行SetCookie2
BasicClientCookie2(String, String) - Constructor for class org.apache.http.impl.cookie. BasicClientCookie2
默认构造函数取名字和值。
BasicCommentHandler - Class in org.apache.http.impl.cookie
 
BasicCommentHandler() - Constructor for class org.apache.http.impl.cookie. BasicCommentHandler
 
BasicCookieStore - Class in org.apache.http.impl.client
默认执行CookieStore
BasicCookieStore() - Constructor for class org.apache.http.impl.client. BasicCookieStore
 
BasicCredentialsProvider - Class in org.apache.http.impl.client
默认执行CredentialsProvider
BasicCredentialsProvider() - Constructor for class org.apache.http.impl.client. BasicCredentialsProvider
默认构造函数。
BasicDomainHandler - Class in org.apache.http.impl.cookie
 
BasicDomainHandler() - Constructor for class org.apache.http.impl.cookie. BasicDomainHandler
 
BasicEofSensorWatcher - Class in org.apache.http.conn
已过时。
(4.3)不要使用。
BasicEofSensorWatcher(ManagedClientConnection, boolean) - Constructor for class org.apache.http.conn. BasicEofSensorWatcher
已过时。
创建一个新的观察者来自动释放连接。
BasicExpiresHandler - Class in org.apache.http.impl.cookie
 
BasicExpiresHandler(String[]) - Constructor for class org.apache.http.impl.cookie. BasicExpiresHandler
 
BasicHttpClientConnectionManager - Class in org.apache.http.impl.conn
单个连接的连接管理器。
BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, SchemePortResolver, DnsResolver) - Constructor for class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager(HttpClientConnectionOperator, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>) - Constructor for class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>) - Constructor for class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>) - Constructor for class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager() - Constructor for class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
BasicManagedEntity - Class in org.apache.http.conn
已过时。
(4.3)不要使用。
BasicManagedEntity(HttpEntity, ManagedClientConnection, boolean) - Constructor for class org.apache.http.conn. BasicManagedEntity
已过时。
创建一个可以释放连接的新管理实体。
BasicMaxAgeHandler - Class in org.apache.http.impl.cookie
 
BasicMaxAgeHandler() - Constructor for class org.apache.http.impl.cookie. BasicMaxAgeHandler
 
BasicPathHandler - Class in org.apache.http.impl.cookie
 
BasicPathHandler() - Constructor for class org.apache.http.impl.cookie. BasicPathHandler
 
BasicPooledConnAdapter - Class in org.apache.http.impl.conn.tsccm
已过时。
(4.2)不要使用
BasicPooledConnAdapter(ThreadSafeClientConnManager, AbstractPoolEntry) - Constructor for class org.apache.http.impl.conn.tsccm. BasicPooledConnAdapter
已过时。
创建一个新的适配器。
BasicPoolEntry - Class in org.apache.http.impl.conn.tsccm
已过时。
(4.2)使用PoolEntry
BasicPoolEntry(ClientConnectionOperator, HttpRoute, ReferenceQueue<Object>) - Constructor for class org.apache.http.impl.conn.tsccm. BasicPoolEntry
已过时。
 
BasicPoolEntry(ClientConnectionOperator, HttpRoute) - Constructor for class org.apache.http.impl.conn.tsccm. BasicPoolEntry
已过时。
创建一个新的池条目。
BasicPoolEntry(ClientConnectionOperator, HttpRoute, long, TimeUnit) - Constructor for class org.apache.http.impl.conn.tsccm. BasicPoolEntry
已过时。
创建一个具有指定最大生命周期的新池条目。
BasicPoolEntryRef - Class in org.apache.http.impl.conn.tsccm
已过时。
(4.2)不要使用
BasicPoolEntryRef(BasicPoolEntry, ReferenceQueue<Object>) - Constructor for class org.apache.http.impl.conn.tsccm. BasicPoolEntryRef
已过时。
创建对池条目的新引用。
BasicResponseHandler - Class in org.apache.http.impl.client
A ResponseHandler返回响应正文作为成功(2xx)响应的字符串。
BasicResponseHandler() - Constructor for class org.apache.http.impl.client. BasicResponseHandler
 
BasicRouteDirector - Class in org.apache.http.conn.routing
基本HttpRouteDirector实现。
BasicRouteDirector() - Constructor for class org.apache.http.conn.routing. BasicRouteDirector
 
BasicScheme - Class in org.apache.http.impl.auth
RFC 2617定义的基本认证方案。
BasicScheme(Charset) - Constructor for class org.apache.http.impl.auth. BasicScheme
 
BasicScheme(ChallengeState) - Constructor for class org.apache.http.impl.auth. BasicScheme
已过时。
(4.3)不要使用。
BasicScheme() - Constructor for class org.apache.http.impl.auth. BasicScheme
 
BasicSchemeFactory - Class in org.apache.http.impl.auth
AuthSchemeProvider实现创建和初始化BasicScheme实例。
BasicSchemeFactory(Charset) - Constructor for class org.apache.http.impl.auth. BasicSchemeFactory
 
BasicSchemeFactory() - Constructor for class org.apache.http.impl.auth. BasicSchemeFactory
 
BasicSecureHandler - Class in org.apache.http.impl.cookie
 
BasicSecureHandler() - Constructor for class org.apache.http.impl.cookie. BasicSecureHandler
 
BasicUserPrincipal - Class in org.apache.http.auth
用于HTTP认证的基本用户主体
BasicUserPrincipal(String) - Constructor for class org.apache.http.auth. BasicUserPrincipal
 
BEST_MATCH - Static variable in class org.apache.http.client.config. CookieSpecs
已过时。
(4.4)使用{link #DEFAULT}。
BEST_MATCH - Static variable in class org.apache.http.client.params. CookiePolicy
已过时。
默认的“最匹配”策略。
BestMatchSpec - Class in org.apache.http.impl.cookie
已过时。
(4.4)使用DefaultCookieSpec
BestMatchSpec(String[], boolean) - Constructor for class org.apache.http.impl.cookie. BestMatchSpec
已过时。
 
BestMatchSpec() - Constructor for class org.apache.http.impl.cookie. BestMatchSpec
已过时。
 
BestMatchSpecFactory - Class in org.apache.http.impl.cookie
已过时。
(4.4)使用DefaultCookieSpecProvider
BestMatchSpecFactory(String[], boolean) - Constructor for class org.apache.http.impl.cookie. BestMatchSpecFactory
已过时。
 
BestMatchSpecFactory() - Constructor for class org.apache.http.impl.cookie. BestMatchSpecFactory
已过时。
 
bind(Socket) - Method in interface org.apache.http.conn. ManagedHttpClientConnection
将此连接绑定到给定的套接字。
bind(Socket) - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
bind(Socket) - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
bind(Socket) - Method in class org.apache.http.impl.conn. DefaultManagedHttpClientConnection
 
BROWSER_COMPATIBILITY - Static variable in class org.apache.http.client.config. CookieSpecs
已过时。
(4.4)使用{link #DEFAULT}。
BROWSER_COMPATIBILITY - Static variable in class org.apache.http.client.params. CookiePolicy
已过时。
这种政策提供了高度的兼容性与流行HTTP代理的普通cookie管理。
BROWSER_COMPATIBLE_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl. SSLConnectionSocketFactory
已过时。
BROWSER_COMPATIBLE_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
BrowserCompatHostnameVerifier - Class in org.apache.http.conn.ssl
已过时。
(4.4)使用DefaultHostnameVerifier
BrowserCompatHostnameVerifier() - Constructor for class org.apache.http.conn.ssl. BrowserCompatHostnameVerifier
已过时。
 
BrowserCompatSpec - Class in org.apache.http.impl.cookie
已过时。
(4.4)使用DefaultCookieSpec
BrowserCompatSpec(String[], BrowserCompatSpecFactory.SecurityLevel) - Constructor for class org.apache.http.impl.cookie. BrowserCompatSpec
已过时。
默认构造函数
BrowserCompatSpec(String[]) - Constructor for class org.apache.http.impl.cookie. BrowserCompatSpec
已过时。
默认构造函数
BrowserCompatSpec() - Constructor for class org.apache.http.impl.cookie. BrowserCompatSpec
已过时。
默认构造函数
BrowserCompatSpecFactory - Class in org.apache.http.impl.cookie
已过时。
(4.4)使用DefaultCookieSpecProvider
BrowserCompatSpecFactory(String[], BrowserCompatSpecFactory.SecurityLevel) - Constructor for class org.apache.http.impl.cookie. BrowserCompatSpecFactory
已过时。
 
BrowserCompatSpecFactory(String[]) - Constructor for class org.apache.http.impl.cookie. BrowserCompatSpecFactory
已过时。
 
BrowserCompatSpecFactory() - Constructor for class org.apache.http.impl.cookie. BrowserCompatSpecFactory
已过时。
 
BrowserCompatSpecFactory.SecurityLevel - Enum in org.apache.http.impl.cookie
已过时。
 
BrowserCompatVersionAttributeHandler - Class in org.apache.http.impl.cookie
已过时。
(4.4)不再使用。
BrowserCompatVersionAttributeHandler() - Constructor for class org.apache.http.impl.cookie. BrowserCompatVersionAttributeHandler
已过时。
 
build() - Method in class org.apache.http.client.config. RequestConfig.Builder
 
build() - Method in class org.apache.http.client.entity. EntityBuilder
根据当前状态创建HttpEntity的新实例。
build() - Method in class org.apache.http.client.methods. RequestBuilder
 
build() - Method in class org.apache.http.client.utils. URIBuilder
构建一个URI实例。
build() - Method in class org.apache.http.conn.ssl. SSLContextBuilder
已过时。
 
build() - Method in class org.apache.http.impl.client. HttpClientBuilder
 

C

cancel(boolean) - Method in class org.apache.http.impl.client. HttpRequestFutureTask
 
ChallengeState - Enum in org.apache.http.auth
挑战模式(TARGET或PROXY)
challengeState - Variable in class org.apache.http.impl.auth. AuthSchemeBase
 
checkAbort() - Method in class org.apache.http.conn. EofSensorInputStream
检测流中止并通知观察者。
checkClose() - Method in class org.apache.http.conn. EofSensorInputStream
检测流关闭并通知观察者。
checkEOF(int) - Method in class org.apache.http.conn. EofSensorInputStream
检测EOF并通知观察者。
chooseAlias(Map<String, PrivateKeyDetails>, Socket) - Method in interface org.apache.http.conn.ssl. PrivateKeyStrategy
已过时。
确定用于SSL身份验证的重要资料。
chooseProxy(List<Proxy>, HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn. ProxySelectorRoutePlanner
已过时。
从可用代理列表中选择一个代理。
chunked() - Method in class org.apache.http.client.entity. EntityBuilder
使实体块编码。
CircularRedirectException - Exception in org.apache.http.client
发出循环重定向
CircularRedirectException() - Constructor for exception org.apache.http.client. CircularRedirectException
创建一个新的CircularRedirectException与一个 null详细消息。
CircularRedirectException(String) - Constructor for exception org.apache.http.client. CircularRedirectException
用指定的详细信息创建一个新的CircularRedirectException。
CircularRedirectException(String, Throwable) - Constructor for exception org.apache.http.client. CircularRedirectException
创建一个新的CircularRedirectException与指定的详细信息和原因。
clear() - Method in interface org.apache.http.client. AuthCache
 
clear() - Method in interface org.apache.http.client. CookieStore
清除所有饼干。
clear() - Method in interface org.apache.http.client. CredentialsProvider
清除所有凭据。
clear() - Method in class org.apache.http.impl.client. BasicAuthCache
 
clear() - Method in class org.apache.http.impl.client. BasicCookieStore
清除所有饼干。
clear() - Method in class org.apache.http.impl.client. BasicCredentialsProvider
 
clear() - Method in class org.apache.http.impl.client. SystemDefaultCredentialsProvider
 
clearExpired(Date) - Method in interface org.apache.http.client. CookieStore
删除所有的Cookie S IN该商店销售的由指定的到期Date
clearExpired(Date) - Method in class org.apache.http.impl.client. BasicCookieStore
删除所有cookies在这个HTTP状态,已经过期了date
clearParameters() - Method in class org.apache.http.client.utils. URIBuilder
清除URI查询参数。
clearRequestInterceptors() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
clearResponseInterceptors() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
clearThreadLocal() - Static method in class org.apache.http.client.utils. DateUtils
清除包含DateFormat缓存的线程局部变量。
ClientConnectionManager - Interface in org.apache.http.conn
已过时。
(4.3)替换为HttpClientConnectionManager
ClientConnectionManagerFactory - Interface in org.apache.http.conn
已过时。
(4.3)替换为HttpClientConnectionManager
ClientConnectionOperator - Interface in org.apache.http.conn
已过时。
(4.3)替换为HttpClientConnectionManager
ClientConnectionRequest - Interface in org.apache.http.conn
已过时。
(4.3)替换为ConnectionRequest
ClientContext - Interface in org.apache.http.client.protocol
已过时。
(4.3)使用HttpClientContext
ClientContextConfigurer - Class in org.apache.http.client.protocol
已过时。
(4.3)使用HttpClientContext
ClientContextConfigurer(HttpContext) - Constructor for class org.apache.http.client.protocol. ClientContextConfigurer
已过时。
 
ClientCookie - Interface in org.apache.http.cookie
ClientCookie扩展了标准的Cookie接口,具有额外的客户端特定功能,能够完全按原始服务器指定的方式检索原始cookie属性。
ClientExecChain - Interface in org.apache.http.impl.execchain
此接口表示HTTP请求执行链中的一个元素。
ClientParamBean - Class in org.apache.http.client.params
已过时。
(4.3)使用RequestConfig
ClientParamBean(HttpParams) - Constructor for class org.apache.http.client.params. ClientParamBean
已过时。
 
clientParams - Variable in class org.apache.http.impl.client. ClientParamsStack
已过时。
客户端参数集合,或 null
ClientParamsStack - Class in org.apache.http.impl.client
已过时。
(4.3)使用配置类“org.apache.http.config”和“org.apache.http.client.config”
ClientParamsStack(HttpParams, HttpParams, HttpParams, HttpParams) - Constructor for class org.apache.http.impl.client. ClientParamsStack
已过时。
从元素创建一个新的参数堆栈。
ClientParamsStack(ClientParamsStack) - Constructor for class org.apache.http.impl.client. ClientParamsStack
已过时。
创建参数堆栈的副本。
ClientParamsStack(ClientParamsStack, HttpParams, HttpParams, HttpParams, HttpParams) - Constructor for class org.apache.http.impl.client. ClientParamsStack
已过时。
创建参数堆栈的修改副本。
ClientPNames - Interface in org.apache.http.client.params
已过时。
(4.3)使用RequestConfig
ClientProtocolException - Exception in org.apache.http.client
发出HTTP协议中的错误信号。
ClientProtocolException() - Constructor for exception org.apache.http.client. ClientProtocolException
 
ClientProtocolException(String) - Constructor for exception org.apache.http.client. ClientProtocolException
 
ClientProtocolException(Throwable) - Constructor for exception org.apache.http.client. ClientProtocolException
 
ClientProtocolException(String, Throwable) - Constructor for exception org.apache.http.client. ClientProtocolException
 
clone() - Method in class org.apache.http.client.config. RequestConfig
 
clone() - Method in class org.apache.http.client.methods. AbstractExecutionAwareRequest
 
clone() - Method in class org.apache.http.client.methods. HttpEntityEnclosingRequestBase
 
clone(Object) - Static method in class org.apache.http.client.utils. CloneUtils
 
clone() - Method in class org.apache.http.conn.routing. HttpRoute
 
clone() - Method in class org.apache.http.conn.routing. RouteTracker
 
clone() - Method in class org.apache.http.impl.cookie. BasicClientCookie
 
clone() - Method in class org.apache.http.impl.cookie. BasicClientCookie2
 
cloneObject(T) - Static method in class org.apache.http.client.utils. CloneUtils
 
CloneUtils - Class in org.apache.http.client.utils
用于解决Java克隆框架限制的实用程序集合。
close() - Method in class org.apache.http.client.entity. DeflateInputStream
关。
close() - Method in class org.apache.http.conn. EofSensorInputStream
 
close() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
close() - Method in class org.apache.http.impl.client. FutureRequestExecutionService
 
close() - Method in class org.apache.http.impl.conn. AbstractPooledConnAdapter
已过时。
 
close() - Method in class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
close() - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
close() - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
close() - Method in class org.apache.http.impl.conn. SingleClientConnManager.PoolEntry
已过时。
关闭此池条目中的连接。
CloseableHttpClient - Class in org.apache.http.impl.client
HttpClient基本实现也实现了Closeable
CloseableHttpClient() - Constructor for class org.apache.http.impl.client. CloseableHttpClient
 
CloseableHttpResponse - Interface in org.apache.http.client.methods
扩展版本的HttpResponse接口也扩展了Closeable
closeConnection(OperatedClientConnection) - Method in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
关闭此池的连接。
closeExpiredConnections() - Method in interface org.apache.http.conn. ClientConnectionManager
已过时。
关闭池中的所有过期连接。
closeExpiredConnections() - Method in interface org.apache.http.conn. HttpClientConnectionManager
关闭池中的所有过期连接。
closeExpiredConnections() - Method in class org.apache.http.impl.conn. BasicClientConnectionManager
已过时。
 
closeExpiredConnections() - Method in class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
closeExpiredConnections() - Method in class org.apache.http.impl.conn. IdleConnectionHandler
已过时。
 
closeExpiredConnections() - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
closeExpiredConnections() - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
closeExpiredConnections() - Method in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
 
closeExpiredConnections() - Method in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
 
closeExpiredConnections() - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
 
closeExpiredConnections() - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
 
closeIdleConnections(long, TimeUnit) - Method in interface org.apache.http.conn. ClientConnectionManager
已过时。
关闭池中的空闲连接。
closeIdleConnections(long, TimeUnit) - Method in interface org.apache.http.conn. HttpClientConnectionManager
关闭池中的空闲连接。
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn. BasicClientConnectionManager
已过时。
 
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
closeIdleConnections(long) - Method in class org.apache.http.impl.conn. IdleConnectionHandler
已过时。
关闭至少在给定时间内空闲的连接。
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
 
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
关闭空闲连接。
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
关闭空闲连接。
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
 
closeQuietly(HttpResponse) - Static method in class org.apache.http.client.utils. HttpClientUtils
无条件接近回应。
closeQuietly(CloseableHttpResponse) - Static method in class org.apache.http.client.utils. HttpClientUtils
无条件接近回应。
closeQuietly(HttpClient) - Static method in class org.apache.http.client.utils. HttpClientUtils
无条件关闭httpClient。
COMMENT_ATTR - Static variable in interface org.apache.http.cookie. ClientCookie
 
COMMENTURL_ATTR - Static variable in interface org.apache.http.cookie. ClientCookie
 
CommonCookieAttributeHandler - Interface in org.apache.http.cookie
扩展CookieAttributeHandler旨在处理一个特定的公用属性,其名称返回CommonCookieAttributeHandler.getAttributeName()方法。
compare(Cookie, Cookie) - Method in class org.apache.http.cookie. CookieIdentityComparator
 
compare(Cookie, Cookie) - Method in class org.apache.http.cookie. CookiePathComparator
 
compare(Cookie, Cookie) - Method in class org.apache.http.cookie. CookiePriorityComparator
 
COMPLETE - Static variable in interface org.apache.http.conn.routing. HttpRouteDirector
表示路由完成。
completed() - Method in class org.apache.http.client.methods. AbstractExecutionAwareRequest
 
Configurable - Interface in org.apache.http.client.methods
HTTP请求的配置界面。
CONN_MANAGER_TIMEOUT - Static variable in interface org.apache.http.client.params. ClientPNames
已过时。
定义从ClientConnectionManager检索ManagedClientConnection实例时使用的超时(以毫秒为单位)。
ConnConnectionParamBean - Class in org.apache.http.conn.params
已过时。
(4.1)使用自定义DefaultHttpResponseParser实现。
ConnConnectionParamBean(HttpParams) - Constructor for class org.apache.http.conn.params. ConnConnectionParamBean
已过时。
 
ConnConnectionPNames - Interface in org.apache.http.conn.params
已过时。
(4.1)使用自定义DefaultHttpResponseParser实现。
connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in interface org.apache.http.conn. HttpClientConnectionManager
在直接路由的情况下将底层连接套接字连接到连接目标,或者通过代理(或多个代理)路由时将第一个代理跳转到第一个代理跳转。
connect(ManagedHttpClientConnection, HttpHost, InetSocketAddress, int, SocketConfig, HttpContext) - Method in interface org.apache.http.conn. HttpClientConnectionOperator
 
connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
connect(ManagedHttpClientConnection, HttpHost, InetSocketAddress, int, SocketConfig, HttpContext) - Method in class org.apache.http.impl.conn. DefaultHttpClientConnectionOperator
 
connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
CONNECT_PROXY - Static variable in interface org.apache.http.conn.routing. HttpRouteDirector
步骤:打开连接到代理。
CONNECT_TARGET - Static variable in interface org.apache.http.conn.routing. HttpRouteDirector
步骤:打开连接到目标。
connection - Variable in class org.apache.http.impl.conn. AbstractPoolEntry
已过时。
正在汇集或使用的底层连接。
CONNECTION_MANAGER_FACTORY_CLASS_NAME - Static variable in interface org.apache.http.client.params. ClientPNames
已过时。
 
ConnectionBackoffStrategy - Interface in org.apache.http.client
当管理对于给定的连接路由的动态数,这种策略评估给定的请求执行结果是否应当导致退避信号与否,基于任一检查 Throwable了会导致或通过检查所得到的响应(例如
connectionExpiresTime - Variable in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
上一次发布的连接的时间到期,不应重复使用。
ConnectionKeepAliveStrategy - Interface in org.apache.http.conn
用于确定连接在重新使用之前可以保持空闲状态的接口。
connectionPool - Variable in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
 
ConnectionPoolTimeoutException - Exception in org.apache.http.conn
在连接管理器等待可用连接时出现超时。
ConnectionPoolTimeoutException() - Constructor for exception org.apache.http.conn. ConnectionPoolTimeoutException
创建一个具有 null详细消息的ConnectTimeoutException。
ConnectionPoolTimeoutException(String) - Constructor for exception org.apache.http.conn. ConnectionPoolTimeoutException
使用指定的详细消息创建一个ConnectTimeoutException。
ConnectionReleaseTrigger - Interface in org.apache.http.conn
用于释放连接的接口。
ConnectionRequest - Interface in org.apache.http.conn
代表一个HttpClientConnection的请求,其生命周期由连接管理器管理。
ConnectionShutdownException - Exception in org.apache.http.impl.conn
指示连接已关闭或释放回连接池
ConnectionShutdownException() - Constructor for exception org.apache.http.impl.conn. ConnectionShutdownException
创建一个新的ConnectionShutdownException与 null详细消息。
ConnectionSocketFactory - Interface in org.apache.http.conn.socket
用于创建和连接连接插座的工厂。
connectProxy(HttpHost, boolean) - Method in class org.apache.http.conn.routing. RouteTracker
跟踪连接到第一个代理。
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class org.apache.http.conn. MultihomePlainSocketFactory
已过时。
尝试将插座连接到任何的InetAddress ES给定主机名解析为。
connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) - Method in class org.apache.http.conn.scheme. PlainSocketFactory
已过时。
 
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class org.apache.http.conn.scheme. PlainSocketFactory
connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) - Method in interface org.apache.http.conn.scheme. SchemeSocketFactory
已过时。
使用给定的远程地址将套接字连接到目标主机。
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in interface org.apache.http.conn.scheme. SocketFactory
已过时。
将套接字连接到给定的主机。
connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in interface org.apache.http.conn.socket. ConnectionSocketFactory
使用给定的解析远程地址将套接字连接到目标主机。
connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.http.conn.socket. PlainConnectionSocketFactory
 
connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.http.conn.ssl. SSLConnectionSocketFactory
 
connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) - Method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
connectTarget(boolean) - Method in class org.apache.http.conn.routing. RouteTracker
连接到目标的轨道。
ConnectTimeoutException - Exception in org.apache.http.conn
连接到HTTP服务器或等待HttpConnectionManager的可用连接超时。
ConnectTimeoutException() - Constructor for exception org.apache.http.conn. ConnectTimeoutException
创建一个具有 null详细消息的ConnectTimeoutException。
ConnectTimeoutException(String) - Constructor for exception org.apache.http.conn. ConnectTimeoutException
使用指定的详细消息创建一个ConnectTimeoutException。
ConnectTimeoutException(IOException, HttpHost, InetAddress...) - Constructor for exception org.apache.http.conn. ConnectTimeoutException
基于原始IOException创建一个ConnectTimeoutException。
connManager - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
连接管理器。
ConnManagerParamBean - Class in org.apache.http.conn.params
已过时。
(4.1)使用具体连接管理器实现的配置方法。
ConnManagerParamBean(HttpParams) - Constructor for class org.apache.http.conn.params. ConnManagerParamBean
已过时。
 
ConnManagerParams - Class in org.apache.http.conn.params
已过时。
(4.1)使用具体连接管理器实现的配置方法。
ConnManagerParams() - Constructor for class org.apache.http.conn.params. ConnManagerParams
已过时。
 
ConnManagerPNames - Interface in org.apache.http.conn.params
已过时。
(4.1)使用具体连接管理器实现的配置方法。
connOperator - Variable in class org.apache.http.impl.conn. AbstractPoolEntry
已过时。
连接运算符。
connOperator - Variable in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
用于打开和更新连接的操作员。
connOperator - Variable in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
用于打开和更新连接的操作员。
ConnPerRoute - Interface in org.apache.http.conn.params
已过时。
(4.3)不再使用。
connPerRoute - Variable in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
每个路由查找连接
connPerRoute - Variable in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
每路线连接
connPerRoute - Variable in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
 
ConnPerRouteBean - Class in org.apache.http.conn.params
已过时。
(4.2)使用ConnPoolControl
ConnPerRouteBean(int) - Constructor for class org.apache.http.conn.params. ConnPerRouteBean
已过时。
 
ConnPerRouteBean() - Constructor for class org.apache.http.conn.params. ConnPerRouteBean
已过时。
 
ConnPoolByRoute - Class in org.apache.http.impl.conn.tsccm
已过时。
(4.2)使用AbstractConnPool
ConnPoolByRoute(ClientConnectionOperator, ConnPerRoute, int) - Constructor for class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
创建一个新的连接池,由路由管理。
ConnPoolByRoute(ClientConnectionOperator, ConnPerRoute, int, long, TimeUnit) - Constructor for class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
 
ConnPoolByRoute(ClientConnectionOperator, HttpParams) - Constructor for class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
ConnRouteParamBean - Class in org.apache.http.conn.params
已过时。
(4.3)使用RequestConfig
ConnRouteParamBean(HttpParams) - Constructor for class org.apache.http.conn.params. ConnRouteParamBean
已过时。
 
ConnRouteParams - Class in org.apache.http.conn.params
已过时。
(4.3)使用RequestConfig
ConnRoutePNames - Interface in org.apache.http.conn.params
已过时。
(4.3)使用RequestConfig
consumeContent() - Method in class org.apache.http.conn. BasicManagedEntity
已过时。
contains(URI) - Method in class org.apache.http.impl.client. RedirectLocations
测试集合中是否存在URI。
contains(Object) - Method in class org.apache.http.impl.client. RedirectLocations
如果此集合包含指定的元素,则返回 true
containsAttribute(String) - Method in interface org.apache.http.cookie. ClientCookie
 
containsAttribute(String) - Method in class org.apache.http.impl.cookie. BasicClientCookie
 
CONTENT_TYPE - Static variable in class org.apache.http.client.utils. URLEncodedUtils
默认的HTML表单内容类型。
ContentEncodingHttpClient - Class in org.apache.http.impl.client
已过时。
(4.2)使用HttpClientBuilder
ContentEncodingHttpClient(ClientConnectionManager, HttpParams) - Constructor for class org.apache.http.impl.client. ContentEncodingHttpClient
已过时。
从参数和连接管理器创建一个新的HTTP客户端。
ContentEncodingHttpClient(HttpParams) - Constructor for class org.apache.http.impl.client. ContentEncodingHttpClient
已过时。
 
ContentEncodingHttpClient() - Constructor for class org.apache.http.impl.client. ContentEncodingHttpClient
已过时。
 
ContextAwareAuthScheme - Interface in org.apache.http.auth
该接口表示扩展认证方案,需要访问HttpContext才能生成授权字符串。
Cookie - Interface in org.apache.http.cookie
Cookie接口表示HTTP代理和目标服务器可以交换以维护会话的令牌或短数据包状态信息(也称为“魔术cookie”)。
COOKIE - Static variable in interface org.apache.http.cookie. SM
 
COOKIE2 - Static variable in interface org.apache.http.cookie. SM
 
COOKIE_ORIGIN - Static variable in interface org.apache.http.client.protocol. ClientContext
已过时。
CookieOrigin对象的属性名称,表示原始服务器的实际详细信息。
COOKIE_ORIGIN - Static variable in class org.apache.http.client.protocol. HttpClientContext
CookieOrigin对象的属性名称,表示原始服务器的实际详细信息。
COOKIE_POLICY - Static variable in interface org.apache.http.client.params. ClientPNames
已过时。
定义用于HTTP状态管理的cookie规范的名称。
COOKIE_SPEC - Static variable in interface org.apache.http.client.protocol. ClientContext
已过时。
CookieSpec对象的属性名称,表示实际的Cookie规范。
COOKIE_SPEC - Static variable in class org.apache.http.client.protocol. HttpClientContext
CookieSpec对象的属性名称,表示实际的cookie规范。
COOKIE_STORE - Static variable in interface org.apache.http.client.protocol. ClientContext
已过时。
代表实际Cookie存储的CookieStore对象的属性名称。
COOKIE_STORE - Static variable in class org.apache.http.client.protocol. HttpClientContext
代表实际Cookie存储的CookieStore对象的属性名称。
CookieAttributeHandler - Interface in org.apache.http.cookie
此接口表示负责解析,验证和匹配特定Cookie属性(如路径,域,端口等)的cookie属性处理程序。
CookieIdentityComparator - Class in org.apache.http.cookie
此Cookie比较器可用于比较Cookie的身份。
CookieIdentityComparator() - Constructor for class org.apache.http.cookie. CookieIdentityComparator
 
CookieOrigin - Class in org.apache.http.cookie
CookieOrigin类封装了解析,验证或匹配HTTP Cookie时相关的源服务器的详细信息。
CookieOrigin(String, int, String, boolean) - Constructor for class org.apache.http.cookie. CookieOrigin
 
CookiePathComparator - Class in org.apache.http.cookie
此cookie比较器确保满足一般标准的多个Cookie将在 Cookie标题中排序,以便具有更具体路径属性的那些具有较不具体的特征。
CookiePathComparator() - Constructor for class org.apache.http.cookie. CookiePathComparator
 
CookiePolicy - Class in org.apache.http.client.params
已过时。
(4.3)使用CookieSpecs
CookiePriorityComparator - Class in org.apache.http.cookie
该cookie比较器确保具有较长路径的Cookie优先于具有较短路径的Cookie。
CookiePriorityComparator() - Constructor for class org.apache.http.cookie. CookiePriorityComparator
 
CookieRestrictionViolationException - Exception in org.apache.http.cookie
表示Cookie违反了Cookie规范所规定的限制。
CookieRestrictionViolationException() - Constructor for exception org.apache.http.cookie. CookieRestrictionViolationException
创建一个新的CookeFormatViolationException与 null详细消息。
CookieRestrictionViolationException(String) - Constructor for exception org.apache.http.cookie. CookieRestrictionViolationException
用指定的消息字符串创建一个新的CookeRestrictionViolationException。
CookieSpec - Interface in org.apache.http.cookie
定义cookie管理规范。
COOKIESPEC_REGISTRY - Static variable in interface org.apache.http.client.protocol. ClientContext
已过时。
一个Lookup对象的属性名称,代表实际的CookieSpecRegistry注册表。
COOKIESPEC_REGISTRY - Static variable in class org.apache.http.client.protocol. HttpClientContext
Lookup对象的属性名称,表示实际的CookieSpecProvider注册表。
CookieSpecBase - Class in org.apache.http.impl.cookie
Cookie管理功能由所有规范共享。
CookieSpecBase() - Constructor for class org.apache.http.impl.cookie. CookieSpecBase
 
CookieSpecBase(HashMap<String, CookieAttributeHandler>) - Constructor for class org.apache.http.impl.cookie. CookieSpecBase
 
CookieSpecBase(CommonCookieAttributeHandler...) - Constructor for class org.apache.http.impl.cookie. CookieSpecBase
 
CookieSpecFactory - Interface in org.apache.http.cookie
已过时。
(4.3)使用CookieSpecProvider
CookieSpecParamBean - Class in org.apache.http.cookie.params
已过时。
(4.3)使用构造函数参数CookieSpecProvider s。
CookieSpecParamBean(HttpParams) - Constructor for class org.apache.http.cookie.params. CookieSpecParamBean
已过时。
 
CookieSpecPNames - Interface in org.apache.http.cookie.params
已过时。
(4.3)使用CookieSpecProvider的构造函数。
CookieSpecProvider - Interface in org.apache.http.cookie
工厂为CookieSpec实现。
CookieSpecRegistries - Class in org.apache.http.impl.client
 
CookieSpecRegistry - Class in org.apache.http.cookie
已过时。
(4.3)使用Registry
CookieSpecRegistry() - Constructor for class org.apache.http.cookie. CookieSpecRegistry
已过时。
 
CookieSpecs - Class in org.apache.http.client.config
HttpClient支持的标准Cookie规范。
CookieStore - Interface in org.apache.http.client
此接口代表Cookie对象的抽象存储。
copy(RequestConfig) - Static method in class org.apache.http.client.config. RequestConfig
 
copy(HttpRequest) - Static method in class org.apache.http.client.methods. RequestBuilder
 
copy() - Method in class org.apache.http.impl.client. ClientParamsStack
已过时。
复制参数。
countDots(String) - Static method in class org.apache.http.conn.ssl. AbstractVerifier
已过时。
计算点数“”。 在一个字符串。
create(HttpContext) - Method in interface org.apache.http.auth. AuthSchemeProvider
创建一个AuthScheme的实例。
create() - Static method in class org.apache.http.client.entity. EntityBuilder
 
create(InputStream) - Method in interface org.apache.http.client.entity. InputStreamFactory
 
create(String) - Static method in class org.apache.http.client.methods. RequestBuilder
 
create() - Static method in class org.apache.http.client.protocol. HttpClientContext
 
create(T, ConnectionConfig) - Method in interface org.apache.http.conn. HttpConnectionFactory
 
create(HttpContext) - Method in interface org.apache.http.cookie. CookieSpecProvider
创建一个CookieSpec的实例。
create(HttpContext) - Method in class org.apache.http.impl.auth. BasicSchemeFactory
 
create(HttpContext) - Method in class org.apache.http.impl.auth. DigestSchemeFactory
 
create(HttpContext) - Method in class org.apache.http.impl.auth. KerberosSchemeFactory
 
create(HttpContext) - Method in class org.apache.http.impl.auth. NTLMSchemeFactory
 
create(HttpContext) - Method in class org.apache.http.impl.auth. SPNegoSchemeFactory
 
create() - Static method in class org.apache.http.impl.client. HttpClientBuilder
 
create(SessionInputBuffer, MessageConstraints) - Method in class org.apache.http.impl.conn. DefaultHttpResponseParserFactory
 
create(HttpRoute, ConnectionConfig) - Method in class org.apache.http.impl.conn. ManagedHttpClientConnectionFactory
 
create(HttpContext) - Method in class org.apache.http.impl.cookie. BestMatchSpecFactory
已过时。
 
create(HttpContext) - Method in class org.apache.http.impl.cookie. BrowserCompatSpecFactory
已过时。
 
create(HttpContext) - Method in class org.apache.http.impl.cookie. DefaultCookieSpecProvider
 
create(HttpContext) - Method in class org.apache.http.impl.cookie. IgnoreSpecFactory
已过时。
 
create(HttpContext) - Method in class org.apache.http.impl.cookie. IgnoreSpecProvider
 
create(HttpContext) - Method in class org.apache.http.impl.cookie. NetscapeDraftSpecFactory
已过时。
 
create(HttpContext) - Method in class org.apache.http.impl.cookie. NetscapeDraftSpecProvider
 
create(HttpContext) - Method in class org.apache.http.impl.cookie. RFC2109SpecFactory
已过时。
 
create(HttpContext) - Method in class org.apache.http.impl.cookie. RFC2109SpecProvider
 
create(HttpContext) - Method in class org.apache.http.impl.cookie. RFC2965SpecFactory
已过时。
 
create(HttpContext) - Method in class org.apache.http.impl.cookie. RFC2965SpecProvider
 
create(HttpContext) - Method in class org.apache.http.impl.cookie. RFC6265CookieSpecProvider
 
createAuthSchemeRegistry() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createClientConnectionManager() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createClientConnectionManager() - Method in class org.apache.http.impl.client. SystemDefaultHttpClient
已过时。
 
createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
(4.1)不要使用
createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
(4.2)不要使用
createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler, HttpParams) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createCnonce() - Static method in class org.apache.http.impl.auth. DigestScheme
根据当前时间创建随机cnonce值。
createConnection() - Method in interface org.apache.http.conn. ClientConnectionOperator
已过时。
创建一个可以操作的新连接。
createConnection() - Method in class org.apache.http.impl.conn. DefaultClientConnectionOperator
已过时。
 
createConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createConnectionOperator(SchemeRegistry) - Method in class org.apache.http.impl.conn. BasicClientConnectionManager
已过时。
 
createConnectionOperator(SchemeRegistry) - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
钩子用于创建连接运算符。
createConnectionOperator(SchemeRegistry) - Method in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
钩子用于创建连接运算符。
createConnectionOperator(SchemeRegistry) - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
钩子用于创建连接运算符。
createConnectionPool(HttpParams) - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
(4.1)使用#createConnectionPool(long,TimeUnit))
createConnectionPool(long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
挂钩创建连接池。
createConnectionReuseStrategy() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createConnectionReuseStrategy() - Method in class org.apache.http.impl.client. SystemDefaultHttpClient
已过时。
 
createConnectRequest(HttpRoute, HttpContext) - Method in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
创建CONNECT隧道请求。
createCookieSpecRegistry() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createCookieStore() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createCredentialsProvider() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createDefault() - Static method in class org.apache.http.conn.ssl. SSLContexts
已过时。
根据标准的JSSE信任资料(安全属性目录中的 cacerts文件)创建默认工厂。
createDefault() - Static method in class org.apache.http.impl.client. CookieSpecRegistries
使用默认的公共后缀匹配器创建默认注册表。
createDefault(PublicSuffixMatcher) - Static method in class org.apache.http.impl.client. CookieSpecRegistries
使用提供的公共后缀匹配器创建默认注册表
createDefault() - Static method in class org.apache.http.impl.client. HttpClients
创建具有默认配置的CloseableHttpClient实例。
createDefault() - Static method in class org.apache.http.impl.conn. SchemeRegistryFactory
已过时。
根据JSSE默认值初始化默认方案注册表。
createDefaultBuilder(PublicSuffixMatcher) - Static method in class org.apache.http.impl.client. CookieSpecRegistries
使用提供的公共后缀匹配器创建包含默认注册表项的构建器。
createDefaultBuilder() - Static method in class org.apache.http.impl.client. CookieSpecRegistries
创建一个包含缺省的公共后缀匹配器的默认注册表项的构建器。
createdEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
表示创建此池的条目。
createEntry(RouteSpecificPool, ClientConnectionOperator) - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
创建一个新的池条目。
createFreeConnQueue() - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
创建队列 freeConnections
createHttpContext() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createHttpParams() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createHttpParams() - Method in class org.apache.http.impl.client. DefaultHttpClient
已过时。
通过调用 DefaultHttpClient.setDefaultHttpParams(HttpParams)创建HttpParams的默认集
createHttpProcessor() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createHttpProcessor() - Method in class org.apache.http.impl.client. ContentEncodingHttpClient
已过时。
createHttpProcessor() - Method in class org.apache.http.impl.client. DefaultHttpClient
已过时。
createHttpRequestRetryHandler() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createHttpRoutePlanner() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createHttpRoutePlanner() - Method in class org.apache.http.impl.client. SystemDefaultHttpClient
已过时。
 
createLayeredSocket(Socket, String, int, boolean) - Method in interface org.apache.http.conn.scheme. LayeredSchemeSocketFactory
已过时。
返回一个与现有套接字分层的给定主机连接的套接字。
createLayeredSocket(Socket, String, int, HttpParams) - Method in interface org.apache.http.conn.scheme. SchemeLayeredSocketFactory
已过时。
返回一个与现有套接字分层的给定主机连接的套接字。
createLayeredSocket(Socket, String, int, HttpContext) - Method in interface org.apache.http.conn.socket. LayeredConnectionSocketFactory
返回一个与现有套接字分层的给定主机连接的套接字。
createLayeredSocket(Socket, String, int, HttpContext) - Method in class org.apache.http.conn.ssl. SSLConnectionSocketFactory
 
createLayeredSocket(Socket, String, int, HttpParams) - Method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
createLayeredSocket(Socket, String, int, boolean) - Method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
createLayeredSocket(Socket, String, int, HttpContext) - Method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
createLocationURI(String) - Method in class org.apache.http.impl.client. DefaultRedirectStrategy
 
createMainExec(HttpRequestExecutor, HttpClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpProcessor, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler) - Method in class org.apache.http.impl.client. HttpClientBuilder
生成一个ClientExecChain的实例,用作主要的exec。
createMinimal() - Static method in class org.apache.http.impl.client. HttpClients
创建实现最基本的HTTP协议支持的CloseableHttpClient实例。
createMinimal(HttpClientConnectionManager) - Static method in class org.apache.http.impl.client. HttpClients
创建实现最基本的HTTP协议支持的实例CloseableHttpClient
createProxyAuthenticationHandler() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
(4.2)不要使用
createProxyAuthenticationStrategy() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createRedirectHandler() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
(4.1)不要使用
createRequestExecutor() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createResponseParser(SessionInputBuffer, HttpResponseFactory, HttpParams) - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
createRouteToPoolMap() - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
创建 routeToPool的地图。
createSessionInputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
createSessionOutputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
createSocket() - Method in class org.apache.http.conn. MultihomePlainSocketFactory
已过时。
 
createSocket(Socket, String, int, boolean) - Method in interface org.apache.http.conn.scheme. LayeredSocketFactory
已过时。
返回一个与现有套接字分层的给定主机连接的套接字。
createSocket(HttpParams) - Method in class org.apache.http.conn.scheme. PlainSocketFactory
已过时。
 
createSocket() - Method in class org.apache.http.conn.scheme. PlainSocketFactory
已过时。
 
createSocket(HttpParams) - Method in interface org.apache.http.conn.scheme. SchemeSocketFactory
已过时。
创建一个新的,未连接的套接字。
createSocket() - Method in interface org.apache.http.conn.scheme. SocketFactory
已过时。
创建一个新的,未连接的套接字。
createSocket(HttpContext) - Method in interface org.apache.http.conn.socket. ConnectionSocketFactory
创建新的,未连接的套接字。
createSocket(HttpContext) - Method in class org.apache.http.conn.socket. PlainConnectionSocketFactory
 
createSocket(HttpContext) - Method in class org.apache.http.conn.ssl. SSLConnectionSocketFactory
 
createSocket(HttpParams) - Method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
createSocket() - Method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
createSocket(Socket, String, int, boolean) - Method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
createSocket(HttpContext) - Method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
createSystem() - Static method in class org.apache.http.impl.client. HttpClients
使用基于ssytem属性的默认配置创建CloseableHttpClient实例。
createSystemDefault() - Static method in class org.apache.http.conn.ssl. SSLContexts
已过时。
根据系统属性创建默认的SSL上下文。
createSystemDefault() - Static method in class org.apache.http.impl.conn. SchemeRegistryFactory
已过时。
createTargetAuthenticationHandler() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
(4.2)不要使用
createTargetAuthenticationStrategy() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createTunnelToProxy(HttpRoute, int, HttpContext) - Method in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
创建到中间代理的隧道。
createTunnelToTarget(HttpRoute, HttpContext) - Method in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
创建到目标服务器的隧道。
createURI(String, String, int, String, String, String) - Static method in class org.apache.http.client.utils. URIUtils
已过时。
(4.2)使用URIBuilder
createUserTokenHandler() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
createWaitingThreadQueue() - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
创建队列 waitingThreads
CREDENTIAL_CHARSET - Static variable in interface org.apache.http.auth.params. AuthPNames
已过时。
定义编码Credentials时使用的字符集。
Credentials - Interface in org.apache.http.auth
该接口表示一组由可用于建立用户身份的安全主体和秘密(密码)组成的凭证
CredentialsProvider - Interface in org.apache.http.client
维护用户凭据集合的抽象凭证提供程序。
CREDS_PROVIDER - Static variable in interface org.apache.http.client.protocol. ClientContext
已过时。
表示实际凭据提供程序的CredentialsProvider对象的属性名称。
CREDS_PROVIDER - Static variable in class org.apache.http.client.protocol. HttpClientContext
表示实际凭据提供者的CredentialsProvider对象的属性名称。
custom() - Static method in class org.apache.http.client.config. RequestConfig
 
custom() - Static method in class org.apache.http.conn.ssl. SSLContexts
已过时。
创建自定义SSL上下文。
custom() - Static method in class org.apache.http.impl.client. HttpClients
创建构建对象以构造自定义CloseableHttpClient实例。

D

DATE_PATTERNS - Static variable in interface org.apache.http.cookie.params. CookieSpecPNames
已过时。
定义用于解析非标准 expires属性的有效日期模式。
DateParseException - Exception in org.apache.http.impl.cookie
已过时。
(4.3)不再使用。
DateParseException() - Constructor for exception org.apache.http.impl.cookie. DateParseException
已过时。
 
DateParseException(String) - Constructor for exception org.apache.http.impl.cookie. DateParseException
已过时。
 
DateUtils - Class in org.apache.http.client.utils
用于解析和格式化Cookie日期的实用程序类,用于Cookie和其他标题。
DateUtils - Class in org.apache.http.impl.cookie
已过时。
(4.3)使用DateUtils
decode(String) - Method in class org.apache.http.client.utils. Rfc3492Idn
已过时。
 
DecompressingEntity - Class in org.apache.http.client.entity
用于解压缩HttpEntity实现的通用基类。
DecompressingEntity(HttpEntity, InputStreamFactory) - Constructor for class org.apache.http.client.entity. DecompressingEntity
创建一个新的DecompressingEntity
DecompressingHttpClient - Class in org.apache.http.impl.client
已过时。
(4.3)使用HttpClientBuilder
DecompressingHttpClient() - Constructor for class org.apache.http.impl.client. DecompressingHttpClient
已过时。
构造一个装饰器来即时地要求和处理压缩的实体。
DecompressingHttpClient(HttpClient) - Constructor for class org.apache.http.impl.client. DecompressingHttpClient
已过时。
构造一个装饰器来即时地要求和处理压缩的实体。
decorate(CommonCookieAttributeHandler, PublicSuffixMatcher) - Static method in class org.apache.http.impl.cookie. PublicSuffixDomainFilter
 
decorateMainExec(ClientExecChain) - Method in class org.apache.http.impl.client. HttpClientBuilder
供内部使用。
decorateProtocolExec(ClientExecChain) - Method in class org.apache.http.impl.client. HttpClientBuilder
供内部使用。
DEFAULT - Static variable in class org.apache.http.client.config. CookieSpecs
默认策略。
DEFAULT - Static variable in class org.apache.http.client.config. RequestConfig
 
DEFAULT - Static variable in class org.apache.http.impl.cookie. NetscapeDraftHeaderParser
 
DEFAULT_HEADERS - Static variable in interface org.apache.http.client.params. ClientPNames
已过时。
定义每个请求默认发送的请求头。
DEFAULT_HOST - Static variable in interface org.apache.http.client.params. ClientPNames
已过时。
定义默认主机。
DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.apache.http.conn.params. ConnPerRouteBean
已过时。
每个主机允许的默认最大连接数
DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.apache.http.conn.params. ConnManagerParams
已过时。
整体允许的默认最大连接数
DEFAULT_PROXY - Static variable in interface org.apache.http.conn.params. ConnRoutePNames
已过时。
默认代理的参数。
DefaultBackoffStrategy - Class in org.apache.http.impl.client
ConnectionBackoffStrategy退出原始网络套接字或连接超时或服务器显式发送503(服务不可用)响应。
DefaultBackoffStrategy() - Constructor for class org.apache.http.impl.client. DefaultBackoffStrategy
 
DefaultClientConnection - Class in org.apache.http.impl.conn
已过时。
DefaultClientConnection() - Constructor for class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
DefaultClientConnectionOperator - Class in org.apache.http.impl.conn
已过时。
DefaultClientConnectionOperator(SchemeRegistry) - Constructor for class org.apache.http.impl.conn. DefaultClientConnectionOperator
已过时。
为给定的方案注册表创建一个新的客户端连接运算符。
DefaultClientConnectionOperator(SchemeRegistry, DnsResolver) - Constructor for class org.apache.http.impl.conn. DefaultClientConnectionOperator
已过时。
为给定的方案注册表和给定的自定义DNS查找机制创建一个新的客户端连接运算符。
DefaultClientConnectionReuseStrategy - Class in org.apache.http.impl.client
 
DefaultClientConnectionReuseStrategy() - Constructor for class org.apache.http.impl.client. DefaultClientConnectionReuseStrategy
 
DefaultConnectionKeepAliveStrategy - Class in org.apache.http.impl.client
确定连接可以保持空闲状态的策略的默认实现。
DefaultConnectionKeepAliveStrategy() - Constructor for class org.apache.http.impl.client. DefaultConnectionKeepAliveStrategy
 
DefaultCookieSpec - Class in org.apache.http.impl.cookie
基于使用HTTP响应发送的Cookie的格式,可以选择最佳匹配Cookie策略的默认Cookie规范。
DefaultCookieSpec(String[], boolean) - Constructor for class org.apache.http.impl.cookie. DefaultCookieSpec
 
DefaultCookieSpec() - Constructor for class org.apache.http.impl.cookie. DefaultCookieSpec
 
DefaultCookieSpecProvider - Class in org.apache.http.impl.cookie
CookieSpecProvider实现提供了一个DefaultCookieSpec的实例。
DefaultCookieSpecProvider(DefaultCookieSpecProvider.CompatibilityLevel, PublicSuffixMatcher, String[], boolean) - Constructor for class org.apache.http.impl.cookie. DefaultCookieSpecProvider
 
DefaultCookieSpecProvider(DefaultCookieSpecProvider.CompatibilityLevel, PublicSuffixMatcher) - Constructor for class org.apache.http.impl.cookie. DefaultCookieSpecProvider
 
DefaultCookieSpecProvider(PublicSuffixMatcher) - Constructor for class org.apache.http.impl.cookie. DefaultCookieSpecProvider
 
DefaultCookieSpecProvider() - Constructor for class org.apache.http.impl.cookie. DefaultCookieSpecProvider
 
DefaultCookieSpecProvider.CompatibilityLevel - Enum in org.apache.http.impl.cookie
 
DefaultHostnameVerifier - Class in org.apache.http.conn.ssl
默认HostnameVerifier实现。
DefaultHostnameVerifier(PublicSuffixMatcher) - Constructor for class org.apache.http.conn.ssl. DefaultHostnameVerifier
 
DefaultHostnameVerifier() - Constructor for class org.apache.http.conn.ssl. DefaultHostnameVerifier
 
DefaultHttpClient - Class in org.apache.http.impl.client
已过时。
(4.3)使用HttpClientBuilder另见CloseableHttpClient
DefaultHttpClient(ClientConnectionManager, HttpParams) - Constructor for class org.apache.http.impl.client. DefaultHttpClient
已过时。
从参数和连接管理器创建一个新的HTTP客户端。
DefaultHttpClient(ClientConnectionManager) - Constructor for class org.apache.http.impl.client. DefaultHttpClient
已过时。
 
DefaultHttpClient(HttpParams) - Constructor for class org.apache.http.impl.client. DefaultHttpClient
已过时。
 
DefaultHttpClient() - Constructor for class org.apache.http.impl.client. DefaultHttpClient
已过时。
 
DefaultHttpClientConnectionOperator - Class in org.apache.http.impl.conn
默认实现HttpClientConnectionOperator用作Http客户端的默认值,当用户没有提供实例给BasicHttpClientConnectionManagerPoolingHttpClientConnectionManager构造函数时。
DefaultHttpClientConnectionOperator(Lookup<ConnectionSocketFactory>, SchemePortResolver, DnsResolver) - Constructor for class org.apache.http.impl.conn. DefaultHttpClientConnectionOperator
 
DefaultHttpRequestRetryHandler - Class in org.apache.http.impl.client
请求执行者使用默认值HttpRequestRetryHandler
DefaultHttpRequestRetryHandler(int, boolean, Collection<Class<? extends IOException>>) - Constructor for class org.apache.http.impl.client. DefaultHttpRequestRetryHandler
使用指定的IOException类创建请求重试处理程序
DefaultHttpRequestRetryHandler(int, boolean) - Constructor for class org.apache.http.impl.client. DefaultHttpRequestRetryHandler
使用以下不可重复的IOException类列表创建请求重试处理程序:
InterruptedIOException UnknownHostException ConnectException SSLException
DefaultHttpRequestRetryHandler() - Constructor for class org.apache.http.impl.client. DefaultHttpRequestRetryHandler
创建请求重试处理程序,重试次数为3,requestSentRetryEnabled为false,并使用以下不可重复的IOException类列表:
InterruptedIOException UnknownHostException ConnectException SSLException
DefaultHttpResponseParser - Class in org.apache.http.impl.conn
超过HTTP响应解析器实现,可以跳过格式不正确的数据,直到遇到有效的HTTP响应消息头。
DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class org.apache.http.impl.conn. DefaultHttpResponseParser
DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, MessageConstraints) - Constructor for class org.apache.http.impl.conn. DefaultHttpResponseParser
创建DefaultHttpResponseParser的新实例。
DefaultHttpResponseParser(SessionInputBuffer, MessageConstraints) - Constructor for class org.apache.http.impl.conn. DefaultHttpResponseParser
创建DefaultHttpResponseParser的新实例。
DefaultHttpResponseParser(SessionInputBuffer) - Constructor for class org.apache.http.impl.conn. DefaultHttpResponseParser
创建DefaultHttpResponseParser的新实例。
DefaultHttpResponseParserFactory - Class in org.apache.http.impl.conn
默认工厂用于响应消息解析器。
DefaultHttpResponseParserFactory(LineParser, HttpResponseFactory) - Constructor for class org.apache.http.impl.conn. DefaultHttpResponseParserFactory
 
DefaultHttpResponseParserFactory(HttpResponseFactory) - Constructor for class org.apache.http.impl.conn. DefaultHttpResponseParserFactory
 
DefaultHttpResponseParserFactory() - Constructor for class org.apache.http.impl.conn. DefaultHttpResponseParserFactory
 
DefaultHttpRoutePlanner - Class in org.apache.http.impl.conn
已过时。
(4.3)使用DefaultRoutePlanner
DefaultHttpRoutePlanner(SchemeRegistry) - Constructor for class org.apache.http.impl.conn. DefaultHttpRoutePlanner
已过时。
创建一个新的默认路线规划器。
DefaultManagedHttpClientConnection - Class in org.apache.http.impl.conn
DefaultManagedHttpClientConnection(String, int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.conn. DefaultManagedHttpClientConnection
 
DefaultManagedHttpClientConnection(String, int) - Constructor for class org.apache.http.impl.conn. DefaultManagedHttpClientConnection
 
DefaultProxyAuthenticationHandler - Class in org.apache.http.impl.client
已过时。
DefaultProxyAuthenticationHandler() - Constructor for class org.apache.http.impl.client. DefaultProxyAuthenticationHandler
已过时。
 
DefaultProxyRoutePlanner - Class in org.apache.http.impl.conn
实现通过默认代理路由请求的HttpRoutePlanner
DefaultProxyRoutePlanner(HttpHost, SchemePortResolver) - Constructor for class org.apache.http.impl.conn. DefaultProxyRoutePlanner
 
DefaultProxyRoutePlanner(HttpHost) - Constructor for class org.apache.http.impl.conn. DefaultProxyRoutePlanner
 
DefaultRedirectHandler - Class in org.apache.http.impl.client
已过时。
(4.1)使用DefaultRedirectStrategy
DefaultRedirectHandler() - Constructor for class org.apache.http.impl.client. DefaultRedirectHandler
已过时。
 
DefaultRedirectStrategy - Class in org.apache.http.impl.client
默认执行RedirectStrategy
DefaultRedirectStrategy() - Constructor for class org.apache.http.impl.client. DefaultRedirectStrategy
 
DefaultRequestDirector - Class in org.apache.http.impl.client
已过时。
(4.3)
DefaultRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Constructor for class org.apache.http.impl.client. DefaultRequestDirector
已过时。
DefaultRequestDirector(Log, HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Constructor for class org.apache.http.impl.client. DefaultRequestDirector
已过时。
DefaultRequestDirector(Log, HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler, HttpParams) - Constructor for class org.apache.http.impl.client. DefaultRequestDirector
已过时。
 
DefaultResponseParser - Class in org.apache.http.impl.conn
已过时。
(4.2)使用DefaultHttpResponseParser
DefaultResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class org.apache.http.impl.conn. DefaultResponseParser
已过时。
 
DefaultRoutePlanner - Class in org.apache.http.impl.conn
默认实现一个HttpRoutePlanner
DefaultRoutePlanner(SchemePortResolver) - Constructor for class org.apache.http.impl.conn. DefaultRoutePlanner
 
DefaultSchemePortResolver - Class in org.apache.http.impl.conn
默认SchemePortResolver
DefaultSchemePortResolver() - Constructor for class org.apache.http.impl.conn. DefaultSchemePortResolver
 
DefaultServiceUnavailableRetryStrategy - Class in org.apache.http.impl.client
默认实现的ServiceUnavailableRetryStrategy接口。
DefaultServiceUnavailableRetryStrategy(int, int) - Constructor for class org.apache.http.impl.client. DefaultServiceUnavailableRetryStrategy
 
DefaultServiceUnavailableRetryStrategy() - Constructor for class org.apache.http.impl.client. DefaultServiceUnavailableRetryStrategy
 
DefaultTargetAuthenticationHandler - Class in org.apache.http.impl.client
已过时。
DefaultTargetAuthenticationHandler() - Constructor for class org.apache.http.impl.client. DefaultTargetAuthenticationHandler
已过时。
 
DefaultUserTokenHandler - Class in org.apache.http.impl.client
默认执行UserTokenHandler
DefaultUserTokenHandler() - Constructor for class org.apache.http.impl.client. DefaultUserTokenHandler
 
DeflateDecompressingEntity - Class in org.apache.http.client.entity
HttpEntityWrapper负责处理放气内容编码响应。
DeflateDecompressingEntity(HttpEntity) - Constructor for class org.apache.http.client.entity. DeflateDecompressingEntity
创建一个新的DeflateDecompressingEntity ,它将包装指定的HttpEntity
DeflateInputStream - Class in org.apache.http.client.entity
放气输入流。
DeflateInputStream(InputStream) - Constructor for class org.apache.http.client.entity. DeflateInputStream
 
delete() - Static method in class org.apache.http.client.methods. RequestBuilder
 
delete(URI) - Static method in class org.apache.http.client.methods. RequestBuilder
 
delete(String) - Static method in class org.apache.http.client.methods. RequestBuilder
 
deleteClosedConnections() - Method in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
删除所有连接关闭的条目。
deleteClosedConnections() - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
 
deleteEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
删除给定的池条目。
deleteEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
从此池中删除一个条目。
deleteLeastUsedEntry() - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
删除一个旧的,免费的池条目,为新的空间腾出空间。
detach() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
从包装的连接中分离此适配器。
detach() - Method in class org.apache.http.impl.conn. AbstractPooledConnAdapter
已过时。
从包装的连接中分离此适配器。
detach() - Method in class org.apache.http.impl.conn.tsccm. BasicPooledConnAdapter
已过时。
 
determineParams(HttpRequest) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
获取执行请求的参数。
determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn. DefaultProxyRoutePlanner
 
determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn. DefaultRoutePlanner
此实现返回null。
determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn. ProxySelectorRoutePlanner
已过时。
确定给定目标的代理。
determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn. SystemDefaultRoutePlanner
 
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.http.conn.routing. HttpRoutePlanner
确定请求的路由。
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
确定请求的路由。
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn. DefaultHttpRoutePlanner
已过时。
 
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn. DefaultRoutePlanner
 
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn. ProxySelectorRoutePlanner
已过时。
 
DIGEST - Static variable in class org.apache.http.client.config. AuthSchemes
Digest认证方案,如RFC 2617所定义。
DIGEST - Static variable in class org.apache.http.client.params. AuthPolicy
已过时。
Digest认证方案,见RFC2617。
DigestScheme - Class in org.apache.http.impl.auth
Digest认证方案,如RFC 2617所定义。
DigestScheme(Charset) - Constructor for class org.apache.http.impl.auth. DigestScheme
 
DigestScheme(ChallengeState) - Constructor for class org.apache.http.impl.auth. DigestScheme
已过时。
(4.3)不要使用。
DigestScheme() - Constructor for class org.apache.http.impl.auth. DigestScheme
 
DigestSchemeFactory - Class in org.apache.http.impl.auth
AuthSchemeProvider实现创建和初始化DigestScheme实例。
DigestSchemeFactory(Charset) - Constructor for class org.apache.http.impl.auth. DigestSchemeFactory
 
DigestSchemeFactory() - Constructor for class org.apache.http.impl.auth. DigestSchemeFactory
 
directStep(RouteInfo, RouteInfo) - Method in class org.apache.http.conn.routing. BasicRouteDirector
确定建立直接连接的下一步。
disableAuthCaching() - Method in class org.apache.http.impl.client. HttpClientBuilder
禁用认证方案缓存。
disableAutomaticRetries() - Method in class org.apache.http.impl.client. HttpClientBuilder
禁用自动请求恢复和重新执行。
disableConnectionState() - Method in class org.apache.http.impl.client. HttpClientBuilder
禁用连接状态跟踪。
disableContentCompression() - Method in class org.apache.http.impl.client. HttpClientBuilder
禁用自动内容解压缩。
disableCookieManagement() - Method in class org.apache.http.impl.client. HttpClientBuilder
禁用状态(cookie)管理。
disableRedirectHandling() - Method in class org.apache.http.impl.client. HttpClientBuilder
禁用自动重定向处理。
DISCARD_ATTR - Static variable in interface org.apache.http.cookie. ClientCookie
 
DnsResolver - Interface in org.apache.http.conn
用户可以实现此接口来覆盖操作系统提供的正常DNS查找。
dnsResolver - Variable in class org.apache.http.impl.conn. DefaultClientConnectionOperator
已过时。
自定义配置的DNS查找机制。
doExecute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
doExecute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client. CloseableHttpClient
 
DOMAIN_ATTR - Static variable in interface org.apache.http.cookie. ClientCookie
 
domainMatch(String, String) - Method in class org.apache.http.impl.cookie. RFC2965DomainAttributeHandler
执行RFC2965定义的域匹配。
DomainType - Enum in org.apache.http.conn.util
由Mozilla公共后缀列表区分的域类型。
dropEntry() - Method in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
忘记从这个池的一个条目。

E

enableConnectionGC() - Method in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
 
enabled() - Method in class org.apache.http.impl.conn. Wire
 
endedTime() - Method in class org.apache.http.impl.client. HttpRequestFutureTask
 
EntityBuilder - Class in org.apache.http.client.entity
生成器为HttpEntity实例。
EntityEnclosingRequestWrapper - Class in org.apache.http.impl.client
已过时。
(4.3)不要使用。
EntityEnclosingRequestWrapper(HttpEntityEnclosingRequest) - Constructor for class org.apache.http.impl.client. EntityEnclosingRequestWrapper
已过时。
 
enumAvailable(PoolEntryCallback<HttpRoute, ManagedHttpClientConnection>) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
enumLeased(PoolEntryCallback<HttpRoute, ManagedHttpClientConnection>) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
eofDetected(InputStream) - Method in class org.apache.http.conn. BasicEofSensorWatcher
已过时。
 
eofDetected(InputStream) - Method in class org.apache.http.conn. BasicManagedEntity
已过时。
 
eofDetected(InputStream) - Method in interface org.apache.http.conn. EofSensorWatcher
表示检测到EOF。
EofSensorInputStream - Class in org.apache.http.conn
close()和EOF上触发动作的流包装器。
EofSensorInputStream(InputStream, EofSensorWatcher) - Constructor for class org.apache.http.conn. EofSensorInputStream
创建一个新的EOF传感器。
EofSensorWatcher - Interface in org.apache.http.conn
一个观察员为EofSensorInputStream
equals(Object) - Method in class org.apache.http.auth. AuthScope
 
equals(Object) - Method in class org.apache.http.auth. BasicUserPrincipal
 
equals(Object) - Method in class org.apache.http.auth. NTCredentials
 
equals(Object) - Method in class org.apache.http.auth. NTUserPrincipal
 
equals(Object) - Method in class org.apache.http.auth. UsernamePasswordCredentials
 
equals(Object) - Method in class org.apache.http.conn.routing. HttpRoute
将此路由与另一路径进行比较。
equals(Object) - Method in class org.apache.http.conn.routing. RouteTracker
将此跟踪路线与另一路径进行比较。
equals(Object) - Method in class org.apache.http.conn.scheme. Scheme
已过时。
 
establishRoute(HttpRoute, HttpContext) - Method in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
建立目标路线。
evictExpiredConnections() - Method in class org.apache.http.impl.client. HttpClientBuilder
使HttpClient的这个实例主动地使用后台线程从连接池中驱逐过期的连接。
evictIdleConnections(Long, TimeUnit) - Method in class org.apache.http.impl.client. HttpClientBuilder
evictIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.client. HttpClientBuilder
使HttpClient的这个实例主动地使用后台线程从连接池中驱逐空闲连接。
execute(HttpUriRequest) - Method in interface org.apache.http.client. HttpClient
使用默认上下文执行HTTP请求。
execute(HttpUriRequest, HttpContext) - Method in interface org.apache.http.client. HttpClient
使用给定的上下文执行HTTP请求。
execute(HttpHost, HttpRequest) - Method in interface org.apache.http.client. HttpClient
使用默认上下文执行HTTP请求。
execute(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.http.client. HttpClient
使用给定的上下文执行HTTP请求。
execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in interface org.apache.http.client. HttpClient
使用默认上下文执行HTTP请求,并使用给定的响应处理程序处理响应。
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in interface org.apache.http.client. HttpClient
使用给定的上下文执行HTTP请求,并使用给定的响应处理程序处理响应。
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in interface org.apache.http.client. HttpClient
使用默认上下文对目标执行HTTP请求,并使用给定的响应处理程序处理响应。
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in interface org.apache.http.client. HttpClient
使用给定的上下文对目标执行HTTP请求,并使用给定的响应处理程序处理响应。
execute(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.http.client. RequestDirector
已过时。
执行请求
execute(HttpHost, HttpRequest) - Method in class org.apache.http.impl.client. AutoRetryHttpClient
已过时。
 
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in class org.apache.http.impl.client. AutoRetryHttpClient
已过时。
 
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.apache.http.impl.client. AutoRetryHttpClient
已过时。
 
execute(HttpUriRequest) - Method in class org.apache.http.impl.client. AutoRetryHttpClient
已过时。
 
execute(HttpUriRequest, HttpContext) - Method in class org.apache.http.impl.client. AutoRetryHttpClient
已过时。
 
execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in class org.apache.http.impl.client. AutoRetryHttpClient
已过时。
 
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.apache.http.impl.client. AutoRetryHttpClient
已过时。
 
execute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client. AutoRetryHttpClient
已过时。
 
execute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client. CloseableHttpClient
使用给定的上下文执行HTTP请求。
execute(HttpUriRequest, HttpContext) - Method in class org.apache.http.impl.client. CloseableHttpClient
使用给定的上下文执行HTTP请求。
execute(HttpUriRequest) - Method in class org.apache.http.impl.client. CloseableHttpClient
使用默认上下文执行HTTP请求。
execute(HttpHost, HttpRequest) - Method in class org.apache.http.impl.client. CloseableHttpClient
使用默认上下文执行HTTP请求。
execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in class org.apache.http.impl.client. CloseableHttpClient
使用默认上下文执行请求,并使用给定的响应处理程序处理响应。
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.apache.http.impl.client. CloseableHttpClient
使用默认上下文执行请求,并使用给定的响应处理程序处理响应。
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in class org.apache.http.impl.client. CloseableHttpClient
使用默认上下文执行请求,并使用给定的响应处理程序处理响应。
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.apache.http.impl.client. CloseableHttpClient
使用默认上下文执行请求,并使用给定的响应处理程序处理响应。
execute(HttpUriRequest) - Method in class org.apache.http.impl.client. DecompressingHttpClient
已过时。
 
execute(HttpUriRequest, HttpContext) - Method in class org.apache.http.impl.client. DecompressingHttpClient
已过时。
 
execute(HttpHost, HttpRequest) - Method in class org.apache.http.impl.client. DecompressingHttpClient
已过时。
 
execute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client. DecompressingHttpClient
已过时。
 
execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in class org.apache.http.impl.client. DecompressingHttpClient
已过时。
 
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.apache.http.impl.client. DecompressingHttpClient
已过时。
 
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in class org.apache.http.impl.client. DecompressingHttpClient
已过时。
 
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.apache.http.impl.client. DecompressingHttpClient
已过时。
 
execute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
 
execute(HttpUriRequest, HttpContext, ResponseHandler<T>) - Method in class org.apache.http.impl.client. FutureRequestExecutionService
安排执行请求。
execute(HttpUriRequest, HttpContext, ResponseHandler<T>, FutureCallback<T>) - Method in class org.apache.http.impl.client. FutureRequestExecutionService
安排执行请求。
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.http.impl.execchain. BackoffStrategyExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in interface org.apache.http.impl.execchain. ClientExecChain
通过将请求发送到目标服务器或将其传递到请求执行链中的下一个执行程序来执行请求。
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.http.impl.execchain. MainClientExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.http.impl.execchain. MinimalClientExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.http.impl.execchain. ProtocolExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.http.impl.execchain. RedirectExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.http.impl.execchain. RetryExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.http.impl.execchain. ServiceUnavailableRetryExec
 
expectContinue() - Method in class org.apache.http.client.methods. HttpEntityEnclosingRequestBase
 
expectContinue() - Method in class org.apache.http.impl.client. EntityEnclosingRequestWrapper
已过时。
 
EXPIRES_ATTR - Static variable in interface org.apache.http.cookie. ClientCookie
 
EXPIRES_PATTERN - Static variable in class org.apache.http.impl.cookie. NetscapeDraftSpec
 
extractHost(URI) - Static method in class org.apache.http.client.utils. URIUtils
从给定的URI提取目标主机。

F

finalize() - Method in class org.apache.http.impl.conn. BasicClientConnectionManager
已过时。
 
finalize() - Method in class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
finalize() - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
finalize() - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
finalize() - Method in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
 
finalize() - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
 
findAttribHandler(String) - Method in class org.apache.http.impl.cookie. AbstractCookieSpec
找到给定属性的属性处理程序CookieAttributeHandler
firstStep(RouteInfo) - Method in class org.apache.http.conn.routing. BasicRouteDirector
确定建立路线的第一步。
flush() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
flush() - Method in class org.apache.http.impl.conn. LoggingSessionOutputBuffer
已过时。
 
FORCED_ROUTE - Static variable in interface org.apache.http.conn.params. ConnRoutePNames
已过时。
强制路线参数。
format(List<? extends NameValuePair>, String) - Static method in class org.apache.http.client.utils. URLEncodedUtils
返回适用于HTTP PUT或HTTP POST中的 application/x-www-form-urlencoded参数列表的字符串。
format(List<? extends NameValuePair>, char, String) - Static method in class org.apache.http.client.utils. URLEncodedUtils
返回适用于HTTP PUT或HTTP POST中 application/x-www-form-urlencoded参数列表的字符串。
format(Iterable<? extends NameValuePair>, Charset) - Static method in class org.apache.http.client.utils. URLEncodedUtils
返回适用于HTTP PUT或HTTP POST中的 application/x-www-form-urlencoded参数列表的字符串。
format(Iterable<? extends NameValuePair>, char, Charset) - Static method in class org.apache.http.client.utils. URLEncodedUtils
返回适用于HTTP PUT或HTTP POST中 application/x-www-form-urlencoded参数列表的字符串。
formatCookieAsVer(CharArrayBuffer, Cookie, int) - Method in class org.apache.http.impl.cookie. RFC2109Spec
返回一个适用于发送在RFC 2109中定义的 "Cookie"头文件的字符串,以便向后兼容cookie版本0
formatCookieAsVer(CharArrayBuffer, Cookie, int) - Method in class org.apache.http.impl.cookie. RFC2965Spec
添加有效的端口属性值,例如
formatCookies(List<Cookie>) - Method in interface org.apache.http.cookie. CookieSpec
为Cookie数组创建 "Cookie"标题。
formatCookies(List<Cookie>) - Method in class org.apache.http.impl.cookie. BrowserCompatSpec
已过时。
 
formatCookies(List<Cookie>) - Method in class org.apache.http.impl.cookie. DefaultCookieSpec
 
formatCookies(List<Cookie>) - Method in class org.apache.http.impl.cookie. IgnoreSpec
 
formatCookies(List<Cookie>) - Method in class org.apache.http.impl.cookie. NetscapeDraftSpec
 
formatCookies(List<Cookie>) - Method in class org.apache.http.impl.cookie. RFC2109Spec
 
formatCookies(List<Cookie>) - Method in class org.apache.http.impl.cookie. RFC6265CookieSpec
 
formatDate(Date) - Static method in class org.apache.http.client.utils. DateUtils
根据RFC 1123模式格式化给定的日期。
formatDate(Date, String) - Static method in class org.apache.http.client.utils. DateUtils
根据指定的格式格式给定日期。
formatDate(Date) - Static method in class org.apache.http.impl.cookie. DateUtils
已过时。
根据RFC 1123模式格式化给定的日期。
formatDate(Date, String) - Static method in class org.apache.http.impl.cookie. DateUtils
已过时。
根据指定的格式格式给定日期。
formatParamAsVer(CharArrayBuffer, String, String, int) - Method in class org.apache.http.impl.cookie. RFC2109Spec
返回适用于发送在RFC 2109中定义的 "Cookie"头文件中的名称/值字符串,以向后兼容cookie版本0
freeConnections - Variable in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
免费连接列表
freeEntries - Variable in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
免费条目列表。
freeEntry(BasicPoolEntry, boolean, long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
返回到池中的条目。
freeEntry(BasicPoolEntry, boolean, long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
 
freeEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
返回到此池的已分配条目。
FutureRequestExecutionMetrics - Class in org.apache.http.impl.client
用于收集FutureRequestExecutionService指标的不同计数器的收集。
FutureRequestExecutionService - Class in org.apache.http.impl.client
HttpAsyncClientWithFuture包装调用与执行HttpRequestFutureTask ,并使用所提供的服务执行调度它们。
FutureRequestExecutionService(HttpClient, ExecutorService) - Constructor for class org.apache.http.impl.client. FutureRequestExecutionService
创建一个新的FutureRequestExecutionService。

G

generateAuthResponse(HttpRequest, AuthState, HttpContext) - Method in class org.apache.http.impl.auth. HttpAuthenticator
 
generateGSSToken(byte[], Oid, String) - Method in class org.apache.http.impl.auth. GGSSchemeBase
 
generateGSSToken(byte[], Oid, String, Credentials) - Method in class org.apache.http.impl.auth. GGSSchemeBase
 
generateSpnegoDERObject(byte[]) - Method in interface org.apache.http.impl.auth. SpnegoTokenGenerator
已过时。
 
generateToken(byte[], String) - Method in class org.apache.http.impl.auth. GGSSchemeBase
generateToken(byte[], String, Credentials) - Method in class org.apache.http.impl.auth. GGSSchemeBase
 
generateToken(byte[], String) - Method in class org.apache.http.impl.auth. KerberosScheme
 
generateToken(byte[], String, Credentials) - Method in class org.apache.http.impl.auth. KerberosScheme
 
generateToken(byte[], String) - Method in class org.apache.http.impl.auth. NegotiateScheme
已过时。
 
generateToken(byte[], String, Credentials) - Method in class org.apache.http.impl.auth. NegotiateScheme
已过时。
 
generateToken(byte[], String) - Method in class org.apache.http.impl.auth. SPNegoScheme
 
generateToken(byte[], String, Credentials) - Method in class org.apache.http.impl.auth. SPNegoScheme
 
generateType1Msg(String, String) - Method in interface org.apache.http.impl.auth. NTLMEngine
生成一个给定域和工作站的Type1消息。
generateType3Msg(String, String, String, String, String) - Method in interface org.apache.http.impl.auth. NTLMEngine
生成一个给定用户凭据和身份验证挑战的Type3消息。
get(HttpHost) - Method in interface org.apache.http.client. AuthCache
 
get() - Static method in class org.apache.http.client.methods. RequestBuilder
 
get(URI) - Static method in class org.apache.http.client.methods. RequestBuilder
 
get(String) - Static method in class org.apache.http.client.methods. RequestBuilder
 
get(long, TimeUnit) - Method in interface org.apache.http.conn. ConnectionRequest
在给定时间内获取连接。
get(String) - Method in class org.apache.http.conn.scheme. SchemeRegistry
已过时。
如果注册获取名称的方案。
get(HttpHost) - Method in class org.apache.http.impl.client. BasicAuthCache
 
get(int) - Method in class org.apache.http.impl.client. RedirectLocations
返回此列表中指定位置的URI。
getActiveConnectionCount() - Method in class org.apache.http.impl.client. FutureRequestExecutionMetrics
 
getAll() - Method in class org.apache.http.impl.client. RedirectLocations
以其添加到集合的顺序返回所有重定向URI
getAllowedMethods(HttpResponse) - Method in class org.apache.http.client.methods. HttpOptions
 
getApplicationParams() - Method in class org.apache.http.impl.client. ClientParamsStack
已过时。
获取此堆栈的应用程序参数。
getAttribHandler(String) - Method in class org.apache.http.impl.cookie. AbstractCookieSpec
获取给定属性的属性处理程序CookieAttributeHandler
getAttribHandlers() - Method in class org.apache.http.impl.cookie. AbstractCookieSpec
 
getAttribute(String) - Method in interface org.apache.http.cookie. ClientCookie
 
getAttribute(String) - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
getAttribute(String) - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
getAttribute(String) - Method in class org.apache.http.impl.conn. DefaultManagedHttpClientConnection
 
getAttribute(String) - Method in class org.apache.http.impl.cookie. BasicClientCookie
 
getAttributeName() - Method in interface org.apache.http.cookie. CommonCookieAttributeHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. BasicCommentHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. BasicDomainHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. BasicExpiresHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. BasicMaxAgeHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. BasicPathHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. BasicSecureHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. BrowserCompatVersionAttributeHandler
已过时。
 
getAttributeName() - Method in class org.apache.http.impl.cookie. LaxExpiresHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. LaxMaxAgeHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. NetscapeDomainHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. PublicSuffixDomainFilter
 
getAttributeName() - Method in class org.apache.http.impl.cookie. RFC2109DomainHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. RFC2109VersionHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. RFC2965CommentUrlAttributeHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. RFC2965DiscardAttributeHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. RFC2965DomainAttributeHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. RFC2965PortAttributeHandler
 
getAttributeName() - Method in class org.apache.http.impl.cookie. RFC2965VersionAttributeHandler
 
getAuthCache() - Method in class org.apache.http.client.protocol. HttpClientContext
 
getAuthOptions() - Method in class org.apache.http.auth. AuthState
退货可用AuthOption s。
getAuthPreferences() - Method in class org.apache.http.impl.client. AbstractAuthenticationHandler
已过时。
以优先级顺序返回默认方案名称的默认列表。
getAuthPreferences(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. AbstractAuthenticationHandler
已过时。
根据HTTP响应和当前执行上下文,以优先级顺序返回默认方案名称的默认列表。
getAuthPreferences(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. DefaultProxyAuthenticationHandler
已过时。
 
getAuthPreferences(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. DefaultTargetAuthenticationHandler
已过时。
 
getAuthScheme() - Method in class org.apache.http.auth. AuthOption
 
getAuthScheme(String, HttpParams) - Method in class org.apache.http.auth. AuthSchemeRegistry
已过时。
获取给定名称的authentication scheme
getAuthScheme() - Method in class org.apache.http.auth. AuthState
退货实际AuthScheme
getAuthSchemeRegistry() - Method in class org.apache.http.client.protocol. HttpClientContext
 
getAuthSchemeRegistry() - Method in class org.apache.http.impl.client. ProxyClient
已过时。
(4.3)不要使用。
getAuthSchemes() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getAuthScope() - Method in class org.apache.http.auth. AuthState
已过时。
(4.2)不要使用。
getBackoffManager() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getBinary() - Method in class org.apache.http.client.entity. EntityBuilder
如果使用 EntityBuilder.setBinary(byte[])方法设置,则返回实体内容作为字节数组。
getCapacity() - Method in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
返回此池的剩余容量
getCertChain() - Method in class org.apache.http.conn.ssl. PrivateKeyDetails
已过时。
 
getChallenges(HttpResponse, HttpContext) - Method in interface org.apache.http.client. AuthenticationHandler
已过时。
从给定的HTTP响应中提取认证挑战的集合,每个认证挑战表示认证主机支持的认证方案。
getChallenges(HttpHost, HttpResponse, HttpContext) - Method in interface org.apache.http.client. AuthenticationStrategy
从给定的HTTP响应中提取认证挑战的集合,每个认证挑战表示认证主机支持的认证方案。
getChallenges(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. DefaultProxyAuthenticationHandler
已过时。
 
getChallenges(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. DefaultTargetAuthenticationHandler
已过时。
 
getChallengeState() - Method in class org.apache.http.impl.auth. AuthSchemeBase
返回ChallengeState价值或null如果没有挑战。
getCharset() - Method in class org.apache.http.client.methods. RequestBuilder
 
getCharset() - Method in class org.apache.http.client.utils. URIBuilder
 
getClientParams() - Method in class org.apache.http.impl.client. ClientParamsStack
已过时。
获取此堆栈的客户端参数。
getCNs(X509Certificate) - Static method in class org.apache.http.conn.ssl. AbstractVerifier
已过时。
 
getComment() - Method in interface org.apache.http.cookie. Cookie
返回描述此cookie的目的的注释,如果没有定义此类注释,则返回 null
getComment() - Method in class org.apache.http.impl.cookie. BasicClientCookie
返回描述此cookie的目的的注释,如果没有定义此类注释,则返回 null
getCommentURL() - Method in interface org.apache.http.cookie. Cookie
如果用户代理(Web浏览器)向用户显示此Cookie,则Cookie的用途将由此URL上的信息描述。
getCommentURL() - Method in class org.apache.http.impl.cookie. BasicClientCookie
返回null。
getCommentURL() - Method in class org.apache.http.impl.cookie. BasicClientCookie2
 
getCondition() - Method in class org.apache.http.impl.conn.tsccm. WaitingThread
已过时。
获得条件。
getConfig() - Method in interface org.apache.http.client.methods. Configurable
返回实际请求配置。
getConfig() - Method in class org.apache.http.client.methods. HttpRequestBase
 
getConfig() - Method in class org.apache.http.client.methods. RequestBuilder
 
getConnection(long, TimeUnit) - Method in interface org.apache.http.conn. ClientConnectionRequest
已过时。
在给定时间内获取连接。
getConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
获取连接。
getConnection() - Method in class org.apache.http.impl.conn.tsccm. BasicPoolEntry
已过时。
 
getConnectionBackoffStrategy() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getConnectionConfig() - Method in class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
getConnectionConfig(HttpHost) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
getConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getConnectionManager() - Method in interface org.apache.http.client. HttpClient
已过时。
(4.3)使用HttpClientBuilder
getConnectionManager() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getConnectionManager() - Method in class org.apache.http.impl.client. AutoRetryHttpClient
已过时。
 
getConnectionManager() - Method in class org.apache.http.impl.client. DecompressingHttpClient
已过时。
 
getConnectionManagerTimeout(HttpParams) - Static method in class org.apache.http.client.params. HttpClientParams
已过时。
获取连接管理器超时值。
getConnectionRequestTimeout() - Method in class org.apache.http.client.config. RequestConfig
返回从连接管理器请求连接时使用的超时(以毫秒为单位)。
getConnectionReuseStrategy() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getConnectionsInPool(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
 
getConnectionsInPool() - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
 
getConnectionsInPool(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
获取给定路由的总共连接数。
getConnectionsInPool() - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
获取池连接的总数。
getConnectTimeout() - Method in class org.apache.http.client.config. RequestConfig
确定连接建立之前的以毫秒为单位的超时时间。
getContent() - Method in class org.apache.http.client.entity. DecompressingEntity
 
getContent() - Method in class org.apache.http.client.entity. GzipCompressingEntity
 
getContent() - Method in class org.apache.http.conn. BasicManagedEntity
已过时。
 
getContentEncoding() - Method in class org.apache.http.client.entity. DecompressingEntity
 
getContentEncoding() - Method in class org.apache.http.client.entity. EntityBuilder
如果设置,返回实体的内容编码。
getContentEncoding() - Method in class org.apache.http.client.entity. GzipCompressingEntity
 
getContentLength() - Method in class org.apache.http.client.entity. DecompressingEntity
 
getContentLength() - Method in class org.apache.http.client.entity. GzipCompressingEntity
 
getContentType() - Method in class org.apache.http.client.entity. EntityBuilder
返回ContentType的实体,如果设置。
getCookieOrigin() - Method in class org.apache.http.client.protocol. HttpClientContext
 
getCookiePolicy(HttpParams) - Static method in class org.apache.http.client.params. HttpClientParams
已过时。
 
getCookies() - Method in interface org.apache.http.client. CookieStore
返回此商店中包含的所有Cookie。
getCookies() - Method in class org.apache.http.impl.client. BasicCookieStore
返回此HTTP状态当前包含的不可变数cookies
getCookieSpec() - Method in class org.apache.http.client.config. RequestConfig
确定要用于HTTP状态管理的cookie规范的名称。
getCookieSpec() - Method in class org.apache.http.client.protocol. HttpClientContext
 
getCookieSpec(String, HttpParams) - Method in class org.apache.http.cookie. CookieSpecRegistry
已过时。
获取具有给定ID的cookie specification
getCookieSpec(String) - Method in class org.apache.http.cookie. CookieSpecRegistry
已过时。
获取给定名称的cookie specification
getCookieSpecRegistry() - Method in class org.apache.http.client.protocol. HttpClientContext
 
getCookieSpecs() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getCookieStore() - Method in class org.apache.http.client.protocol. HttpClientContext
 
getCookieStore() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getCreated() - Method in class org.apache.http.impl.conn.tsccm. BasicPoolEntry
已过时。
 
getCreationDate() - Method in class org.apache.http.impl.cookie. BasicClientCookie
 
getCredentialCharset(HttpParams) - Static method in class org.apache.http.auth.params. AuthParams
已过时。
获取编码Credentials的字符集。如果未配置,则使用HTTP.DEFAULT_PROTOCOL_CHARSET
getCredentials() - Method in class org.apache.http.auth. AuthOption
 
getCredentials() - Method in class org.apache.http.auth. AuthState
返回实际Credentials
getCredentials(AuthScope) - Method in interface org.apache.http.client. CredentialsProvider
获取给定认证范围的credentials
getCredentials(AuthScope) - Method in class org.apache.http.impl.client. BasicCredentialsProvider
 
getCredentials(AuthScope) - Method in class org.apache.http.impl.client. SystemDefaultCredentialsProvider
 
getCredentialsCharset() - Method in class org.apache.http.impl.auth. RFC2617Scheme
 
getCredentialsProvider() - Method in class org.apache.http.client.protocol. HttpClientContext
 
getCredentialsProvider() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getDefault() - Static method in class org.apache.http.conn.util. PublicSuffixMatcherLoader
 
getDefaultConnectionConfig() - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
getDefaultDomain(CookieOrigin) - Static method in class org.apache.http.impl.cookie. CookieSpecBase
 
getDefaultHostnameVerifier() - Static method in class org.apache.http.conn.ssl. SSLConnectionSocketFactory
 
getDefaultMax() - Method in class org.apache.http.conn.params. ConnPerRouteBean
已过时。
 
getDefaultMaxPerRoute() - Method in class org.apache.http.conn.params. ConnPerRouteBean
已过时。
 
getDefaultMaxPerRoute() - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
getDefaultMaxPerRoute() - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
getDefaultMaxPerRoute() - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
 
getDefaultPath(CookieOrigin) - Static method in class org.apache.http.impl.cookie. CookieSpecBase
 
getDefaultPort() - Method in class org.apache.http.conn.scheme. Scheme
已过时。
获取默认端口。
getDefaultProxy(HttpParams) - Static method in class org.apache.http.conn.params. ConnRouteParams
已过时。
获取 DEFAULT_PROXY参数值。
getDefaultSocketConfig() - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
getDNSSubjectAlts(X509Certificate) - Static method in class org.apache.http.conn.ssl. AbstractVerifier
已过时。
从X509Certificate中提取SubjectAlt DNS名称数组。
getDomain() - Method in class org.apache.http.auth. NTCredentials
检索用于认证的名称。
getDomain() - Method in class org.apache.http.auth. NTUserPrincipal
 
getDomain() - Method in interface org.apache.http.cookie. Cookie
返回cookie的域属性。
getDomain() - Method in class org.apache.http.impl.cookie. BasicClientCookie
返回cookie的域属性。
getDomainRoot(String) - Method in class org.apache.http.conn.util. PublicSuffixMatcher
如果给定域代表公共后缀,则返回给定域名的域的可注册部分或 null
getDomainRoot(String, DomainType) - Method in class org.apache.http.conn.util. PublicSuffixMatcher
如果给定域代表公共后缀,则返回给定域名的域的可注册部分,或 null
getEntity() - Method in class org.apache.http.client.methods. HttpEntityEnclosingRequestBase
 
getEntity() - Method in class org.apache.http.client.methods. RequestBuilder
 
getEntity() - Method in class org.apache.http.impl.client. EntityEnclosingRequestWrapper
已过时。
 
getEntry(HttpRoute, Object, long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
在给定的超时内获取连接的池条目。
getEntryBlocking(HttpRoute, Object, long, TimeUnit, WaitingThreadAborter) - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
在给定的超时内获取连接的池条目。
getEntryCount() - Method in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
获取条目数。
getExceptions() - Method in class org.apache.http.conn.util. PublicSuffixList
 
getExecCount() - Method in class org.apache.http.impl.client. RequestWrapper
已过时。
 
getExpiry() - Method in class org.apache.http.impl.conn.tsccm. BasicPoolEntry
已过时。
 
getExpiryDate() - Method in interface org.apache.http.cookie. Cookie
返回到期Date的cookie,或者null如果不存在。
getExpiryDate() - Method in class org.apache.http.impl.cookie. BasicClientCookie
返回到期Date的cookie,或者null如果不存在。
getFailedConnectionAverageDuration() - Method in class org.apache.http.impl.client. FutureRequestExecutionMetrics
 
getFailedConnectionCount() - Method in class org.apache.http.impl.client. FutureRequestExecutionMetrics
 
getFile() - Method in class org.apache.http.client.entity. EntityBuilder
返回实体内容为File ,如果使用设置EntityBuilder.setFile(java.io.File)方法。
getFirstHeader(String) - Method in class org.apache.http.client.methods. RequestBuilder
 
getForcedRoute(HttpParams) - Static method in class org.apache.http.conn.params. ConnRouteParams
已过时。
获取 FORCED_ROUTE参数值。
getFragment() - Method in class org.apache.http.client.utils. URIBuilder
 
getFreeEntry(RouteSpecificPool, Object) - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
如果可用,请获取路线的空闲池条目。
getGSSCredential() - Method in class org.apache.http.auth. KerberosCredentials
 
getHeaders(String) - Method in class org.apache.http.client.methods. RequestBuilder
 
getHopCount() - Method in class org.apache.http.conn.routing. HttpRoute
 
getHopCount() - Method in interface org.apache.http.conn.routing. RouteInfo
获取此路由中的跳数。
getHopCount() - Method in class org.apache.http.conn.routing. RouteTracker
 
getHopTarget(int) - Method in class org.apache.http.conn.routing. HttpRoute
 
getHopTarget(int) - Method in interface org.apache.http.conn.routing. RouteInfo
获得这条路线中的跳跃目标。
getHopTarget(int) - Method in class org.apache.http.conn.routing. RouteTracker
 
getHost() - Method in class org.apache.http.auth. AuthScope
 
getHost() - Method in class org.apache.http.client.utils. URIBuilder
 
getHost() - Method in exception org.apache.http.conn. ConnectTimeoutException
 
getHost() - Method in exception org.apache.http.conn. HttpHostConnectException
 
getHost() - Method in class org.apache.http.cookie. CookieOrigin
 
getHost(InetSocketAddress) - Method in class org.apache.http.impl.conn. ProxySelectorRoutePlanner
已过时。
InetSocketAddress获得主机。
getHostnameVerifier() - Method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
getHttpClient() - Method in class org.apache.http.impl.client. DecompressingHttpClient
已过时。
获取HttpClient发出请求。
getHttpHost() - Method in class org.apache.http.conn. HttpInetSocketAddress
已过时。
 
getHttpProcessor() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getHttpRequestRetryHandler() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getHttpRoute() - Method in class org.apache.http.client.protocol. HttpClientContext
 
getId() - Method in interface org.apache.http.conn. ManagedHttpClientConnection
返回连接管理器的使用寿命期望为唯一的连接ID。
getId() - Method in class org.apache.http.impl.conn. AbstractPooledConnAdapter
已过时。
 
getId() - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
getId() - Method in class org.apache.http.impl.conn. DefaultManagedHttpClientConnection
 
getKeepAliveDuration(HttpResponse, HttpContext) - Method in interface org.apache.http.conn. ConnectionKeepAliveStrategy
返回此连接可以安全保持空闲的持续时间。
getKeepAliveDuration(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. DefaultConnectionKeepAliveStrategy
 
getKey(HttpHost) - Method in class org.apache.http.impl.client. BasicAuthCache
 
getLastHeader(String) - Method in class org.apache.http.client.methods. RequestBuilder
 
getLayerType() - Method in class org.apache.http.conn.routing. HttpRoute
 
getLayerType() - Method in interface org.apache.http.conn.routing. RouteInfo
获取此路由的分层类型。
getLayerType() - Method in class org.apache.http.conn.routing. RouteTracker
 
getLocalAddress() - Method in class org.apache.http.client.config. RequestConfig
返回要用于请求执行的本地地址。
getLocalAddress(HttpParams) - Static method in class org.apache.http.conn.params. ConnRouteParams
已过时。
获取 LOCAL_ADDRESS参数值。
getLocalAddress() - Method in class org.apache.http.conn.routing. HttpRoute
 
getLocalAddress() - Method in interface org.apache.http.conn.routing. RouteInfo
获取要连接的本地地址。
getLocalAddress() - Method in class org.apache.http.conn.routing. RouteTracker
 
getLocalAddress() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
getLocalPort() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
getLocalSocketAddress() - Method in class org.apache.http.conn.routing. HttpRoute
 
getLocationURI(HttpResponse, HttpContext) - Method in interface org.apache.http.client. RedirectHandler
已过时。
确定位置请求被预期重定向到给定来自目标服务器和当前请求执行上下文的响应。
getLocationURI(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. DefaultRedirectHandler
已过时。
 
getLocationURI(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. DefaultRedirectStrategy
 
getLock() - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
 
getManager() - Method in class org.apache.http.impl.auth. GGSSchemeBase
 
getManager() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
getManager() - Method in class org.apache.http.impl.conn.tsccm. BasicPooledConnAdapter
已过时。
 
getMaxConnectionsPerRoute(HttpParams) - Static method in class org.apache.http.conn.params. ConnManagerParams
已过时。
返回每个路由允许的最大连接数的查找接口。
getMaxEntries() - Method in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
获取此池允许的最大条目数。
getMaxForRoute(HttpRoute) - Method in interface org.apache.http.conn.params. ConnPerRoute
已过时。
 
getMaxForRoute(HttpRoute) - Method in class org.apache.http.conn.params. ConnPerRouteBean
已过时。
 
getMaxForRoute(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
 
getMaxGarbageLines(HttpParams) - Method in class org.apache.http.impl.conn. DefaultResponseParser
已过时。
 
getMaxPerRoute(HttpRoute) - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
getMaxPerRoute(HttpRoute) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
getMaxRedirects() - Method in class org.apache.http.client.config. RequestConfig
返回要遵循的最大重定向数。
getMaxTotal() - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
getMaxTotal() - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
getMaxTotal() - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
自4.1
getMaxTotalConnections(HttpParams) - Static method in class org.apache.http.conn.params. ConnManagerParams
已过时。
获取允许的最大连接数。
getMaxTotalConnections() - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
自4.1
getMethod() - Method in class org.apache.http.client.methods. HttpDelete
 
getMethod() - Method in class org.apache.http.client.methods. HttpGet
 
getMethod() - Method in class org.apache.http.client.methods. HttpHead
 
getMethod() - Method in class org.apache.http.client.methods. HttpOptions
 
getMethod() - Method in class org.apache.http.client.methods. HttpPatch
 
getMethod() - Method in class org.apache.http.client.methods. HttpPost
 
getMethod() - Method in class org.apache.http.client.methods. HttpPut
 
getMethod() - Method in class org.apache.http.client.methods. HttpRequestBase
 
getMethod() - Method in class org.apache.http.client.methods. HttpRequestWrapper
 
getMethod() - Method in class org.apache.http.client.methods. HttpTrace
 
getMethod() - Method in interface org.apache.http.client.methods. HttpUriRequest
返回该请求使用HTTP方法,如 GETPUTPOST ,或其他。
getMethod() - Method in class org.apache.http.client.methods. RequestBuilder
 
getMethod() - Method in class org.apache.http.impl.client. RequestWrapper
已过时。
 
getMetrics() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
getMetrics() - Method in class org.apache.http.impl.conn. LoggingSessionInputBuffer
已过时。
 
getMetrics() - Method in class org.apache.http.impl.conn. LoggingSessionOutputBuffer
已过时。
 
getName() - Method in class org.apache.http.auth. BasicUserPrincipal
 
getName() - Method in class org.apache.http.auth. NTUserPrincipal
 
getName() - Method in class org.apache.http.conn.scheme. Scheme
已过时。
获取方案名称。
getName() - Method in interface org.apache.http.cookie. Cookie
返回名称。
getName() - Method in class org.apache.http.impl.cookie. BasicClientCookie
返回名称。
getOrigin() - Method in class org.apache.http.auth. AuthScope
 
getOriginal() - Method in class org.apache.http.client.methods. HttpRequestWrapper
 
getOriginal() - Method in class org.apache.http.impl.client. RequestWrapper
已过时。
 
getOverrideParams() - Method in class org.apache.http.impl.client. ClientParamsStack
已过时。
获取此堆栈的覆盖参数。
getParameter(String) - Method in interface org.apache.http.auth. AuthScheme
返回具有给定名称的身份验证参数(如果可用)。
getParameter(String) - Method in class org.apache.http.impl.auth. KerberosScheme
KERBEROS认证没有有效参数,因此此方法始终返回 null
getParameter(String) - Method in class org.apache.http.impl.auth. NegotiateScheme
已过时。
返回具有给定名称的认证参数(如果可用)。
getParameter(String) - Method in class org.apache.http.impl.auth. NTLMScheme
 
getParameter(String) - Method in class org.apache.http.impl.auth. RFC2617Scheme
返回具有给定名称的身份验证参数(如果可用)。
getParameter(String) - Method in class org.apache.http.impl.auth. SPNegoScheme
没有SPNEGO身份验证的有效参数,因此此方法始终返回 null
getParameter(String) - Method in class org.apache.http.impl.client. ClientParamsStack
已过时。
从此堆栈获取参数。
getParameters() - Method in class org.apache.http.client.entity. EntityBuilder
如果使用 EntityBuilder.setParameters(java.util.List)EntityBuilder.setParameters(org.apache.http.NameValuePair...)方法设置,则返回实体内容作为参数列表。
getParameters() - Method in class org.apache.http.client.methods. RequestBuilder
 
getParameters() - Method in class org.apache.http.impl.auth. RFC2617Scheme
返回验证参数映射。
getParams() - Method in interface org.apache.http.client. HttpClient
已过时。
(4.3)使用RequestConfig
getParams() - Method in class org.apache.http.client.methods. HttpRequestWrapper
已过时。
(4.3)使用RequestConfig
getParams() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getParams() - Method in class org.apache.http.impl.client. AutoRetryHttpClient
已过时。
 
getParams() - Method in class org.apache.http.impl.client. DecompressingHttpClient
已过时。
 
getParams() - Method in class org.apache.http.impl.client. ProxyClient
已过时。
(4.3)不要使用。
getPassword() - Method in interface org.apache.http.auth. Credentials
 
getPassword() - Method in class org.apache.http.auth. KerberosCredentials
 
getPassword() - Method in class org.apache.http.auth. NTCredentials
 
getPassword() - Method in class org.apache.http.auth. UsernamePasswordCredentials
 
getPath() - Method in class org.apache.http.client.utils. URIBuilder
 
getPath() - Method in interface org.apache.http.cookie. Cookie
返回cookie的路径属性。
getPath() - Method in class org.apache.http.cookie. CookieOrigin
 
getPath() - Method in class org.apache.http.impl.cookie. BasicClientCookie
返回cookie的路径属性
getPlannedRoute() - Method in class org.apache.http.impl.conn.tsccm. BasicPoolEntry
已过时。
 
getPool() - Method in class org.apache.http.impl.conn.tsccm. WaitingThread
已过时。
获得池,如果有一个。
getPoolEntry() - Method in class org.apache.http.impl.conn. AbstractPooledConnAdapter
已过时。
(4.0.1)
getPoolEntry() - Method in class org.apache.http.impl.conn.tsccm. BasicPooledConnAdapter
已过时。
 
getPoolEntry(long, TimeUnit) - Method in interface org.apache.http.impl.conn.tsccm. PoolEntryRequest
已过时。
在给定的超时内获取连接的池条目。
getPort() - Method in class org.apache.http.auth. AuthScope
 
getPort() - Method in class org.apache.http.client.utils. URIBuilder
 
getPort() - Method in class org.apache.http.cookie. CookieOrigin
 
getPorts() - Method in interface org.apache.http.cookie. Cookie
获取端口属性。
getPorts() - Method in class org.apache.http.impl.cookie. BasicClientCookie
返回null。
getPorts() - Method in class org.apache.http.impl.cookie. BasicClientCookie2
 
getProtocolVersion() - Method in class org.apache.http.client.methods. HttpRequestBase
 
getProtocolVersion() - Method in class org.apache.http.client.methods. HttpRequestWrapper
 
getProtocolVersion() - Method in class org.apache.http.impl.client. RequestWrapper
已过时。
 
getProxy() - Method in class org.apache.http.client.config. RequestConfig
返回用于请求执行的HTTP代理。
getProxyAuthenticationHandler() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
(4.2)不要使用
getProxyAuthenticationStrategy() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getProxyAuthState() - Method in class org.apache.http.client.protocol. HttpClientContext
 
getProxyHost() - Method in class org.apache.http.conn.routing. HttpRoute
 
getProxyHost() - Method in interface org.apache.http.conn.routing. RouteInfo
获取第一个代理主机。
getProxyHost() - Method in class org.apache.http.conn.routing. RouteTracker
 
getProxyPreferredAuthSchemes() - Method in class org.apache.http.client.config. RequestConfig
在与代理主机进行身份验证时,确定支持的身份验证方案的优先顺序。
getProxySelector() - Method in class org.apache.http.impl.conn. ProxySelectorRoutePlanner
已过时。
获取代理选择器以使用。
getQueryParams() - Method in class org.apache.http.client.utils. URIBuilder
 
getRealm() - Method in interface org.apache.http.auth. AuthScheme
返回认证领域。
getRealm() - Method in class org.apache.http.auth. AuthScope
 
getRealm() - Method in class org.apache.http.impl.auth. KerberosScheme
认证领域的概念不被协商认证方案支持。
getRealm() - Method in class org.apache.http.impl.auth. NegotiateScheme
已过时。
认证领域的概念不被协商认证方案支持。
getRealm() - Method in class org.apache.http.impl.auth. NTLMScheme
 
getRealm() - Method in class org.apache.http.impl.auth. RFC2617Scheme
返回认证领域。
getRealm() - Method in class org.apache.http.impl.auth. SPNegoScheme
认证领域的概念不被协商认证方案支持。
getRedirect(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.http.client. RedirectStrategy
确定给定来自目标服务器和当前请求执行上下文的响应的重定向位置,并生成要发送到该位置的新请求。
getRedirect(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. DefaultRedirectStrategy
 
getRedirectHandler() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
(4.1)不要使用
getRedirectLocations() - Method in class org.apache.http.client.protocol. HttpClientContext
 
getRedirectStrategy() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getRemoteAddress() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
getRemotePort() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
getRequest() - Method in class org.apache.http.impl.client. RoutedRequest
已过时。
 
getRequestAverageDuration() - Method in class org.apache.http.impl.client. FutureRequestExecutionMetrics
 
getRequestConfig(HttpParams) - Static method in class org.apache.http.client.params. HttpClientParamConfig
已过时。
 
getRequestConfig(HttpParams, RequestConfig) - Static method in class org.apache.http.client.params. HttpClientParamConfig
已过时。
 
getRequestConfig() - Method in class org.apache.http.client.protocol. HttpClientContext
 
getRequestCount() - Method in class org.apache.http.impl.client. FutureRequestExecutionMetrics
 
getRequestExecutor() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getRequestInterceptor(int) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getRequestInterceptorCount() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getRequestLine() - Method in class org.apache.http.client.methods. HttpRequestBase
 
getRequestLine() - Method in class org.apache.http.client.methods. HttpRequestWrapper
 
getRequestLine() - Method in class org.apache.http.impl.client. RequestWrapper
已过时。
 
getRequestParams() - Method in class org.apache.http.impl.client. ClientParamsStack
已过时。
获取此堆栈的请求参数。
getResponse() - Method in exception org.apache.http.impl.client. TunnelRefusedException
已过时。
 
getResponse() - Method in exception org.apache.http.impl.execchain. TunnelRefusedException
 
getResponseInterceptor(int) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getResponseInterceptorCount() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getRetryCount() - Method in class org.apache.http.impl.client. DefaultHttpRequestRetryHandler
 
getRetryInterval() - Method in interface org.apache.http.client. ServiceUnavailableRetryStrategy
 
getRetryInterval() - Method in class org.apache.http.impl.client. DefaultServiceUnavailableRetryStrategy
 
getRoute() - Method in interface org.apache.http.conn. HttpRoutedConnection
已过时。
获取此连接的当前路由。
getRoute() - Method in interface org.apache.http.conn. ManagedClientConnection
已过时。
获取此连接的当前路由。
getRoute() - Method in class org.apache.http.impl.client. RoutedRequest
已过时。
 
getRoute() - Method in class org.apache.http.impl.conn. AbstractPooledConnAdapter
已过时。
 
getRoute() - Method in class org.apache.http.impl.conn.tsccm. BasicPoolEntryRef
已过时。
获取参考条目的计划路线。
getRoute() - Method in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
获取此池是特定的路由。
getRoutePlanner() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getRoutePool(HttpRoute, boolean) - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
获取可用连接的路由特定池。
getRoutes() - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
getRules() - Method in class org.apache.http.conn.util. PublicSuffixList
 
getScheduledConnectionCount() - Method in class org.apache.http.impl.client. FutureRequestExecutionMetrics
 
getScheme() - Method in class org.apache.http.auth. AuthScope
 
getScheme() - Method in class org.apache.http.client.utils. URIBuilder
 
getScheme(String) - Method in class org.apache.http.conn.scheme. SchemeRegistry
已过时。
按名称取得计划。
getScheme(HttpHost) - Method in class org.apache.http.conn.scheme. SchemeRegistry
已过时。
获得主机的方案。
getSchemeName() - Method in interface org.apache.http.auth. AuthScheme
返回给定认证方案的文本指定。
getSchemeName() - Method in class org.apache.http.impl.auth. BasicScheme
返回基本认证方案的文字指定。
getSchemeName() - Method in class org.apache.http.impl.auth. DigestScheme
返回摘要认证方案的文字指定。
getSchemeName() - Method in class org.apache.http.impl.auth. KerberosScheme
 
getSchemeName() - Method in class org.apache.http.impl.auth. NegotiateScheme
已过时。
返回协商认证方案的文本指定。
getSchemeName() - Method in class org.apache.http.impl.auth. NTLMScheme
 
getSchemeName() - Method in class org.apache.http.impl.auth. SPNegoScheme
 
getSchemeNames() - Method in class org.apache.http.auth. AuthSchemeRegistry
已过时。
获得一个包含所有注册名称的列表authentication schemes
getSchemeNames() - Method in class org.apache.http.conn.scheme. SchemeRegistry
已过时。
获得注册计划的名称。
getSchemeRegistry() - Method in interface org.apache.http.conn. ClientConnectionManager
已过时。
获得该经理使用的方案注册表。
getSchemeRegistry() - Method in class org.apache.http.impl.conn. BasicClientConnectionManager
已过时。
 
getSchemeRegistry() - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
getSchemeRegistry() - Method in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
 
getSchemeRegistry() - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
 
getSchemeSocketFactory() - Method in class org.apache.http.conn.scheme. Scheme
已过时。
获得插座工厂。
getSerializable() - Method in class org.apache.http.client.entity. EntityBuilder
返回实体内容为Serializable ,如果使用设置EntityBuilder.setSerializable(java.io.Serializable)方法。
getSocket() - Method in interface org.apache.http.conn. ManagedHttpClientConnection
返回底层socket。
getSocket() - Method in interface org.apache.http.conn. OperatedClientConnection
已过时。
获取此连接的套接字。
getSocket() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
getSocket() - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
getSocket() - Method in class org.apache.http.impl.conn. DefaultManagedHttpClientConnection
 
getSocketConfig() - Method in class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
getSocketConfig(HttpHost) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
getSocketFactory() - Static method in class org.apache.http.conn. MultihomePlainSocketFactory
已过时。
获得这个类的单例实例。
getSocketFactory() - Static method in class org.apache.http.conn.scheme. PlainSocketFactory
已过时。
获取默认工厂。
getSocketFactory() - Method in class org.apache.http.conn.scheme. Scheme
已过时。
getSocketFactory() - Static method in class org.apache.http.conn.socket. PlainConnectionSocketFactory
 
getSocketFactory() - Static method in class org.apache.http.conn.ssl. SSLConnectionSocketFactory
根据标准的JSSE信任资料(安全属性目录中的 cacerts文件)获取具有SSL上下文的默认SSL套接字工厂。
getSocketFactory() - Static method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
使用基于标准JSSE信任资料(安全属性目录中的 cacerts文件)获取具有SSL上下文的默认SSL套接字工厂。
getSocketTimeout() - Method in class org.apache.http.client.config. RequestConfig
定义套接字超时( SO_TIMEOUT )(以毫秒为单位),这是等待数据的超时,或 SO_TIMEOUT ,两个连续数据包之间的最大周期不活动)。
getSocketTimeout() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
getSpecNames() - Method in class org.apache.http.cookie. CookieSpecRegistry
已过时。
获取包含所有注册的名称的列表cookie specs的列表。
getSpengoGenerator() - Method in class org.apache.http.impl.auth. NegotiateSchemeFactory
已过时。
 
getSSLSession() - Method in interface org.apache.http.conn. HttpRoutedConnection
已过时。
获取底层连接的SSL会话(如果有)。
getSSLSession() - Method in interface org.apache.http.conn. ManagedClientConnection
已过时。
获取底层连接的SSL会话(如果有)。
getSSLSession() - Method in interface org.apache.http.conn. ManagedHttpClientConnection
获取底层连接的SSL会话(如果有)。
getSSLSession() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
getSSLSession() - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
getSSLSession() - Method in class org.apache.http.impl.conn. DefaultManagedHttpClientConnection
 
getState() - Method in class org.apache.http.auth. AuthState
 
getState() - Method in interface org.apache.http.conn. ManagedClientConnection
已过时。
返回与此连接关联的状态对象。
getState() - Method in class org.apache.http.impl.conn. AbstractPooledConnAdapter
已过时。
 
getState() - Method in class org.apache.http.impl.conn. AbstractPoolEntry
已过时。
返回与该池条目关联的状态对象。
getStats(HttpRoute) - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
getStats(HttpRoute) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
getStatusCode() - Method in exception org.apache.http.client. HttpResponseException
 
getStream() - Method in class org.apache.http.client.entity. EntityBuilder
返回实体内容为InputStream ,如果使用设置EntityBuilder.setStream(java.io.InputStream)方法。
getSuccessfulConnectionAverageDuration() - Method in class org.apache.http.impl.client. FutureRequestExecutionMetrics
 
getSuccessfulConnectionCount() - Method in class org.apache.http.impl.client. FutureRequestExecutionMetrics
 
getSystemSocketFactory() - Static method in class org.apache.http.conn.ssl. SSLConnectionSocketFactory
根据 Java™ Secure Socket Extension (JSSE) Reference Guide所述的系统属性获取具有SSL上下文的默认SSL套接字工厂。
getSystemSocketFactory() - Static method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
根据 "JavaTM Secure Socket Extension (JSSE) Reference Guide for the JavaTM 2 Platform Standard Edition 5所述的系统属性获取具有SSL上下文的默认SSL套接字工厂
getTarget() - Method in class org.apache.http.client.methods. HttpRequestWrapper
 
getTargetAuthenticationHandler() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
(4.2)不要使用
getTargetAuthenticationStrategy() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getTargetAuthState() - Method in class org.apache.http.client.protocol. HttpClientContext
 
getTargetHost() - Method in interface org.apache.http.conn. OperatedClientConnection
已过时。
获取此连接的目标主机。
getTargetHost() - Method in class org.apache.http.conn.routing. HttpRoute
 
getTargetHost() - Method in interface org.apache.http.conn.routing. RouteInfo
获取目标主机。
getTargetHost() - Method in class org.apache.http.conn.routing. RouteTracker
 
getTargetHost() - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
getTargetPreferredAuthSchemes() - Method in class org.apache.http.client.config. RequestConfig
确定与目标主机进行身份验证时支持的身份验证方案的优先顺序。
getTaskAverageDuration() - Method in class org.apache.http.impl.client. FutureRequestExecutionMetrics
 
getTaskCount() - Method in class org.apache.http.impl.client. FutureRequestExecutionMetrics
 
getText() - Method in class org.apache.http.client.entity. EntityBuilder
如果使用 EntityBuilder.setText(String)方法设置,则返回实体内容作为字符串。
getThread() - Method in class org.apache.http.impl.conn.tsccm. WaitingThread
已过时。
获得线程,如果有的话。
getTimeout(HttpParams) - Static method in class org.apache.http.conn.params. ConnManagerParams
getTotalStats() - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
getTotalStats() - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
getTunnelType() - Method in class org.apache.http.conn.routing. HttpRoute
 
getTunnelType() - Method in interface org.apache.http.conn.routing. RouteInfo
获取此路由的隧道类型。
getTunnelType() - Method in class org.apache.http.conn.routing. RouteTracker
 
getType() - Method in class org.apache.http.conn.ssl. PrivateKeyDetails
已过时。
 
getType() - Method in class org.apache.http.conn.util. PublicSuffixList
 
getUpdated() - Method in class org.apache.http.impl.conn.tsccm. BasicPoolEntry
已过时。
 
getURI() - Method in class org.apache.http.client.methods. HttpRequestBase
返回原始请求URI。
getURI() - Method in class org.apache.http.client.methods. HttpRequestWrapper
 
getURI() - Method in interface org.apache.http.client.methods. HttpUriRequest
返回此请求使用的URI,如 http://example.org/path/to/file
getUri() - Method in class org.apache.http.client.methods. RequestBuilder
 
getURI() - Method in class org.apache.http.impl.client. RequestWrapper
已过时。
 
getUserInfo() - Method in class org.apache.http.client.utils. URIBuilder
 
getUserName() - Method in class org.apache.http.auth. NTCredentials
 
getUsername() - Method in class org.apache.http.auth. NTUserPrincipal
 
getUserName() - Method in class org.apache.http.auth. UsernamePasswordCredentials
 
getUserPrincipal() - Method in interface org.apache.http.auth. Credentials
 
getUserPrincipal() - Method in class org.apache.http.auth. KerberosCredentials
 
getUserPrincipal() - Method in class org.apache.http.auth. NTCredentials
 
getUserPrincipal() - Method in class org.apache.http.auth. UsernamePasswordCredentials
 
getUserToken(Class<T>) - Method in class org.apache.http.client.protocol. HttpClientContext
 
getUserToken() - Method in class org.apache.http.client.protocol. HttpClientContext
 
getUserToken(HttpContext) - Method in interface org.apache.http.client. UserTokenHandler
如果上下文是用户特定的,则此方法返回的令牌对象预计将唯一标识当前用户,如果不是, null
getUserToken(HttpContext) - Method in class org.apache.http.impl.client. DefaultUserTokenHandler
 
getUserToken(HttpContext) - Method in class org.apache.http.impl.client. NoopUserTokenHandler
 
getUserTokenHandler() - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
getValidateAfterInactivity() - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
getValidUntil() - Method in class org.apache.http.impl.conn.tsccm. BasicPoolEntry
已过时。
 
getValue() - Method in interface org.apache.http.cookie. Cookie
返回值。
getValue() - Method in class org.apache.http.impl.cookie. BasicClientCookie
返回值。
getVersion() - Method in class org.apache.http.client.methods. RequestBuilder
 
getVersion() - Method in interface org.apache.http.cookie. Cookie
返回此cookie符合的cookie规范的版本。
getVersion() - Method in interface org.apache.http.cookie. CookieSpec
返回该cookie规范符合的状态管理版本。
getVersion() - Method in class org.apache.http.impl.cookie. BasicClientCookie
返回此cookie符合的cookie规范的版本。
getVersion() - Method in class org.apache.http.impl.cookie. BrowserCompatSpec
已过时。
 
getVersion() - Method in class org.apache.http.impl.cookie. DefaultCookieSpec
 
getVersion() - Method in class org.apache.http.impl.cookie. IgnoreSpec
 
getVersion() - Method in class org.apache.http.impl.cookie. NetscapeDraftSpec
 
getVersion() - Method in class org.apache.http.impl.cookie. RFC2109Spec
 
getVersion() - Method in class org.apache.http.impl.cookie. RFC2965Spec
 
getVersion() - Method in class org.apache.http.impl.cookie. RFC6265CookieSpec
 
getVersionHeader() - Method in interface org.apache.http.cookie. CookieSpec
返回一个标识什么版本的状态管理规范被理解的请求头。
getVersionHeader() - Method in class org.apache.http.impl.cookie. BrowserCompatSpec
已过时。
 
getVersionHeader() - Method in class org.apache.http.impl.cookie. DefaultCookieSpec
 
getVersionHeader() - Method in class org.apache.http.impl.cookie. IgnoreSpec
 
getVersionHeader() - Method in class org.apache.http.impl.cookie. NetscapeDraftSpec
 
getVersionHeader() - Method in class org.apache.http.impl.cookie. RFC2109Spec
 
getVersionHeader() - Method in class org.apache.http.impl.cookie. RFC2965Spec
 
getVersionHeader() - Method in class org.apache.http.impl.cookie. RFC6265CookieSpec
 
getWeakRef() - Method in class org.apache.http.impl.conn.tsccm. BasicPoolEntry
已过时。
 
getWorkstation() - Method in class org.apache.http.auth. NTCredentials
检索发起请求的计算机的工作站名称。
getWrappedConnection() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
GGSSchemeBase - Class in org.apache.http.impl.auth
 
GMT - Static variable in class org.apache.http.client.utils. DateUtils
 
GMT - Static variable in class org.apache.http.impl.cookie. DateUtils
已过时。
 
gzipCompress() - Method in class org.apache.http.client.entity. EntityBuilder
使实体GZIP压缩。
GzipCompressingEntity - Class in org.apache.http.client.entity
包装实体,当 writing压缩内容。
GzipCompressingEntity(HttpEntity) - Constructor for class org.apache.http.client.entity. GzipCompressingEntity
 
GzipDecompressingEntity - Class in org.apache.http.client.entity
HttpEntityWrapper用于处理gzip内容编码响应。
GzipDecompressingEntity(HttpEntity) - Constructor for class org.apache.http.client.entity. GzipDecompressingEntity
创建一个新的GzipDecompressingEntity将包装指定的HttpEntity

H

HANDLE_AUTHENTICATION - Static variable in interface org.apache.http.client.params. ClientPNames
已过时。
定义是否应自动处理身份验证。
HANDLE_REDIRECTS - Static variable in interface org.apache.http.client.params. ClientPNames
已过时。
定义是否应自动处理重定向
handleAsIdempotent(HttpRequest) - Method in class org.apache.http.impl.client. DefaultHttpRequestRetryHandler
 
handleAsIdempotent(HttpRequest) - Method in class org.apache.http.impl.client. StandardHttpRequestRetryHandler
 
handleAuthChallenge(HttpHost, HttpResponse, AuthenticationStrategy, AuthState, HttpContext) - Method in class org.apache.http.impl.auth. HttpAuthenticator
 
handleEntity(HttpEntity) - Method in class org.apache.http.impl.client. AbstractResponseHandler
处理响应实体并将其转换为实际响应对象。
handleEntity(HttpEntity) - Method in class org.apache.http.impl.client. BasicResponseHandler
以String作为主体返回实体。
handleLostEntry(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
 
handleLostEntry(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
 
handleReference(Reference<?>) - Method in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
 
handleResponse(HttpResponse) - Method in interface org.apache.http.client. ResponseHandler
处理HttpResponse并返回与该响应相对应的一些值。
handleResponse(HttpResponse) - Method in class org.apache.http.impl.client. AbstractResponseHandler
如果响应成功(2xx状态代码),请从响应体读取实体并将其传递给实体处理程序方法。
handleResponse(HttpResponse) - Method in class org.apache.http.impl.client. BasicResponseHandler
 
handleResponse(RoutedRequest, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
分析一个回应,以检查后续需求。
hasAuthOptions() - Method in class org.apache.http.auth. AuthState
如果AuthOption可用,则返回true ,否则为false
hashCode() - Method in class org.apache.http.auth. AuthScope
 
hashCode() - Method in class org.apache.http.auth. BasicUserPrincipal
 
hashCode() - Method in class org.apache.http.auth. NTCredentials
 
hashCode() - Method in class org.apache.http.auth. NTUserPrincipal
 
hashCode() - Method in class org.apache.http.auth. UsernamePasswordCredentials
 
hashCode() - Method in class org.apache.http.conn.routing. HttpRoute
生成此路由的哈希码。
hashCode() - Method in class org.apache.http.conn.routing. RouteTracker
为此跟踪路由生成哈希码。
hashCode() - Method in class org.apache.http.conn.scheme. Scheme
已过时。
 
hasThread() - Method in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
检查此池中是否有等待线程。
head() - Static method in class org.apache.http.client.methods. RequestBuilder
 
head(URI) - Static method in class org.apache.http.client.methods. RequestBuilder
 
head(String) - Static method in class org.apache.http.client.methods. RequestBuilder
 
HostNameResolver - Interface in org.apache.http.conn.scheme
已过时。
(4.1)不要使用
HTTP_ROUTE - Static variable in class org.apache.http.client.protocol. HttpClientContext
表示实际连接路由的RouteInfo对象的属性名称。
HttpAuthenticator - Class in org.apache.http.impl.auth
 
HttpAuthenticator(Log) - Constructor for class org.apache.http.impl.auth. HttpAuthenticator
 
HttpAuthenticator() - Constructor for class org.apache.http.impl.auth. HttpAuthenticator
 
HttpAuthenticator - Class in org.apache.http.impl.client
已过时。
(4.3)保留供内部使用。
HttpAuthenticator(Log) - Constructor for class org.apache.http.impl.client. HttpAuthenticator
已过时。
 
HttpAuthenticator() - Constructor for class org.apache.http.impl.client. HttpAuthenticator
已过时。
 
HttpClient - Interface in org.apache.http.client
此接口仅代表执行HTTP请求的最基本的合同。
HttpClientBuilder - Class in org.apache.http.impl.client
生成器为CloseableHttpClient实例。
HttpClientBuilder() - Constructor for class org.apache.http.impl.client. HttpClientBuilder
 
HttpClientConnectionManager - Interface in org.apache.http.conn
表示持久客户端连接的管理员。
HttpClientConnectionOperator - Interface in org.apache.http.conn
执行连接连接和升级操作的连接运算符。
HttpClientContext - Class in org.apache.http.client.protocol
适配器类,为HTTP请求执行过程中使用的常用的HttpContext属性提供方便类型的安全设置器和getter。
HttpClientContext(HttpContext) - Constructor for class org.apache.http.client.protocol. HttpClientContext
 
HttpClientContext() - Constructor for class org.apache.http.client.protocol. HttpClientContext
 
HttpClientParamConfig - Class in org.apache.http.client.params
已过时。
(4.3)提供与HttpParams兼容性。 不使用。
HttpClientParams - Class in org.apache.http.client.params
已过时。
(4.3)使用RequestConfig
HttpClients - Class in org.apache.http.impl.client
工厂方法为CloseableHttpClient实例。
HttpClientUtils - Class in org.apache.http.client.utils
关闭响应和客户端对象的便利方法。
HttpConnectionFactory< T, C extends HttpConnection> - Interface in org.apache.http.conn
通用HttpConnection工厂。
HttpDelete - Class in org.apache.http.client.methods
HTTP DELETE方法
HttpDelete() - Constructor for class org.apache.http.client.methods. HttpDelete
 
HttpDelete(URI) - Constructor for class org.apache.http.client.methods. HttpDelete
 
HttpDelete(String) - Constructor for class org.apache.http.client.methods. HttpDelete
 
HttpEntityEnclosingRequestBase - Class in org.apache.http.client.methods
包含可以修改的HTTP请求的实体的基本实现
HttpEntityEnclosingRequestBase() - Constructor for class org.apache.http.client.methods. HttpEntityEnclosingRequestBase
 
HttpExecutionAware - Interface in org.apache.http.client.methods
要由任何可能被取消的I / O操作阻塞通知的对象实现的接口。
HttpGet - Class in org.apache.http.client.methods
HTTP GET方法。
HttpGet() - Constructor for class org.apache.http.client.methods. HttpGet
 
HttpGet(URI) - Constructor for class org.apache.http.client.methods. HttpGet
 
HttpGet(String) - Constructor for class org.apache.http.client.methods. HttpGet
 
HttpHead - Class in org.apache.http.client.methods
HTTP HEAD方法。
HttpHead() - Constructor for class org.apache.http.client.methods. HttpHead
 
HttpHead(URI) - Constructor for class org.apache.http.client.methods. HttpHead
 
HttpHead(String) - Constructor for class org.apache.http.client.methods. HttpHead
 
HttpHostConnectException - Exception in org.apache.http.conn
A ConnectException指定正在连接的HttpHost
HttpHostConnectException(HttpHost, ConnectException) - Constructor for exception org.apache.http.conn. HttpHostConnectException
HttpHostConnectException(IOException, HttpHost, InetAddress...) - Constructor for exception org.apache.http.conn. HttpHostConnectException
基于原始的IOException创建一个HttpHostConnectException
HttpInetSocketAddress - Class in org.apache.http.conn
已过时。
(4.3)
HttpInetSocketAddress(HttpHost, InetAddress, int) - Constructor for class org.apache.http.conn. HttpInetSocketAddress
已过时。
 
HttpOptions - Class in org.apache.http.client.methods
HTTP选项方法。
HttpOptions() - Constructor for class org.apache.http.client.methods. HttpOptions
 
HttpOptions(URI) - Constructor for class org.apache.http.client.methods. HttpOptions
 
HttpOptions(String) - Constructor for class org.apache.http.client.methods. HttpOptions
 
HttpPatch - Class in org.apache.http.client.methods
HTTP PATCH方法。
HttpPatch() - Constructor for class org.apache.http.client.methods. HttpPatch
 
HttpPatch(URI) - Constructor for class org.apache.http.client.methods. HttpPatch
 
HttpPatch(String) - Constructor for class org.apache.http.client.methods. HttpPatch
 
HttpPost - Class in org.apache.http.client.methods
HTTP POST方法。
HttpPost() - Constructor for class org.apache.http.client.methods. HttpPost
 
HttpPost(URI) - Constructor for class org.apache.http.client.methods. HttpPost
 
HttpPost(String) - Constructor for class org.apache.http.client.methods. HttpPost
 
httpProcessor - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
HTTP协议处理器
HttpPut - Class in org.apache.http.client.methods
HTTP PUT方法。
HttpPut() - Constructor for class org.apache.http.client.methods. HttpPut
 
HttpPut(URI) - Constructor for class org.apache.http.client.methods. HttpPut
 
HttpPut(String) - Constructor for class org.apache.http.client.methods. HttpPut
 
HttpRequestBase - Class in org.apache.http.client.methods
基地执行HttpUriRequest
HttpRequestBase() - Constructor for class org.apache.http.client.methods. HttpRequestBase
 
HttpRequestFutureTask< V> - Class in org.apache.http.impl.client
FutureTask实现包装HttpAsyncClientCallable并公开各种特定的任务指标。
HttpRequestFutureTask(HttpUriRequest, HttpRequestTaskCallable<V>) - Constructor for class org.apache.http.impl.client. HttpRequestFutureTask
 
HttpRequestRetryHandler - Interface in org.apache.http.client
一个处理程序,用于确定在执行期间可执行的异常之后是否应重试HttpRequest。
HttpRequestWrapper - Class in org.apache.http.client.methods
用于HttpRequest的包装类,可用于更改当前请求的属性,而无需修改原始对象。
HttpResponseException - Exception in org.apache.http.client
发出非2xx HTTP响应。
HttpResponseException(int, String) - Constructor for exception org.apache.http.client. HttpResponseException
 
HttpRoute - Class in org.apache.http.conn.routing
请求的路由。
HttpRoute(HttpHost, InetAddress, HttpHost[], boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.http.conn.routing. HttpRoute
创建一个具有明确指定的所有属性的新路由。
HttpRoute(HttpHost, InetAddress, HttpHost, boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.http.conn.routing. HttpRoute
创建一个最多一个代理的新路由。
HttpRoute(HttpHost, InetAddress, boolean) - Constructor for class org.apache.http.conn.routing. HttpRoute
创建一条新的直达路线。
HttpRoute(HttpHost) - Constructor for class org.apache.http.conn.routing. HttpRoute
创造一个新的直接不安全的路线。
HttpRoute(HttpHost, InetAddress, HttpHost, boolean) - Constructor for class org.apache.http.conn.routing. HttpRoute
通过代理创建新路由。
HttpRoute(HttpHost, HttpHost) - Constructor for class org.apache.http.conn.routing. HttpRoute
通过代理创建新的简单路由。
HttpRoutedConnection - Interface in org.apache.http.conn
已过时。
(4.3)替换为HttpClientConnectionManager
HttpRouteDirector - Interface in org.apache.http.conn.routing
提供建立路线的方向。
HttpRoutePlanner - Interface in org.apache.http.conn.routing
封装逻辑以计算目标主机的HttpRoute
HttpTrace - Class in org.apache.http.client.methods
HTTP TRACE方法。
HttpTrace() - Constructor for class org.apache.http.client.methods. HttpTrace
 
HttpTrace(URI) - Constructor for class org.apache.http.client.methods. HttpTrace
 
HttpTrace(String) - Constructor for class org.apache.http.client.methods. HttpTrace
 
HttpUriRequest - Interface in org.apache.http.client.methods
扩展版本的HttpRequest接口,提供访问请求属性(如请求URI和方法类型)的便利方法。

I

IdleConnectionEvictor - Class in org.apache.http.impl.client
此类维护一个后台线程,以强制执行在连接池中保持活动的过期/空闲持久连接的逐出策略。
IdleConnectionEvictor(HttpClientConnectionManager, ThreadFactory, long, TimeUnit, long, TimeUnit) - Constructor for class org.apache.http.impl.client. IdleConnectionEvictor
 
IdleConnectionEvictor(HttpClientConnectionManager, long, TimeUnit, long, TimeUnit) - Constructor for class org.apache.http.impl.client. IdleConnectionEvictor
 
IdleConnectionEvictor(HttpClientConnectionManager, long, TimeUnit) - Constructor for class org.apache.http.impl.client. IdleConnectionEvictor
 
IdleConnectionHandler - Class in org.apache.http.impl.conn
已过时。
(4.1)不再使用
IdleConnectionHandler() - Constructor for class org.apache.http.impl.conn. IdleConnectionHandler
已过时。
 
idleConnHandler - Variable in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
 
Idn - Interface in org.apache.http.client.utils
已过时。
(4.4)使用标准IDN
IGNORE_COOKIES - Static variable in class org.apache.http.client.config. CookieSpecs
忽略cookie的策略。
IGNORE_COOKIES - Static variable in class org.apache.http.client.params. CookiePolicy
已过时。
忽略cookie的策略。
IgnoreSpec - Class in org.apache.http.impl.cookie
CookieSpec忽略所有Cookie
IgnoreSpec() - Constructor for class org.apache.http.impl.cookie. IgnoreSpec
 
IgnoreSpecFactory - Class in org.apache.http.impl.cookie
已过时。
(4.4)使用IgnoreSpecProvider
IgnoreSpecFactory() - Constructor for class org.apache.http.impl.cookie. IgnoreSpecFactory
已过时。
 
IgnoreSpecProvider - Class in org.apache.http.impl.cookie
CookieSpecProvider忽略所有cookie的实现。
IgnoreSpecProvider() - Constructor for class org.apache.http.impl.cookie. IgnoreSpecProvider
 
incrementExecCount() - Method in class org.apache.http.impl.client. RequestWrapper
已过时。
 
InetAddressUtils - Class in org.apache.http.conn.util
与InetAddresses相关的实用程序集合。
InMemoryDnsResolver - Class in org.apache.http.impl.conn
内存DnsResolver实现。
InMemoryDnsResolver() - Constructor for class org.apache.http.impl.conn. InMemoryDnsResolver
构建一个DNS解析器,它将根据内存中的集合来解析主机名。
input(InputStream) - Method in class org.apache.http.impl.conn. Wire
 
input(byte[], int, int) - Method in class org.apache.http.impl.conn. Wire
 
input(byte[]) - Method in class org.apache.http.impl.conn. Wire
 
input(int) - Method in class org.apache.http.impl.conn. Wire
 
input(String) - Method in class org.apache.http.impl.conn. Wire
 
InputStreamFactory - Interface in org.apache.http.client.entity
工厂装修InputStream s。
INSTANCE - Static variable in class org.apache.http.conn.socket. PlainConnectionSocketFactory
 
INSTANCE - Static variable in class org.apache.http.conn.ssl. AllowAllHostnameVerifier
已过时。
 
INSTANCE - Static variable in class org.apache.http.conn.ssl. BrowserCompatHostnameVerifier
已过时。
 
INSTANCE - Static variable in class org.apache.http.conn.ssl. NoopHostnameVerifier
 
INSTANCE - Static variable in class org.apache.http.conn.ssl. StrictHostnameVerifier
已过时。
 
INSTANCE - Static variable in class org.apache.http.conn.ssl. TrustSelfSignedStrategy
 
INSTANCE - Static variable in class org.apache.http.cookie. CookiePathComparator
 
INSTANCE - Static variable in class org.apache.http.cookie. CookiePriorityComparator
 
INSTANCE - Static variable in class org.apache.http.impl.client. DefaultClientConnectionReuseStrategy
 
INSTANCE - Static variable in class org.apache.http.impl.client. DefaultConnectionKeepAliveStrategy
 
INSTANCE - Static variable in class org.apache.http.impl.client. DefaultHttpRequestRetryHandler
 
INSTANCE - Static variable in class org.apache.http.impl.client. DefaultRedirectStrategy
 
INSTANCE - Static variable in class org.apache.http.impl.client. DefaultUserTokenHandler
 
INSTANCE - Static variable in class org.apache.http.impl.client. LaxRedirectStrategy
 
INSTANCE - Static variable in class org.apache.http.impl.client. NoopUserTokenHandler
 
INSTANCE - Static variable in class org.apache.http.impl.client. ProxyAuthenticationStrategy
 
INSTANCE - Static variable in class org.apache.http.impl.client. TargetAuthenticationStrategy
 
INSTANCE - Static variable in class org.apache.http.impl.conn. DefaultHttpResponseParserFactory
 
INSTANCE - Static variable in class org.apache.http.impl.conn. DefaultSchemePortResolver
 
INSTANCE - Static variable in class org.apache.http.impl.conn. ManagedHttpClientConnectionFactory
 
INSTANCE - Static variable in class org.apache.http.impl.conn. SystemDefaultDnsResolver
 
interrupt() - Method in class org.apache.http.impl.conn.tsccm. WaitingThread
已过时。
 
invalidate() - Method in class org.apache.http.auth. AuthState
已过时。
(4.2)使用AuthState.reset()
InvalidCredentialsException - Exception in org.apache.http.auth
响应认证挑战所需的认证凭证无效
InvalidCredentialsException() - Constructor for exception org.apache.http.auth. InvalidCredentialsException
使用 null详细消息创建新的InvalidCredentialsException。
InvalidCredentialsException(String) - Constructor for exception org.apache.http.auth. InvalidCredentialsException
使用指定的消息创建一个新的InvalidCredentialsException。
InvalidCredentialsException(String, Throwable) - Constructor for exception org.apache.http.auth. InvalidCredentialsException
创建一个新的InvalidCredentialsException与指定的详细信息和原因。
isAborted() - Method in class org.apache.http.client.methods. AbstractExecutionAwareRequest
 
isAborted() - Method in interface org.apache.http.client.methods. HttpExecutionAware
 
isAborted() - Method in class org.apache.http.client.methods. HttpRequestWrapper
 
isAborted() - Method in interface org.apache.http.client.methods. HttpUriRequest
测试请求执行是否已中止。
isAborted() - Method in class org.apache.http.impl.client. RequestWrapper
已过时。
 
isAbsolute() - Method in class org.apache.http.client.utils. URIBuilder
 
isAuthenticating(HttpParams) - Static method in class org.apache.http.client.params. HttpClientParams
已过时。
 
isAuthenticationEnabled() - Method in class org.apache.http.client.config. RequestConfig
确定是否应自动处理身份验证。
isAuthenticationRequested(HttpResponse, HttpContext) - Method in interface org.apache.http.client. AuthenticationHandler
已过时。
确定给定的HTTP响应响应是否表示由于身份验证失败而发回的身份验证挑战
isAuthenticationRequested(HttpHost, HttpResponse, HttpContext) - Method in interface org.apache.http.client. AuthenticationStrategy
确定给定的HTTP响应响应是否表示由于身份验证失败而发回的身份验证挑战。
isAuthenticationRequested(HttpHost, HttpResponse, AuthenticationStrategy, AuthState, HttpContext) - Method in class org.apache.http.impl.auth. HttpAuthenticator
 
isAuthenticationRequested(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. DefaultProxyAuthenticationHandler
已过时。
 
isAuthenticationRequested(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. DefaultTargetAuthenticationHandler
已过时。
 
isChunked() - Method in class org.apache.http.client.entity. EntityBuilder
返回 true如果实体是块编码, false否则。
isChunked() - Method in class org.apache.http.client.entity. GzipCompressingEntity
 
isCircularRedirectsAllowed() - Method in class org.apache.http.client.config. RequestConfig
确定是否允许循环重定向(重定向到同一位置)。
isComplete() - Method in interface org.apache.http.auth. AuthScheme
认证过程可能涉及一系列质询 - 响应交换。
isComplete() - Method in class org.apache.http.impl.auth. BasicScheme
测试基本认证过程是否完成。
isComplete() - Method in class org.apache.http.impl.auth. DigestScheme
测试摘要认证过程是否完成。
isComplete() - Method in class org.apache.http.impl.auth. GGSSchemeBase
 
isComplete() - Method in class org.apache.http.impl.auth. NTLMScheme
 
isConnected() - Method in class org.apache.http.conn.routing. RouteTracker
 
isConnectionBased() - Method in interface org.apache.http.auth. AuthScheme
测试认证方案是否以每个连接为基础提供授权,而不是通常的每个请求的基础
isConnectionBased() - Method in class org.apache.http.impl.auth. BasicScheme
退货 false
isConnectionBased() - Method in class org.apache.http.impl.auth. DigestScheme
退货 false
isConnectionBased() - Method in class org.apache.http.impl.auth. KerberosScheme
退货 true
isConnectionBased() - Method in class org.apache.http.impl.auth. NegotiateScheme
已过时。
退货 true
isConnectionBased() - Method in class org.apache.http.impl.auth. NTLMScheme
 
isConnectionBased() - Method in class org.apache.http.impl.auth. SPNegoScheme
退货 true
isContentCompressionEnabled() - Method in class org.apache.http.client.config. RequestConfig
确定是否请求目标服务器压缩内容。
isDataAvailable(int) - Method in class org.apache.http.impl.conn. LoggingSessionInputBuffer
已过时。
 
isDecompressionEnabled() - Method in class org.apache.http.client.config. RequestConfig
已过时。
isEncoded(HttpEntity) - Static method in class org.apache.http.client.utils. URLEncodedUtils
如果实体的Content-Type头为 application/x-www-form-urlencoded则返回true。
isEof() - Method in class org.apache.http.impl.conn. LoggingSessionInputBuffer
已过时。
 
isExpectContinueEnabled() - Method in class org.apache.http.client.config. RequestConfig
确定是否为实体封闭方法启用了“Expect:100-Continue”握手。
isExpired(Date) - Method in interface org.apache.http.cookie. Cookie
如果此cookie已过期,则返回true。
isExpired(long) - Method in class org.apache.http.impl.conn.tsccm. BasicPoolEntry
已过时。
 
isExpired(Date) - Method in class org.apache.http.impl.cookie. BasicClientCookie
如果此cookie已过期,则返回true。
isExpired(Date) - Method in class org.apache.http.impl.cookie. BasicClientCookie2
 
isGzipCompress() - Method in class org.apache.http.client.entity. EntityBuilder
返回 true如果实体被gzip压缩, false其他。
isIPv4Address(String) - Static method in class org.apache.http.conn.util. InetAddressUtils
检查参数是否是有效的IPv4地址
isIPv4MappedIPv64Address(String) - Static method in class org.apache.http.conn.util. InetAddressUtils
 
isIPv6Address(String) - Static method in class org.apache.http.conn.util. InetAddressUtils
检查参数是否是有效的IPv6地址(包括压缩的)。
isIPv6HexCompressedAddress(String) - Static method in class org.apache.http.conn.util. InetAddressUtils
检查参数是否是有效的压缩IPv6地址
isIPv6StdAddress(String) - Static method in class org.apache.http.conn.util. InetAddressUtils
检查参数是否是有效的标准(非压缩)IPv6地址
isLayered() - Method in class org.apache.http.conn.routing. HttpRoute
 
isLayered() - Method in interface org.apache.http.conn.routing. RouteInfo
检查此路由是否包含分层协议。
isLayered() - Method in class org.apache.http.conn.routing. RouteTracker
 
isLayered() - Method in class org.apache.http.conn.scheme. Scheme
已过时。
指示此方案是否允许分层连接。
isMarkedReusable() - Method in interface org.apache.http.conn. ManagedClientConnection
已过时。
指示此连接是否处于可重用的通信状态。
isMarkedReusable() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
isOpaque() - Method in class org.apache.http.client.utils. URIBuilder
 
isOpen() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
isPersistent() - Method in interface org.apache.http.cookie. Cookie
如果在“会话”结尾处丢弃cookie,则返回false ; true否则。
isPersistent() - Method in class org.apache.http.impl.cookie. BasicClientCookie
如果cookie应该在“会话”结尾处丢弃,则返回false ; true否则。
isPersistent() - Method in class org.apache.http.impl.cookie. BasicClientCookie2
 
isProxy() - Method in class org.apache.http.impl.auth. AuthSchemeBase
如果对代理进行身份验证,则返回 true ,否则为 false
isReadAllowed() - Method in class org.apache.http.conn. EofSensorInputStream
检查底层流是否可以读取。
isRedirectable(String) - Method in class org.apache.http.impl.client. DefaultRedirectStrategy
 
isRedirectable(String) - Method in class org.apache.http.impl.client. LaxRedirectStrategy
 
isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.http.client. RedirectStrategy
确定一个请求是否应该被重定向到一个新的位置,给定来自目标服务器的响应。
isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. DefaultRedirectStrategy
 
isRedirecting(HttpParams) - Static method in class org.apache.http.client.params. HttpClientParams
已过时。
 
isRedirectRequested(HttpResponse, HttpContext) - Method in interface org.apache.http.client. RedirectHandler
已过时。
确定一个请求是否应该被重定向到一个新的位置,给定来自目标服务器的响应。
isRedirectRequested(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. DefaultRedirectHandler
已过时。
 
isRedirectsEnabled() - Method in class org.apache.http.client.config. RequestConfig
确定是否应自动处理重定向。
isRelativeRedirectsAllowed() - Method in class org.apache.http.client.config. RequestConfig
确定是否应拒绝相对重定向。
isReleased() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
isRepeatable() - Method in class org.apache.http.conn. BasicManagedEntity
已过时。
 
isRepeatable() - Method in class org.apache.http.impl.client. EntityEnclosingRequestWrapper
已过时。
 
isRepeatable() - Method in class org.apache.http.impl.client. RequestWrapper
已过时。
 
isRequestSentRetryEnabled() - Method in class org.apache.http.impl.client. DefaultHttpRequestRetryHandler
 
isResponseAvailable(int) - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
isRunning() - Method in class org.apache.http.impl.client. IdleConnectionEvictor
 
isSecure() - Method in interface org.apache.http.conn. HttpRoutedConnection
已过时。
指示此连接是否安全。
isSecure() - Method in interface org.apache.http.conn. ManagedClientConnection
已过时。
指示此连接是否安全。
isSecure(Socket) - Method in class org.apache.http.conn. MultihomePlainSocketFactory
已过时。
检查插座连接是否安全。
isSecure() - Method in interface org.apache.http.conn. OperatedClientConnection
已过时。
指示此连接是否安全。
isSecure() - Method in class org.apache.http.conn.routing. HttpRoute
 
isSecure() - Method in interface org.apache.http.conn.routing. RouteInfo
检查这条路线是否安全。
isSecure() - Method in class org.apache.http.conn.routing. RouteTracker
 
isSecure(Socket) - Method in class org.apache.http.conn.scheme. PlainSocketFactory
已过时。
检查插座连接是否安全。
isSecure(Socket) - Method in interface org.apache.http.conn.scheme. SchemeSocketFactory
已过时。
检查套接字是否提供安全连接。
isSecure(Socket) - Method in interface org.apache.http.conn.scheme. SocketFactory
已过时。
检查套接字是否提供安全连接。
isSecure(Socket) - Method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
检查插座连接是否安全。
isSecure() - Method in interface org.apache.http.cookie. Cookie
指示此Cookie是否需要安全连接。
isSecure() - Method in class org.apache.http.cookie. CookieOrigin
 
isSecure() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
isSecure() - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
isSecure() - Method in class org.apache.http.impl.cookie. BasicClientCookie
 
isShutDown - Variable in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
指示此连接管理器是否关闭。
isShutDown - Variable in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
指示此池是否关闭。
isStale() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
isStaleConnectionCheckEnabled() - Method in class org.apache.http.client.config. RequestConfig
isStripPort() - Method in class org.apache.http.impl.auth. KerberosSchemeFactory
 
isStripPort() - Method in class org.apache.http.impl.auth. NegotiateSchemeFactory
已过时。
 
isStripPort() - Method in class org.apache.http.impl.auth. SPNegoSchemeFactory
 
issuedConnections - Variable in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
 
isTrusted(X509Certificate[], String) - Method in class org.apache.http.conn.ssl. TrustSelfSignedStrategy
 
isTunnelled() - Method in class org.apache.http.conn.routing. HttpRoute
 
isTunnelled() - Method in interface org.apache.http.conn.routing. RouteInfo
检查此路由是否通过代理隧道通过。
isTunnelled() - Method in class org.apache.http.conn.routing. RouteTracker
 
isUnused() - Method in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
指示此池是否未使用。
isUseCanonicalHostname() - Method in class org.apache.http.impl.auth. KerberosSchemeFactory
 
isUseCanonicalHostname() - Method in class org.apache.http.impl.auth. SPNegoSchemeFactory
 
isValid() - Method in class org.apache.http.auth. AuthState
已过时。
(4.2)不要使用

J

JdkIdn - Class in org.apache.http.client.utils
已过时。
(4.4)使用标准IDN
JdkIdn() - Constructor for class org.apache.http.client.utils. JdkIdn
已过时。
 

K

keepAlive(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. DefaultClientConnectionReuseStrategy
 
keepAliveStrategy - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
保持持续时间策略。
KERBEROS - Static variable in class org.apache.http.client.config. AuthSchemes
RFC 4120中定义的Kerberos认证方案(被认为是当前支持的认证方案中最安全的)。
KERBEROS - Static variable in class org.apache.http.client.params. AuthPolicy
已过时。
Kerberos认证方案。
KerberosCredentials - Class in org.apache.http.auth
Credentials基于Kerberos身份验证的GSSCredential实现。
KerberosCredentials(GSSCredential) - Constructor for class org.apache.http.auth. KerberosCredentials
具有GSSCredential参数的构造方法
KerberosScheme - Class in org.apache.http.impl.auth
KERBEROS认证方案。
KerberosScheme(boolean, boolean) - Constructor for class org.apache.http.impl.auth. KerberosScheme
 
KerberosScheme(boolean) - Constructor for class org.apache.http.impl.auth. KerberosScheme
 
KerberosScheme() - Constructor for class org.apache.http.impl.auth. KerberosScheme
 
KerberosSchemeFactory - Class in org.apache.http.impl.auth
AuthSchemeProvider实现创建和初始化KerberosScheme实例。
KerberosSchemeFactory(boolean, boolean) - Constructor for class org.apache.http.impl.auth. KerberosSchemeFactory
 
KerberosSchemeFactory(boolean) - Constructor for class org.apache.http.impl.auth. KerberosSchemeFactory
 
KerberosSchemeFactory() - Constructor for class org.apache.http.impl.auth. KerberosSchemeFactory
 

L

lastReleaseTime - Variable in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
上次连接发布的时间,或-1。
LaxExpiresHandler - Class in org.apache.http.impl.cookie
 
LaxExpiresHandler() - Constructor for class org.apache.http.impl.cookie. LaxExpiresHandler
 
LaxMaxAgeHandler - Class in org.apache.http.impl.cookie
 
LaxMaxAgeHandler() - Constructor for class org.apache.http.impl.cookie. LaxMaxAgeHandler
 
LaxRedirectStrategy - Class in org.apache.http.impl.client
Lax RedirectStrategy实现自动重定向所有HEAD,GET,POST和DELETE请求。
LaxRedirectStrategy() - Constructor for class org.apache.http.impl.client. LaxRedirectStrategy
 
LAYER_PROTOCOL - Static variable in interface org.apache.http.conn.routing. HttpRouteDirector
步骤:层协议(over tunnel)。
LayeredConnectionSocketFactory - Interface in org.apache.http.conn.socket
扩展ConnectionSocketFactory分层插槽的接口,如SSL / TLS。
LayeredSchemeSocketFactory - Interface in org.apache.http.conn.scheme
已过时。
LayeredSocketFactory - Interface in org.apache.http.conn.scheme
已过时。
(4.1)使用SchemeSocketFactory
layerProtocol(HttpContext, HttpParams) - Method in interface org.apache.http.conn. ManagedClientConnection
已过时。
tunnelled连接之上 层叠一个新的协议。
layerProtocol(boolean) - Method in class org.apache.http.conn.routing. RouteTracker
跟踪分层协议。
layerProtocol(HttpContext, HttpParams) - Method in class org.apache.http.impl.conn. AbstractPooledConnAdapter
已过时。
 
layerProtocol(HttpContext, HttpParams) - Method in class org.apache.http.impl.conn. AbstractPoolEntry
已过时。
在已建立的隧道之上铺一个协议。
leaseConnection(Future<CPoolEntry>, long, TimeUnit) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
leasedConnections - Variable in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
 
leasedConnections - Variable in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
参考发出的连接
load(URL) - Static method in class org.apache.http.conn.util. PublicSuffixMatcherLoader
 
load(File) - Static method in class org.apache.http.conn.util. PublicSuffixMatcherLoader
 
loadKeyMaterial(KeyStore, char[]) - Method in class org.apache.http.conn.ssl. SSLContextBuilder
已过时。
 
loadKeyMaterial(KeyStore, char[], PrivateKeyStrategy) - Method in class org.apache.http.conn.ssl. SSLContextBuilder
已过时。
 
loadTrustMaterial(KeyStore, TrustStrategy) - Method in class org.apache.http.conn.ssl. SSLContextBuilder
已过时。
 
loadTrustMaterial(KeyStore) - Method in class org.apache.http.conn.ssl. SSLContextBuilder
已过时。
 
LOCAL_ADDRESS - Static variable in interface org.apache.http.conn.params. ConnRoutePNames
已过时。
本地地址参数。
LoggingSessionInputBuffer - Class in org.apache.http.impl.conn
已过时。
(4.3)不再使用。
LoggingSessionInputBuffer(SessionInputBuffer, Wire, String) - Constructor for class org.apache.http.impl.conn. LoggingSessionInputBuffer
已过时。
创建一个包装指定的会话输入缓冲区的实例。
LoggingSessionInputBuffer(SessionInputBuffer, Wire) - Constructor for class org.apache.http.impl.conn. LoggingSessionInputBuffer
已过时。
 
LoggingSessionOutputBuffer - Class in org.apache.http.impl.conn
已过时。
(4.3)不再使用。
LoggingSessionOutputBuffer(SessionOutputBuffer, Wire, String) - Constructor for class org.apache.http.impl.conn. LoggingSessionOutputBuffer
已过时。
创建一个包装指定的会话输出缓冲区的实例。
LoggingSessionOutputBuffer(SessionOutputBuffer, Wire) - Constructor for class org.apache.http.impl.conn. LoggingSessionOutputBuffer
已过时。
 
lookup(String) - Method in class org.apache.http.auth. AuthSchemeRegistry
已过时。
 
lookup(String) - Method in class org.apache.http.cookie. CookieSpecRegistry
已过时。
 

M

MainClientExec - Class in org.apache.http.impl.execchain
HTTP请求执行链中的最后一个请求执行器负责执行与相对端点的请求/响应交换。
MainClientExec(HttpRequestExecutor, HttpClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpProcessor, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler) - Constructor for class org.apache.http.impl.execchain. MainClientExec
 
MainClientExec(HttpRequestExecutor, HttpClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler) - Constructor for class org.apache.http.impl.execchain. MainClientExec
 
MalformedChallengeException - Exception in org.apache.http.auth
表明认证挑战在某些上下文中以某种方式无效或非法
MalformedChallengeException() - Constructor for exception org.apache.http.auth. MalformedChallengeException
创建一个新的MalformedChallengeException与一个 null详细消息。
MalformedChallengeException(String) - Constructor for exception org.apache.http.auth. MalformedChallengeException
用指定的消息创建一个新的MalformedChallengeException。
MalformedChallengeException(String, Throwable) - Constructor for exception org.apache.http.auth. MalformedChallengeException
用指定的详细信息和原因创建一个新的MalformedChallengeException。
MalformedCookieException - Exception in org.apache.http.cookie
表示cookie在某个上下文中以某种方式无效或非法
MalformedCookieException() - Constructor for exception org.apache.http.cookie. MalformedCookieException
创建一个新的MalformedCookieException与 null详细消息。
MalformedCookieException(String) - Constructor for exception org.apache.http.cookie. MalformedCookieException
用指定的消息字符串创建一个新的MalformedCookieException。
MalformedCookieException(String, Throwable) - Constructor for exception org.apache.http.cookie. MalformedCookieException
创建一个新的MalformedCookieException与指定的详细信息和原因。
ManagedClientConnection - Interface in org.apache.http.conn
已过时。
(4.3)替换为HttpClientConnectionManager
managedConn - Variable in class org.apache.http.conn. BasicEofSensorWatcher
已过时。
连接到自动释放。
managedConn - Variable in class org.apache.http.conn. BasicManagedEntity
已过时。
要释放的连接。
managedConn - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
当前分配的连接。
managedConn - Variable in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
当前发行的管理连接(如果有)。
ManagedHttpClientConnection - Interface in org.apache.http.conn
代表由状态和生命周期由连接管理器管理的受管连接。
ManagedHttpClientConnectionFactory - Class in org.apache.http.impl.conn
工厂为ManagedHttpClientConnection实例。
ManagedHttpClientConnectionFactory(HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>, ContentLengthStrategy, ContentLengthStrategy) - Constructor for class org.apache.http.impl.conn. ManagedHttpClientConnectionFactory
 
ManagedHttpClientConnectionFactory(HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.conn. ManagedHttpClientConnectionFactory
 
ManagedHttpClientConnectionFactory(HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.conn. ManagedHttpClientConnectionFactory
 
ManagedHttpClientConnectionFactory() - Constructor for class org.apache.http.impl.conn. ManagedHttpClientConnectionFactory
 
mark(int) - Method in class org.apache.http.client.entity. DeflateInputStream
标记。
markReusable() - Method in interface org.apache.http.conn. ManagedClientConnection
已过时。
将此连接标记为处于可重用的通信状态。
markReusable() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
markSupported() - Method in class org.apache.http.client.entity. DeflateInputStream
检查是否支持标记。
match(AuthScope) - Method in class org.apache.http.auth. AuthScope
测试验证范围是否匹配。
match(Cookie, CookieOrigin) - Method in interface org.apache.http.cookie. CookieAttributeHandler
与给定的值(要求提交的目标主机的属性)匹配相应的cookie属性。
match(Cookie, CookieOrigin) - Method in interface org.apache.http.cookie. CookieSpec
确定Cookie是否与目标位置匹配。
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. AbstractCookieAttributeHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. BasicDomainHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. BasicPathHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. BasicSecureHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. CookieSpecBase
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. DefaultCookieSpec
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. IgnoreSpec
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. NetscapeDomainHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. PublicSuffixDomainFilter
如果cookie的域名来自黑名单,则不要匹配。
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. PublicSuffixFilter
已过时。
如果cookie的域名来自黑名单,则不要匹配。
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2109DomainHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2965CommentUrlAttributeHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2965DiscardAttributeHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2965DomainAttributeHandler
匹配Cookie域属性。
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2965PortAttributeHandler
匹配cookie端口属性。
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2965Spec
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2965VersionAttributeHandler
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC6265CookieSpec
 
matches(String) - Method in class org.apache.http.conn.util. PublicSuffixMatcher
测试给定的域是否匹配公共后缀列表中的任何条目。
matches(String, DomainType) - Method in class org.apache.http.conn.util. PublicSuffixMatcher
测试给定的域是否匹配公共后缀列表中的任何条目。
MAX_AGE_ATTR - Static variable in interface org.apache.http.cookie. ClientCookie
 
MAX_CONNECTIONS_PER_ROUTE - Static variable in interface org.apache.http.conn.params. ConnManagerPNames
已过时。
定义每个路由的最大连接数。
MAX_REDIRECTS - Static variable in interface org.apache.http.client.params. ClientPNames
已过时。
定义要遵循的重定向的最大数量。
MAX_STATUS_LINE_GARBAGE - Static variable in interface org.apache.http.conn.params. ConnConnectionPNames
已过时。
(4.1)使用自定义DefaultHttpResponseParser实现
MAX_TOTAL_CONNECTIONS - Static variable in interface org.apache.http.conn.params. ConnManagerPNames
已过时。
定义最大连接数。
maxEntries - Variable in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
 
maxTotalConnections - Variable in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
 
METHOD_NAME - Static variable in class org.apache.http.client.methods. HttpDelete
 
METHOD_NAME - Static variable in class org.apache.http.client.methods. HttpGet
 
METHOD_NAME - Static variable in class org.apache.http.client.methods. HttpHead
 
METHOD_NAME - Static variable in class org.apache.http.client.methods. HttpOptions
 
METHOD_NAME - Static variable in class org.apache.http.client.methods. HttpPatch
 
METHOD_NAME - Static variable in class org.apache.http.client.methods. HttpPost
 
METHOD_NAME - Static variable in class org.apache.http.client.methods. HttpPut
 
METHOD_NAME - Static variable in class org.apache.http.client.methods. HttpTrace
 
metrics() - Method in class org.apache.http.impl.client. FutureRequestExecutionService
 
MinimalClientExec - Class in org.apache.http.impl.execchain
请求执行者实现HTTP规范的最基本方面和与目标服务器最直接的请求/响应交换。
MinimalClientExec(HttpRequestExecutor, HttpClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy) - Constructor for class org.apache.http.impl.execchain. MinimalClientExec
 
MISUSE_MESSAGE - Static variable in class org.apache.http.impl.conn. BasicClientConnectionManager
已过时。
要在多个分配上登录的消息。
MISUSE_MESSAGE - Static variable in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
要在多个分配上登录的消息。
MultihomePlainSocketFactory - Class in org.apache.http.conn
已过时。
(4.1)不要使用。 对于multihome支持插座工厂必须实现SchemeSocketFactory接口。

N

NegotiateScheme - Class in org.apache.http.impl.auth
已过时。
(4.2)使用SPNegoSchemeKerberosScheme
NegotiateScheme(SpnegoTokenGenerator, boolean) - Constructor for class org.apache.http.impl.auth. NegotiateScheme
已过时。
Negotiate认证方案的默认构造函数。
NegotiateScheme(SpnegoTokenGenerator) - Constructor for class org.apache.http.impl.auth. NegotiateScheme
已过时。
 
NegotiateScheme() - Constructor for class org.apache.http.impl.auth. NegotiateScheme
已过时。
 
NegotiateSchemeFactory - Class in org.apache.http.impl.auth
已过时。
NegotiateSchemeFactory(SpnegoTokenGenerator, boolean) - Constructor for class org.apache.http.impl.auth. NegotiateSchemeFactory
已过时。
 
NegotiateSchemeFactory(SpnegoTokenGenerator) - Constructor for class org.apache.http.impl.auth. NegotiateSchemeFactory
已过时。
 
NegotiateSchemeFactory() - Constructor for class org.apache.http.impl.auth. NegotiateSchemeFactory
已过时。
 
NETSCAPE - Static variable in class org.apache.http.client.config. CookieSpecs
Netscape Cookie草案兼容策略。
NETSCAPE - Static variable in class org.apache.http.client.params. CookiePolicy
已过时。
Netscape Cookie草案兼容策略。
NetscapeDomainHandler - Class in org.apache.http.impl.cookie
 
NetscapeDomainHandler() - Constructor for class org.apache.http.impl.cookie. NetscapeDomainHandler
 
NetscapeDraftHeaderParser - Class in org.apache.http.impl.cookie
 
NetscapeDraftHeaderParser() - Constructor for class org.apache.http.impl.cookie. NetscapeDraftHeaderParser
 
NetscapeDraftSpec - Class in org.apache.http.impl.cookie
CookieSpec实现符合Netscape Communications发布的原始草案规范。
NetscapeDraftSpec(String[]) - Constructor for class org.apache.http.impl.cookie. NetscapeDraftSpec
默认构造函数
NetscapeDraftSpec() - Constructor for class org.apache.http.impl.cookie. NetscapeDraftSpec
 
NetscapeDraftSpecFactory - Class in org.apache.http.impl.cookie
已过时。
(4.4)使用NetscapeDraftSpecProvider
NetscapeDraftSpecFactory(String[]) - Constructor for class org.apache.http.impl.cookie. NetscapeDraftSpecFactory
已过时。
 
NetscapeDraftSpecFactory() - Constructor for class org.apache.http.impl.cookie. NetscapeDraftSpecFactory
已过时。
 
NetscapeDraftSpecProvider - Class in org.apache.http.impl.cookie
CookieSpecProvider实现提供了一个NetscapeDraftSpec的实例。
NetscapeDraftSpecProvider(String[]) - Constructor for class org.apache.http.impl.cookie. NetscapeDraftSpecProvider
 
NetscapeDraftSpecProvider() - Constructor for class org.apache.http.impl.cookie. NetscapeDraftSpecProvider
 
newInstance(HttpParams) - Method in interface org.apache.http.auth. AuthSchemeFactory
已过时。
使用给定的HTTP参数创建一个AuthScheme的实例。
newInstance(HttpParams, SchemeRegistry) - Method in interface org.apache.http.conn. ClientConnectionManagerFactory
已过时。
 
newInstance(HttpParams) - Method in interface org.apache.http.cookie. CookieSpecFactory
已过时。
使用给定的HTTP参数创建一个CookieSpec的实例。
newInstance(HttpParams) - Method in class org.apache.http.impl.auth. BasicSchemeFactory
 
newInstance(HttpParams) - Method in class org.apache.http.impl.auth. DigestSchemeFactory
 
newInstance(HttpParams) - Method in class org.apache.http.impl.auth. KerberosSchemeFactory
 
newInstance(HttpParams) - Method in class org.apache.http.impl.auth. NegotiateSchemeFactory
已过时。
 
newInstance(HttpParams) - Method in class org.apache.http.impl.auth. NTLMSchemeFactory
 
newInstance(HttpParams) - Method in class org.apache.http.impl.auth. SPNegoSchemeFactory
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie. BestMatchSpecFactory
已过时。
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie. BrowserCompatSpecFactory
已过时。
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie. IgnoreSpecFactory
已过时。
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie. NetscapeDraftSpecFactory
已过时。
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie. RFC2109SpecFactory
已过时。
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie. RFC2965SpecFactory
已过时。
 
newRouteSpecificPool(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
创建一个新的路由特定池。
newWaitingThread(Condition, RouteSpecificPool) - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
创建一个新的等待线程。
nextStep(RouteInfo, RouteInfo) - Method in class org.apache.http.conn.routing. BasicRouteDirector
提供下一步。
nextStep(RouteInfo, RouteInfo) - Method in interface org.apache.http.conn.routing. HttpRouteDirector
提供下一步。
nextThread() - Method in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
返回队列中的下一个线程。
NO_HOST - Static variable in class org.apache.http.conn.params. ConnRouteParams
已过时。
一个表示“不主机”的特殊值。
NO_ROUTE - Static variable in class org.apache.http.conn.params. ConnRouteParams
已过时。
指示“无路线”的特殊值。
NonRepeatableRequestException - Exception in org.apache.http.client
由于不可重复的请求实体,信号无法重试请求。
NonRepeatableRequestException() - Constructor for exception org.apache.http.client. NonRepeatableRequestException
创建一个新的NonRepeatableEntityException具有 null详细消息。
NonRepeatableRequestException(String) - Constructor for exception org.apache.http.client. NonRepeatableRequestException
使用指定的详细消息创建新的NonRepeatableEntityException。
NonRepeatableRequestException(String, Throwable) - Constructor for exception org.apache.http.client. NonRepeatableRequestException
使用指定的详细消息创建新的NonRepeatableEntityException。
NoopHostnameVerifier - Class in org.apache.http.conn.ssl
NO_OP HostnameVerifier基本上关闭主机名验证。
NoopHostnameVerifier() - Constructor for class org.apache.http.conn.ssl. NoopHostnameVerifier
 
NoopUserTokenHandler - Class in org.apache.http.impl.client
Noop执行UserTokenHandler总是返回null
NoopUserTokenHandler() - Constructor for class org.apache.http.impl.client. NoopUserTokenHandler
 
notifyWaitingThread(RouteSpecificPool) - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
通知等待线程连接可用。
NTCredentials - Class in org.apache.http.auth
Credentials包含Windows特定属性(例如用户所属域名)的Microsoft Windows平台实现。
NTCredentials(String) - Constructor for class org.apache.http.auth. NTCredentials
已过时。
(4.5)将被替换为Stringchar[]在5.0
NTCredentials(String, String, String, String) - Constructor for class org.apache.http.auth. NTCredentials
构造函数。
NTLM - Static variable in class org.apache.http.client.config. AuthSchemes
NTLM身份验证方案是在[MS-NLMP]中定义的专有Microsoft Windows身份验证协议。
NTLM - Static variable in class org.apache.http.client.params. AuthPolicy
已过时。
NTLM方案是专有的Microsoft Windows身份验证协议(被认为是目前支持的认证方案中最安全的)。
NTLMEngine - Interface in org.apache.http.impl.auth
摘要NTLM认证引擎。
NTLMEngineException - Exception in org.apache.http.impl.auth
信号NTLM协议失败。
NTLMEngineException() - Constructor for exception org.apache.http.impl.auth. NTLMEngineException
 
NTLMEngineException(String) - Constructor for exception org.apache.http.impl.auth. NTLMEngineException
用指定的消息创建一个新的NTLMEngineException。
NTLMEngineException(String, Throwable) - Constructor for exception org.apache.http.impl.auth. NTLMEngineException
创建具有指定的详细消息和原因的新NTLMEngineException。
NTLMScheme - Class in org.apache.http.impl.auth
NTLM是由Microsoft开发的专有认证方案,针对Windows平台进行了优化。
NTLMScheme(NTLMEngine) - Constructor for class org.apache.http.impl.auth. NTLMScheme
 
NTLMScheme() - Constructor for class org.apache.http.impl.auth. NTLMScheme
 
NTLMSchemeFactory - Class in org.apache.http.impl.auth
AuthSchemeProvider创建和初始化NTLMScheme实例的实现,配置为使用默认的NTLMEngine实现。
NTLMSchemeFactory() - Constructor for class org.apache.http.impl.auth. NTLMSchemeFactory
 
NTUserPrincipal - Class in org.apache.http.auth
Microsoft Windows特定用户主体实现。
NTUserPrincipal(String, String) - Constructor for class org.apache.http.auth. NTUserPrincipal
 
NullBackoffStrategy - Class in org.apache.http.impl.client
这是一个永远不会退出的ConnectionBackoffStrategy ,与现有行为兼容。
NullBackoffStrategy() - Constructor for class org.apache.http.impl.client. NullBackoffStrategy
 
numConnections - Variable in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
 
numConnections - Variable in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
 
numEntries - Variable in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
创建的条目数。

O

open(HttpRoute, HttpContext, HttpParams) - Method in interface org.apache.http.conn. ManagedClientConnection
已过时。
根据给定的路线打开这个连接。
open(HttpRoute, HttpContext, HttpParams) - Method in class org.apache.http.impl.conn. AbstractPooledConnAdapter
已过时。
 
open(HttpRoute, HttpContext, HttpParams) - Method in class org.apache.http.impl.conn. AbstractPoolEntry
已过时。
打开基础连接。
openCompleted(boolean, HttpParams) - Method in interface org.apache.http.conn. OperatedClientConnection
已过时。
表示连接已成功打开。
openCompleted(boolean, HttpParams) - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
openConnection(OperatedClientConnection, HttpHost, InetAddress, HttpContext, HttpParams) - Method in interface org.apache.http.conn. ClientConnectionOperator
已过时。
打开与给定目标主机的连接。
openConnection(OperatedClientConnection, HttpHost, InetAddress, HttpContext, HttpParams) - Method in class org.apache.http.impl.conn. DefaultClientConnectionOperator
已过时。
 
opening(Socket, HttpHost) - Method in interface org.apache.http.conn. OperatedClientConnection
已过时。
表示此连接正在打开。
opening(Socket, HttpHost) - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
OperatedClientConnection - Interface in org.apache.http.conn
已过时。
(4.3)由HttpClientConnectionManager取代。
operator - Variable in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
此池的连接运算符
options() - Static method in class org.apache.http.client.methods. RequestBuilder
 
options(URI) - Static method in class org.apache.http.client.methods. RequestBuilder
 
options(String) - Static method in class org.apache.http.client.methods. RequestBuilder
 
org.apache.http.auth - package org.apache.http.auth
客户端HTTP认证API。
org.apache.http.auth.params - package org.apache.http.auth.params
已过时。
org.apache.http.client - package org.apache.http.client
客户端HTTP通信API。
org.apache.http.client.config - package org.apache.http.client.config
客户端配置API。
org.apache.http.client.entity - package org.apache.http.client.entity
客户端特定的HTTP实体实现。
org.apache.http.client.methods - package org.apache.http.client.methods
标准HTTP方法实现。
org.apache.http.client.params - package org.apache.http.client.params
已过时。
org.apache.http.client.protocol - package org.apache.http.client.protocol
客户端特定的HTTP协议处理程序。
org.apache.http.client.utils - package org.apache.http.client.utils
客户端实用程序类。
org.apache.http.conn - package org.apache.http.conn
客户端连接管理API。
org.apache.http.conn.params - package org.apache.http.conn.params
已过时。
org.apache.http.conn.routing - package org.apache.http.conn.routing
客户端连接路由API。
org.apache.http.conn.scheme - package org.apache.http.conn.scheme
已过时。
org.apache.http.conn.socket - package org.apache.http.conn.socket
客户端连接套接字API。
org.apache.http.conn.ssl - package org.apache.http.conn.ssl
客户端TLS / SSL支持。
org.apache.http.conn.util - package org.apache.http.conn.util
连接实用程序类。
org.apache.http.cookie - package org.apache.http.cookie
客户端HTTP状态管理API。
org.apache.http.cookie.params - package org.apache.http.cookie.params
已过时。
org.apache.http.impl.auth - package org.apache.http.impl.auth
标准和常规HTTP认证方案的默认实现。
org.apache.http.impl.client - package org.apache.http.impl.client
默认HTTP客户端实现。
org.apache.http.impl.conn - package org.apache.http.impl.conn
客户端连接管理功能的默认实现。
org.apache.http.impl.conn.tsccm - package org.apache.http.impl.conn.tsccm
已过时。
org.apache.http.impl.cookie - package org.apache.http.impl.cookie
标准和常见的HTTP状态管理策略的默认实现。
org.apache.http.impl.execchain - package org.apache.http.impl.execchain
HTTP请求执行链API。
output(InputStream) - Method in class org.apache.http.impl.conn. Wire
 
output(byte[], int, int) - Method in class org.apache.http.impl.conn. Wire
 
output(byte[]) - Method in class org.apache.http.impl.conn. Wire
 
output(int) - Method in class org.apache.http.impl.conn. Wire
 
output(String) - Method in class org.apache.http.impl.conn. Wire
 
overrideParams - Variable in class org.apache.http.impl.client. ClientParamsStack
已过时。
覆盖参数集合,或 null
overrideParamter(String, String) - Method in class org.apache.http.impl.auth. DigestScheme
 

P

params - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
HTTP参数。
parse(URI, String) - Static method in class org.apache.http.client.utils. URLEncodedUtils
已过时。
parse(URI, Charset) - Static method in class org.apache.http.client.utils. URLEncodedUtils
返回从URI查询部分构建的NameValuePairs列表。
parse(HttpEntity) - Static method in class org.apache.http.client.utils. URLEncodedUtils
返回列表NameValuePairs从一个解析HttpEntity
parse(List<NameValuePair>, Scanner, String) - Static method in class org.apache.http.client.utils. URLEncodedUtils
parse(List<NameValuePair>, Scanner, String, String) - Static method in class org.apache.http.client.utils. URLEncodedUtils
parse(String, Charset) - Static method in class org.apache.http.client.utils. URLEncodedUtils
返回从给定字符串中使用给定字符编码解析的NameValuePairs的列表。
parse(String, Charset, char...) - Static method in class org.apache.http.client.utils. URLEncodedUtils
返回使用给定字符编码从给定字符串解析的NameValuePairs的列表。
parse(CharArrayBuffer, Charset, char...) - Static method in class org.apache.http.client.utils. URLEncodedUtils
返回使用给定字符编码从给定字符串解析的NameValuePairs列表。
parse(Reader) - Method in class org.apache.http.conn.util. PublicSuffixListParser
解析公共后缀列表格式。
parse(SetCookie, String) - Method in interface org.apache.http.cookie. CookieAttributeHandler
解析给定的cookie属性值并更新对应的Cookie属性。
parse(Header, CookieOrigin) - Method in interface org.apache.http.cookie. CookieSpec
"Set-Cookie"标题解析成一组Cookie。
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. BasicCommentHandler
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. BasicDomainHandler
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. BasicExpiresHandler
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. BasicMaxAgeHandler
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. BasicPathHandler
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. BasicSecureHandler
 
parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie. BrowserCompatSpec
已过时。
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. BrowserCompatVersionAttributeHandler
已过时。
解析cookie版本属性。
parse(HeaderElement[], CookieOrigin) - Method in class org.apache.http.impl.cookie. CookieSpecBase
 
parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie. DefaultCookieSpec
 
parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie. IgnoreSpec
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. LaxExpiresHandler
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. LaxMaxAgeHandler
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. NetscapeDomainHandler
 
parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie. NetscapeDraftSpec
将Set-Cookie值解析为 Cookie的数组。
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. PublicSuffixDomainFilter
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. PublicSuffixFilter
已过时。
 
parse(Reader) - Method in class org.apache.http.impl.cookie. PublicSuffixListParser
已过时。
解析公共后缀列表格式。
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. RFC2109DomainHandler
 
parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2109Spec
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. RFC2109VersionHandler
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. RFC2965CommentUrlAttributeHandler
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. RFC2965DiscardAttributeHandler
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. RFC2965DomainAttributeHandler
解析cookie域属性。
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. RFC2965PortAttributeHandler
解析cookie端口属性。
parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2965Spec
 
parse(HeaderElement[], CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2965Spec
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie. RFC2965VersionAttributeHandler
解析cookie版本属性。
parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC6265CookieSpec
 
parseByType(Reader) - Method in class org.apache.http.conn.util. PublicSuffixListParser
根据域类型解析公共后缀列表格式(目前支持的ICANN和PRIVATE)。
parseChallenge(CharArrayBuffer, int, int) - Method in class org.apache.http.impl.auth. AuthSchemeBase
 
parseChallenge(CharArrayBuffer, int, int) - Method in class org.apache.http.impl.auth. GGSSchemeBase
 
parseChallenge(CharArrayBuffer, int, int) - Method in class org.apache.http.impl.auth. NTLMScheme
 
parseChallenge(CharArrayBuffer, int, int) - Method in class org.apache.http.impl.auth. RFC2617Scheme
 
parseChallenges(Header[]) - Method in class org.apache.http.impl.client. AbstractAuthenticationHandler
已过时。
 
parseDate(String) - Static method in class org.apache.http.client.utils. DateUtils
解析日期值。
parseDate(String, String[]) - Static method in class org.apache.http.client.utils. DateUtils
使用给定的日期格式解析日期值。
parseDate(String, String[], Date) - Static method in class org.apache.http.client.utils. DateUtils
使用给定的日期格式解析日期值。
parseDate(String) - Static method in class org.apache.http.impl.cookie. DateUtils
已过时。
解析日期值。
parseDate(String, String[]) - Static method in class org.apache.http.impl.cookie. DateUtils
已过时。
使用给定的日期格式解析日期值。
parseDate(String, String[], Date) - Static method in class org.apache.http.impl.cookie. DateUtils
已过时。
使用给定的日期格式解析日期值。
parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.conn. DefaultHttpResponseParser
 
parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.conn. DefaultResponseParser
已过时。
 
parseHeader(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.impl.cookie. NetscapeDraftHeaderParser
 
patch() - Static method in class org.apache.http.client.methods. RequestBuilder
 
patch(URI) - Static method in class org.apache.http.client.methods. RequestBuilder
 
patch(String) - Static method in class org.apache.http.client.methods. RequestBuilder
 
PATH_ATTR - Static variable in interface org.apache.http.cookie. ClientCookie
 
PATTERN_ASCTIME - Static variable in class org.apache.http.client.utils. DateUtils
用于解析ANSI C asctime()格式的HTTP日期标头的日期格式模式。
PATTERN_ASCTIME - Static variable in class org.apache.http.impl.cookie. DateUtils
已过时。
用于解析ANSI C asctime()格式的HTTP日期标头的日期格式模式。
PATTERN_RFC1036 - Static variable in class org.apache.http.client.utils. DateUtils
用于解析RFC 1036格式的HTTP日期标头的日期格式模式。
PATTERN_RFC1036 - Static variable in class org.apache.http.impl.cookie. DateUtils
已过时。
用于解析RFC 1036格式的HTTP日期标头的日期格式模式。
PATTERN_RFC1123 - Static variable in class org.apache.http.client.utils. DateUtils
用于解析RFC 1123格式的HTTP日期标头的日期格式模式。
PATTERN_RFC1123 - Static variable in class org.apache.http.impl.cookie. DateUtils
已过时。
用于解析RFC 1123格式的HTTP日期标头的日期格式模式。
PlainConnectionSocketFactory - Class in org.apache.http.conn.socket
用于创建普通(未加密)套接字的默认类。
PlainConnectionSocketFactory() - Constructor for class org.apache.http.conn.socket. PlainConnectionSocketFactory
 
PlainSocketFactory - Class in org.apache.http.conn.scheme
已过时。
PlainSocketFactory(HostNameResolver) - Constructor for class org.apache.http.conn.scheme. PlainSocketFactory
已过时。
(4.1)使用DnsResolver
PlainSocketFactory() - Constructor for class org.apache.http.conn.scheme. PlainSocketFactory
已过时。
 
pool - Variable in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
正在管理的连接池。
poolEntry - Variable in class org.apache.http.impl.conn. AbstractPooledConnAdapter
已过时。
包裹的池条目。
PoolEntryRequest - Interface in org.apache.http.impl.conn.tsccm
已过时。
(4.2)使用Future
PoolingClientConnectionManager - Class in org.apache.http.impl.conn
已过时。
PoolingClientConnectionManager(SchemeRegistry) - Constructor for class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
PoolingClientConnectionManager(SchemeRegistry, DnsResolver) - Constructor for class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
PoolingClientConnectionManager() - Constructor for class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
PoolingClientConnectionManager(SchemeRegistry, long, TimeUnit) - Constructor for class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
PoolingClientConnectionManager(SchemeRegistry, long, TimeUnit, DnsResolver) - Constructor for class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
PoolingHttpClientConnectionManager - Class in org.apache.http.impl.conn
ClientConnectionPoolManager保持池HttpClientConnection S和能够服务从多个执行线程的连接请求。
PoolingHttpClientConnectionManager() - Constructor for class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(long, TimeUnit) - Constructor for class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>) - Constructor for class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, DnsResolver) - Constructor for class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>) - Constructor for class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>) - Constructor for class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, DnsResolver) - Constructor for class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, SchemePortResolver, DnsResolver, long, TimeUnit) - Constructor for class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(HttpClientConnectionOperator, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, long, TimeUnit) - Constructor for class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
poolLock - Variable in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
这个池的全局锁。
PORT_ATTR - Static variable in interface org.apache.http.cookie. ClientCookie
 
post() - Static method in class org.apache.http.client.methods. RequestBuilder
 
post(URI) - Static method in class org.apache.http.client.methods. RequestBuilder
 
post(String) - Static method in class org.apache.http.client.methods. RequestBuilder
 
prepareSocket(SSLSocket) - Method in class org.apache.http.conn.ssl. SSLConnectionSocketFactory
对新创建的SSLSocket执行任何自定义初始化(SSL握手之前)。
prepareSocket(SSLSocket) - Method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
对新创建的SSLSocket执行任何自定义初始化(SSL握手之前)。
prepareSocket(Socket, HttpContext, HttpParams) - Method in class org.apache.http.impl.conn. DefaultClientConnectionOperator
已过时。
在新创建的套接字上执行标准初始化。
PrivateKeyDetails - Class in org.apache.http.conn.ssl
已过时。
(4.4)使用PrivateKeyDetails
PrivateKeyDetails(String, X509Certificate[]) - Constructor for class org.apache.http.conn.ssl. PrivateKeyDetails
已过时。
 
PrivateKeyStrategy - Interface in org.apache.http.conn.ssl
已过时。
(4.4)使用PrivateKeyStrategy
probe(HttpRoute) - Method in interface org.apache.http.client. BackoffManager
当我们确定使用连接的结果已经成功,并且我们可以探索更多的连接时调用。
probe(HttpRoute) - Method in class org.apache.http.impl.client. AIMDBackoffManager
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol. RequestAcceptEncoding
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol. RequestAddCookies
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol. RequestAuthCache
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol. RequestClientConnControl
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol. RequestDefaultHeaders
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol. RequestExpectContinue
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol. RequestProxyAuthentication
已过时。
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol. RequestTargetAuthentication
已过时。
 
process(HttpResponse, HttpContext) - Method in class org.apache.http.client.protocol. ResponseAuthCache
已过时。
 
process(HttpResponse, HttpContext) - Method in class org.apache.http.client.protocol. ResponseContentEncoding
 
process(HttpResponse, HttpContext) - Method in class org.apache.http.client.protocol. ResponseProcessCookies
 
processChallenge(Header) - Method in interface org.apache.http.auth. AuthScheme
处理给定的挑战令牌。
processChallenge(Header) - Method in class org.apache.http.impl.auth. AuthSchemeBase
处理给定的挑战令牌。
processChallenge(Header) - Method in class org.apache.http.impl.auth. BasicScheme
处理基本挑战
processChallenge(Header) - Method in class org.apache.http.impl.auth. DigestScheme
处理摘要挑战
ProtocolExec - Class in org.apache.http.impl.execchain
请求执行者在请求执行链中负责执行HTTP规范要求。
ProtocolExec(ClientExecChain, HttpProcessor) - Constructor for class org.apache.http.impl.execchain. ProtocolExec
 
proxiedStep(RouteInfo, RouteInfo) - Method in class org.apache.http.conn.routing. BasicRouteDirector
确定通过代理建立连接的下一步。
PROXY_AUTH - Static variable in class org.apache.http.auth. AUTH
代理验证挑战标题。
PROXY_AUTH_PREF - Static variable in interface org.apache.http.auth.params. AuthPNames
已过时。
在与代理主机进行身份验证时,定义支持的AuthScheme的优先顺序。
PROXY_AUTH_RESP - Static variable in class org.apache.http.auth. AUTH
代理验证响应头。
PROXY_AUTH_STATE - Static variable in interface org.apache.http.client.protocol. ClientContext
已过时。
代表实际代理身份验证状态的AuthState对象的属性名称。
PROXY_AUTH_STATE - Static variable in class org.apache.http.client.protocol. HttpClientContext
代表实际代理身份验证状态的AuthState对象的属性名称。
ProxyAuthenticationStrategy - Class in org.apache.http.impl.client
默认AuthenticationStrategy代理主机身份验证。
ProxyAuthenticationStrategy() - Constructor for class org.apache.http.impl.client. ProxyAuthenticationStrategy
 
proxyAuthHandler - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
proxyAuthState - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
 
proxyAuthStrategy - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
代理身份验证处理程序。
ProxyClient - Class in org.apache.http.impl.client
ProxyClient可用于通过HTTP代理建立隧道。
ProxyClient(HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, ConnectionConfig, RequestConfig) - Constructor for class org.apache.http.impl.client. ProxyClient
 
ProxyClient(HttpParams) - Constructor for class org.apache.http.impl.client. ProxyClient
ProxyClient(RequestConfig) - Constructor for class org.apache.http.impl.client. ProxyClient
 
ProxyClient() - Constructor for class org.apache.http.impl.client. ProxyClient
 
proxySelector - Variable in class org.apache.http.impl.conn. ProxySelectorRoutePlanner
已过时。
代理选择器使用,或 null系统默认。
ProxySelectorRoutePlanner - Class in org.apache.http.impl.conn
已过时。
(4.3)使用SystemDefaultRoutePlanner
ProxySelectorRoutePlanner(SchemeRegistry, ProxySelector) - Constructor for class org.apache.http.impl.conn. ProxySelectorRoutePlanner
已过时。
创建一个新的代理选择器路由规划器。
PublicSuffixDomainFilter - Class in org.apache.http.impl.cookie
包装一个CookieAttributeHandler并利用其匹配方法从不匹配黑名单的后缀。
PublicSuffixDomainFilter(CommonCookieAttributeHandler, PublicSuffixMatcher) - Constructor for class org.apache.http.impl.cookie. PublicSuffixDomainFilter
 
PublicSuffixDomainFilter(CommonCookieAttributeHandler, PublicSuffixList) - Constructor for class org.apache.http.impl.cookie. PublicSuffixDomainFilter
 
PublicSuffixFilter - Class in org.apache.http.impl.cookie
已过时。
(4.4)使用PublicSuffixDomainFilter
PublicSuffixFilter(CookieAttributeHandler) - Constructor for class org.apache.http.impl.cookie. PublicSuffixFilter
已过时。
 
PublicSuffixList - Class in org.apache.http.conn.util
公共后缀是一组连接到点的DNS名称或通配符。
PublicSuffixList(DomainType, List<String>, List<String>) - Constructor for class org.apache.http.conn.util. PublicSuffixList
 
PublicSuffixList(List<String>, List<String>) - Constructor for class org.apache.http.conn.util. PublicSuffixList
 
PublicSuffixListParser - Class in org.apache.http.conn.util
publicsuffix.org解析列表,并配置一个PublicSuffixFilter。
PublicSuffixListParser() - Constructor for class org.apache.http.conn.util. PublicSuffixListParser
 
PublicSuffixListParser - Class in org.apache.http.impl.cookie
已过时。
(4.4)使用PublicSuffixListParser
PublicSuffixMatcher - Class in org.apache.http.conn.util
可以测试DNS名称与公共后缀列表的内容匹配的实用程序类。
PublicSuffixMatcher(Collection<String>, Collection<String>) - Constructor for class org.apache.http.conn.util. PublicSuffixMatcher
 
PublicSuffixMatcher(DomainType, Collection<String>, Collection<String>) - Constructor for class org.apache.http.conn.util. PublicSuffixMatcher
 
PublicSuffixMatcher(Collection<PublicSuffixList>) - Constructor for class org.apache.http.conn.util. PublicSuffixMatcher
 
PublicSuffixMatcherLoader - Class in org.apache.http.conn.util
PublicSuffixMatcher装载机。
PublicSuffixMatcherLoader() - Constructor for class org.apache.http.conn.util. PublicSuffixMatcherLoader
 
Punycode - Class in org.apache.http.client.utils
已过时。
(4.4)使用标准IDN
Punycode() - Constructor for class org.apache.http.client.utils. Punycode
已过时。
 
put(HttpHost, AuthScheme) - Method in interface org.apache.http.client. AuthCache
 
put() - Static method in class org.apache.http.client.methods. RequestBuilder
 
put(URI) - Static method in class org.apache.http.client.methods. RequestBuilder
 
put(String) - Static method in class org.apache.http.client.methods. RequestBuilder
 
put(HttpHost, AuthScheme) - Method in class org.apache.http.impl.client. BasicAuthCache
 

Q

queueThread(WaitingThread) - Method in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
添加等待线程。

R

read() - Method in class org.apache.http.client.entity. DeflateInputStream
读一个字节
read(byte[]) - Method in class org.apache.http.client.entity. DeflateInputStream
读取很多字节。
read(byte[], int, int) - Method in class org.apache.http.client.entity. DeflateInputStream
读取很多特定字节。
read() - Method in class org.apache.http.conn. EofSensorInputStream
 
read(byte[], int, int) - Method in class org.apache.http.conn. EofSensorInputStream
 
read(byte[]) - Method in class org.apache.http.conn. EofSensorInputStream
 
read(byte[], int, int) - Method in class org.apache.http.impl.conn. LoggingSessionInputBuffer
已过时。
 
read() - Method in class org.apache.http.impl.conn. LoggingSessionInputBuffer
已过时。
 
read(byte[]) - Method in class org.apache.http.impl.conn. LoggingSessionInputBuffer
已过时。
 
readLine() - Method in class org.apache.http.impl.conn. LoggingSessionInputBuffer
已过时。
 
readLine(CharArrayBuffer) - Method in class org.apache.http.impl.conn. LoggingSessionInputBuffer
已过时。
 
receiveResponseEntity(HttpResponse) - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
receiveResponseHeader() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
receiveResponseHeader() - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
REDIRECT_LOCATIONS - Static variable in class org.apache.http.client.protocol. HttpClientContext
List对象的属性名称,表示请求执行过程中接收的所有重定向位置的集合。
REDIRECT_LOCATIONS - Static variable in class org.apache.http.impl.client. DefaultRedirectStrategy
已过时。
RedirectException - Exception in org.apache.http.client
信号违反由无效重定向导致的HTTP规范
RedirectException() - Constructor for exception org.apache.http.client. RedirectException
创建一个新的RedirectException与 null详细消息。
RedirectException(String) - Constructor for exception org.apache.http.client. RedirectException
用指定的详细信息创建一个新的RedirectException。
RedirectException(String, Throwable) - Constructor for exception org.apache.http.client. RedirectException
创建一个具有指定的详细信息并导致的新的RedirectException。
RedirectExec - Class in org.apache.http.impl.execchain
在请求执行链中请求执行者负责处理请求重定向。
RedirectExec(ClientExecChain, HttpRoutePlanner, RedirectStrategy) - Constructor for class org.apache.http.impl.execchain. RedirectExec
 
RedirectHandler - Interface in org.apache.http.client
已过时。
(4.1)使用RedirectStrategy
redirectHandler - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
RedirectLocations - Class in org.apache.http.impl.client
该类代表用作重定向位置的URI的集合。
RedirectLocations() - Constructor for class org.apache.http.impl.client. RedirectLocations
 
RedirectStrategy - Interface in org.apache.http.client
响应于从目标服务器接收到的HTTP响应,确定HTTP请求是否应重定向到新位置的策略。
redirectStrategy - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
重定向策略。
refQueue - Variable in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
 
register(String, AuthSchemeFactory) - Method in class org.apache.http.auth. AuthSchemeRegistry
已过时。
使用给定的标识符注册AuthSchemeFactory
register(Scheme) - Method in class org.apache.http.conn.scheme. SchemeRegistry
已过时。
注册一个方案。
register(String, CookieSpecFactory) - Method in class org.apache.http.cookie. CookieSpecRegistry
已过时。
注册一个CookieSpecFactory与给定的标识符。
registerAttribHandler(String, CookieAttributeHandler) - Method in class org.apache.http.impl.cookie. AbstractCookieSpec
reject(CharArrayBuffer, int) - Method in class org.apache.http.impl.conn. DefaultHttpResponseParser
 
REJECT_RELATIVE_REDIRECT - Static variable in interface org.apache.http.client.params. ClientPNames
已过时。
定义相关重定向是否应该被拒绝。
releaseConnection() - Method in class org.apache.http.client.methods. HttpRequestBase
简化HttpClient 3.1 API迁移的方法。
releaseConnection() - Method in class org.apache.http.conn. BasicManagedEntity
已过时。
 
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in interface org.apache.http.conn. ClientConnectionManager
已过时。
释放其他人使用的连接。
releaseConnection() - Method in interface org.apache.http.conn. ConnectionReleaseTrigger
释放与keep-alive选项的连接。
releaseConnection() - Method in class org.apache.http.conn. EofSensorInputStream
close()相同。
releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in interface org.apache.http.conn. HttpClientConnectionManager
将连接释放给管理员,使其可以由其他用户重新使用。
releaseConnection() - Method in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
将连接返回给连接管理器,并准备在下次请求期间检索新的连接。
releaseConnection() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class org.apache.http.impl.conn. BasicClientConnectionManager
已过时。
 
releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
 
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
 
releaseManagedConnection() - Method in class org.apache.http.conn. BasicManagedEntity
已过时。
正确释放连接。
remove(HttpHost) - Method in interface org.apache.http.client. AuthCache
 
remove(HttpHost) - Method in class org.apache.http.impl.client. BasicAuthCache
 
remove(URI) - Method in class org.apache.http.impl.client. RedirectLocations
从集合中删除一个URI。
remove(int) - Method in class org.apache.http.impl.client. RedirectLocations
删除此列表中指定位置的URI。
remove(HttpConnection) - Method in class org.apache.http.impl.conn. IdleConnectionHandler
已过时。
从空闲列表中删除要关闭的连接列表中的给定连接。
removeAll() - Method in class org.apache.http.impl.conn. IdleConnectionHandler
已过时。
删除此处理程序引用的所有连接。
removeAttribute(String) - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
removeAttribute(String) - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
removeAttribute(String) - Method in class org.apache.http.impl.conn. DefaultManagedHttpClientConnection
 
removeAttribute(String) - Method in class org.apache.http.impl.cookie. BasicClientCookie
 
removeHeader(Header) - Method in class org.apache.http.client.methods. RequestBuilder
 
removeHeaders(String) - Method in class org.apache.http.client.methods. RequestBuilder
 
removeParameter(String) - Method in class org.apache.http.impl.client. ClientParamsStack
已过时。
删除参数。
removeQuery() - Method in class org.apache.http.client.utils. URIBuilder
删除URI查询。
removeRequestInterceptorByClass(Class<? extends HttpRequestInterceptor>) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
removeResponseInterceptorByClass(Class<? extends HttpResponseInterceptor>) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
removeThread(WaitingThread) - Method in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
删除等待线程,如果它排队。
request - Variable in class org.apache.http.impl.client. RoutedRequest
已过时。
 
REQUEST_CONFIG - Static variable in interface org.apache.http.client.protocol. ClientContext
已过时。
表示实际请求配置的RequestConfig对象的属性名称。
REQUEST_CONFIG - Static variable in class org.apache.http.client.protocol. HttpClientContext
RequestConfig对象的属性名称,表示实际的请求配置。
RequestAbortedException - Exception in org.apache.http.impl.execchain
指示请求已中止。
RequestAbortedException(String) - Constructor for exception org.apache.http.impl.execchain. RequestAbortedException
 
RequestAbortedException(String, Throwable) - Constructor for exception org.apache.http.impl.execchain. RequestAbortedException
 
RequestAcceptEncoding - Class in org.apache.http.client.protocol
负责处理HTTP中的内容编码请求的类。
RequestAcceptEncoding(List<String>) - Constructor for class org.apache.http.client.protocol. RequestAcceptEncoding
 
RequestAcceptEncoding() - Constructor for class org.apache.http.client.protocol. RequestAcceptEncoding
 
RequestAddCookies - Class in org.apache.http.client.protocol
请求拦截器匹配当前正在执行的请求的当前CookieStore可用的cookie,并生成相应的Cookie请求标头。
RequestAddCookies() - Constructor for class org.apache.http.client.protocol. RequestAddCookies
 
RequestAuthCache - Class in org.apache.http.client.protocol
请求拦截器可以对已知主机进行抢占式身份验证,如果本地AuthCache中的缓存AuthScheme实例与给定目标或代理主机关联。
RequestAuthCache() - Constructor for class org.apache.http.client.protocol. RequestAuthCache
 
RequestBuilder - Class in org.apache.http.client.methods
生成器为HttpUriRequest实例。
RequestClientConnControl - Class in org.apache.http.client.protocol
该协议拦截器负责向输出请求中添加 ConnectionProxy-Connection标头,这对于管理 HTTP/1.0连接的持久性 HTTP/1.0
RequestClientConnControl() - Constructor for class org.apache.http.client.protocol. RequestClientConnControl
 
RequestConfig - Class in org.apache.http.client.config
不可变类封装请求配置项。
RequestConfig() - Constructor for class org.apache.http.client.config. RequestConfig
适用于CDI兼容性
RequestConfig.Builder - Class in org.apache.http.client.config
 
requestConnection(HttpRoute, Object) - Method in interface org.apache.http.conn. ClientConnectionManager
已过时。
返回一个新的ClientConnectionRequest ,从中可以获得ManagedClientConnection或请求可以中止。
requestConnection(HttpRoute, Object) - Method in interface org.apache.http.conn. HttpClientConnectionManager
返回一个新的ConnectionRequest ,从中可以获得HttpClientConnection或请求可以中止。
requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn. BasicClientConnectionManager
已过时。
 
requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
 
requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
 
RequestDefaultHeaders - Class in org.apache.http.client.protocol
请求拦截器添加默认请求标头。
RequestDefaultHeaders(Collection<? extends Header>) - Constructor for class org.apache.http.client.protocol. RequestDefaultHeaders
 
RequestDefaultHeaders() - Constructor for class org.apache.http.client.protocol. RequestDefaultHeaders
 
RequestDirector - Interface in org.apache.http.client
已过时。
(4.3)不再使用
requestDuration() - Method in class org.apache.http.impl.client. HttpRequestFutureTask
 
requestExec - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
请求执行者。
RequestExpectContinue - Class in org.apache.http.client.protocol
RequestExpectContinue负责通过添加 Expect头来启用'expect-continue'握手。
RequestExpectContinue() - Constructor for class org.apache.http.client.protocol. RequestExpectContinue
 
requestIsAborted(HttpRequest) - Method in class org.apache.http.impl.client. DefaultHttpRequestRetryHandler
已过时。
(4.3)
requestParams - Variable in class org.apache.http.impl.client. ClientParamsStack
已过时。
请求参数集合,或 null
requestPoolEntry(HttpRoute, Object) - Method in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
返回一个新的PoolEntryRequest ,从中可以获得BasicPoolEntry ,或者请求可以中止。
requestPoolEntry(HttpRoute, Object) - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
 
RequestProxyAuthentication - Class in org.apache.http.client.protocol
已过时。
(4.3)使用HttpAuthenticator
RequestProxyAuthentication() - Constructor for class org.apache.http.client.protocol. RequestProxyAuthentication
已过时。
 
RequestTargetAuthentication - Class in org.apache.http.client.protocol
已过时。
(4.3)使用HttpAuthenticator
RequestTargetAuthentication() - Constructor for class org.apache.http.client.protocol. RequestTargetAuthentication
已过时。
 
RequestWrapper - Class in org.apache.http.impl.client
已过时。
(4.3)不要使用。
RequestWrapper(HttpRequest) - Constructor for class org.apache.http.impl.client. RequestWrapper
已过时。
 
reset() - Method in class org.apache.http.auth. AuthState
重置验证状态。
reset() - Method in class org.apache.http.client.entity. DeflateInputStream
重启。
reset() - Method in class org.apache.http.client.methods. AbstractExecutionAwareRequest
重置请求的内部状态,使其可重用。
reset() - Method in class org.apache.http.conn.routing. RouteTracker
 
resetHeaders() - Method in class org.apache.http.impl.client. RequestWrapper
已过时。
 
resolve(URI, String) - Static method in class org.apache.http.client.utils. URIUtils
针对基本URI解析URI引用。
resolve(URI, URI) - Static method in class org.apache.http.client.utils. URIUtils
针对基本URI解析URI引用。
resolve(URI, HttpHost, List<URI>) - Static method in class org.apache.http.client.utils. URIUtils
导出用于生成最后一个请求的解释(绝对)URI。
resolve(String) - Method in interface org.apache.http.conn. DnsResolver
返回指定主机名的IP地址,如果给定的主机不被识别或关联的IP地址不能用于构建InetAddress实例,则返回null。
resolve(String) - Method in interface org.apache.http.conn.scheme. HostNameResolver
已过时。
将给定的主机名解析为其IP地址
resolve(HttpHost) - Method in interface org.apache.http.conn. SchemePortResolver
根据协议方案返回主机的实际端口。
resolve(HttpHost) - Method in class org.apache.http.impl.conn. DefaultSchemePortResolver
 
resolve(String) - Method in class org.apache.http.impl.conn. InMemoryDnsResolver
返回指定主机名的IP地址,如果给定的主机不被识别或关联的IP地址不能用于构建InetAddress实例,则返回null。
resolve(String) - Method in class org.apache.http.impl.conn. SystemDefaultDnsResolver
 
resolveHostname(String) - Method in class org.apache.http.impl.conn. DefaultClientConnectionOperator
已过时。
根据提供的DNS解析器上配置的名称服务,将给定的主机名解析为相应IP地址数组。
resolvePort(int) - Method in class org.apache.http.conn.scheme. Scheme
已过时。
解决这个方案的正确端口。
ResponseAuthCache - Class in org.apache.http.client.protocol
已过时。
(4.2)使用AuthenticationStrategy
ResponseAuthCache() - Constructor for class org.apache.http.client.protocol. ResponseAuthCache
已过时。
 
ResponseContentEncoding - Class in org.apache.http.client.protocol
HttpResponseInterceptor负责处理内容编码响应。
ResponseContentEncoding(Lookup<InputStreamFactory>, boolean) - Constructor for class org.apache.http.client.protocol. ResponseContentEncoding
 
ResponseContentEncoding(boolean) - Constructor for class org.apache.http.client.protocol. ResponseContentEncoding
 
ResponseContentEncoding(Lookup<InputStreamFactory>) - Constructor for class org.apache.http.client.protocol. ResponseContentEncoding
 
ResponseContentEncoding() - Constructor for class org.apache.http.client.protocol. ResponseContentEncoding
处理gzipdeflate压缩实体通过使用以下解码器:gzip - 请参阅GZIPInputStream放气 - 见DeflateInputStream
ResponseHandler< T> - Interface in org.apache.http.client
处理程序封装从HttpResponse生成响应对象的过程
ResponseProcessCookies - Class in org.apache.http.client.protocol
响应拦截器,用于在给定的HTTP响应中收到响应cookie中包含的数据,填充当前的CookieStore
ResponseProcessCookies() - Constructor for class org.apache.http.client.protocol. ResponseProcessCookies
 
RetryExec - Class in org.apache.http.impl.execchain
在请求执行链中请求执行者负责决定是否由于I / O错误而失败请求应该被重新执行。
RetryExec(ClientExecChain, HttpRequestRetryHandler) - Constructor for class org.apache.http.impl.execchain. RetryExec
 
retryHandler - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
请求重试处理程序。
retryRequest(IOException, int, HttpContext) - Method in interface org.apache.http.client. HttpRequestRetryHandler
确定在执行期间是否发生IOException之后是否应重试一个方法。
retryRequest(HttpResponse, int, HttpContext) - Method in interface org.apache.http.client. ServiceUnavailableRetryStrategy
根据目标服务器的响应确定是否应重试一个方法。
retryRequest(IOException, int, HttpContext) - Method in class org.apache.http.impl.client. DefaultHttpRequestRetryHandler
使用 retryCountrequestSentRetryEnabled来确定是否应重试给定的方法。
retryRequest(HttpResponse, int, HttpContext) - Method in class org.apache.http.impl.client. DefaultServiceUnavailableRetryStrategy
 
reuseStrategy - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
连接重用策略。
revokeConnection() - Method in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
 
rewriteRequestURI(RequestWrapper, HttpRoute) - Method in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
 
rewriteURI(URI, HttpHost, boolean) - Static method in class org.apache.http.client.utils. URIUtils
一种方便的方法,用于创建一个新的URI其方案,主机和端口是从目标主机获取的,但是其路径,查询和片段是从现有URI中获取的。
rewriteURI(URI, HttpHost) - Static method in class org.apache.http.client.utils. URIUtils
URIUtils.rewriteURI(URI, HttpHost, boolean)的方便方法,始终保持片段。
rewriteURI(URI) - Static method in class org.apache.http.client.utils. URIUtils
创建一个新的URI的方法,其方案,主机,端口,路径,查询取自现有的URI,丢弃任何片段或用户信息。
rewriteURIForRoute(URI, RouteInfo) - Static method in class org.apache.http.client.utils. URIUtils
一种方便的方法,可以将原始的URI转换为指定路由所要求的相对或绝对形式。
RFC2109DomainHandler - Class in org.apache.http.impl.cookie
 
RFC2109DomainHandler() - Constructor for class org.apache.http.impl.cookie. RFC2109DomainHandler
 
RFC2109Spec - Class in org.apache.http.impl.cookie
RFC 2109符合CookieSpec实现。
RFC2109Spec(String[], boolean) - Constructor for class org.apache.http.impl.cookie. RFC2109Spec
默认构造函数
RFC2109Spec() - Constructor for class org.apache.http.impl.cookie. RFC2109Spec
默认构造函数
RFC2109Spec(boolean, CommonCookieAttributeHandler...) - Constructor for class org.apache.http.impl.cookie. RFC2109Spec
 
RFC2109SpecFactory - Class in org.apache.http.impl.cookie
已过时。
(4.4)使用RFC2109SpecProvider
RFC2109SpecFactory(String[], boolean) - Constructor for class org.apache.http.impl.cookie. RFC2109SpecFactory
已过时。
 
RFC2109SpecFactory() - Constructor for class org.apache.http.impl.cookie. RFC2109SpecFactory
已过时。
 
RFC2109SpecProvider - Class in org.apache.http.impl.cookie
CookieSpecProvider实现提供了一个RFC2109Spec的实例。
RFC2109SpecProvider(PublicSuffixMatcher, boolean) - Constructor for class org.apache.http.impl.cookie. RFC2109SpecProvider
 
RFC2109SpecProvider(PublicSuffixMatcher) - Constructor for class org.apache.http.impl.cookie. RFC2109SpecProvider
 
RFC2109SpecProvider() - Constructor for class org.apache.http.impl.cookie. RFC2109SpecProvider
 
RFC2109VersionHandler - Class in org.apache.http.impl.cookie
 
RFC2109VersionHandler() - Constructor for class org.apache.http.impl.cookie. RFC2109VersionHandler
 
RFC2617Scheme - Class in org.apache.http.impl.auth
抽象认证方案类为所有RFC 2617兼容认证方案奠定了基础,并提供了RFC 2617中定义的所有认证方案的通用功能。
RFC2617Scheme(ChallengeState) - Constructor for class org.apache.http.impl.auth. RFC2617Scheme
已过时。
(4.3)不要使用。
RFC2617Scheme(Charset) - Constructor for class org.apache.http.impl.auth. RFC2617Scheme
 
RFC2617Scheme() - Constructor for class org.apache.http.impl.auth. RFC2617Scheme
 
RFC2965CommentUrlAttributeHandler - Class in org.apache.http.impl.cookie
"CommentURL" RFC 2965 cookie规范的cookie属性处理程序。
RFC2965CommentUrlAttributeHandler() - Constructor for class org.apache.http.impl.cookie. RFC2965CommentUrlAttributeHandler
 
RFC2965DiscardAttributeHandler - Class in org.apache.http.impl.cookie
"Discard" RFC 2965 cookie规范的cookie属性处理程序。
RFC2965DiscardAttributeHandler() - Constructor for class org.apache.http.impl.cookie. RFC2965DiscardAttributeHandler
 
RFC2965DomainAttributeHandler - Class in org.apache.http.impl.cookie
"Domain"用于RFC 2965 cookie规范的cookie属性处理程序。
RFC2965DomainAttributeHandler() - Constructor for class org.apache.http.impl.cookie. RFC2965DomainAttributeHandler
 
RFC2965PortAttributeHandler - Class in org.apache.http.impl.cookie
"Port"用于RFC 2965 cookie规范的cookie属性处理程序。
RFC2965PortAttributeHandler() - Constructor for class org.apache.http.impl.cookie. RFC2965PortAttributeHandler
 
RFC2965Spec - Class in org.apache.http.impl.cookie
符合RFC 2965的CookieSpec实现。
RFC2965Spec() - Constructor for class org.apache.http.impl.cookie. RFC2965Spec
默认构造函数
RFC2965Spec(String[], boolean) - Constructor for class org.apache.http.impl.cookie. RFC2965Spec
 
RFC2965SpecFactory - Class in org.apache.http.impl.cookie
已过时。
(4.4)使用RFC2965SpecProvider
RFC2965SpecFactory(String[], boolean) - Constructor for class org.apache.http.impl.cookie. RFC2965SpecFactory
已过时。
 
RFC2965SpecFactory() - Constructor for class org.apache.http.impl.cookie. RFC2965SpecFactory
已过时。
 
RFC2965SpecProvider - Class in org.apache.http.impl.cookie
CookieSpecProvider实现提供了一个RFC2965Spec的实例。
RFC2965SpecProvider(PublicSuffixMatcher, boolean) - Constructor for class org.apache.http.impl.cookie. RFC2965SpecProvider
 
RFC2965SpecProvider(PublicSuffixMatcher) - Constructor for class org.apache.http.impl.cookie. RFC2965SpecProvider
 
RFC2965SpecProvider() - Constructor for class org.apache.http.impl.cookie. RFC2965SpecProvider
 
RFC2965VersionAttributeHandler - Class in org.apache.http.impl.cookie
"Version"用于RFC 2965 cookie规范的cookie属性处理程序。
RFC2965VersionAttributeHandler() - Constructor for class org.apache.http.impl.cookie. RFC2965VersionAttributeHandler
 
Rfc3492Idn - Class in org.apache.http.client.utils
已过时。
(4.4)使用标准IDN
Rfc3492Idn() - Constructor for class org.apache.http.client.utils. Rfc3492Idn
已过时。
 
RFC6265CookieSpec - Class in org.apache.http.impl.cookie
符合RFC C6265规范的Cookie管理功能。
RFC6265CookieSpec(CommonCookieAttributeHandler...) - Constructor for class org.apache.http.impl.cookie. RFC6265CookieSpec
 
RFC6265CookieSpecProvider - Class in org.apache.http.impl.cookie
CookieSpecProvider实现,提供RFC 6265一致性Cookie策略的实例。
RFC6265CookieSpecProvider(RFC6265CookieSpecProvider.CompatibilityLevel, PublicSuffixMatcher) - Constructor for class org.apache.http.impl.cookie. RFC6265CookieSpecProvider
 
RFC6265CookieSpecProvider(PublicSuffixMatcher) - Constructor for class org.apache.http.impl.cookie. RFC6265CookieSpecProvider
 
RFC6265CookieSpecProvider() - Constructor for class org.apache.http.impl.cookie. RFC6265CookieSpecProvider
 
RFC6265CookieSpecProvider.CompatibilityLevel - Enum in org.apache.http.impl.cookie
 
RFC6265LaxSpec - Class in org.apache.http.impl.cookie
标准CookieSpec实现了对不符合良好行为的配置文件的现有服务器(RFC 6265,第4节)的HTTP状态管理规范(RFC 6265,第5节)的更为宽松的解释。
RFC6265LaxSpec() - Constructor for class org.apache.http.impl.cookie. RFC6265LaxSpec
 
RFC6265StrictSpec - Class in org.apache.http.impl.cookie
标准CookieSpec实现了强制HTTP状态管理规范(RFC 6265,第4部分)良好配置文件的语法和语义。
RFC6265StrictSpec() - Constructor for class org.apache.http.impl.cookie. RFC6265StrictSpec
 
RFC_2109 - Static variable in class org.apache.http.client.params. CookiePolicy
已过时。
RFC 2109兼容策略。
RFC_2965 - Static variable in class org.apache.http.client.params. CookiePolicy
已过时。
符合RFC 2965的规定。
ROUTE - Static variable in interface org.apache.http.client.protocol. ClientContext
已过时。
表示实际连接路由的RouteInfo对象的属性名称。
route - Variable in class org.apache.http.impl.client. RoutedRequest
已过时。
 
route - Variable in class org.apache.http.impl.conn. AbstractPoolEntry
已过时。
该条目被分配的路由。
route - Variable in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
这个游泳池的路线。
routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in interface org.apache.http.conn. HttpClientConnectionManager
将连接标记为完全建立,并完成所有中间跳。
routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
RoutedRequest - Class in org.apache.http.impl.client
已过时。
(4.3)不要使用。
RoutedRequest(RequestWrapper, HttpRoute) - Constructor for class org.apache.http.impl.client. RoutedRequest
已过时。
创建一个新的路由请求。
RouteInfo - Interface in org.apache.http.conn.routing
路由信息的只读接口。
RouteInfo.LayerType - Enum in org.apache.http.conn.routing
路由的分层类型。
RouteInfo.TunnelType - Enum in org.apache.http.conn.routing
路由的隧道类型。
routePlanner - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
路线规划师
RouteSpecificPool - Class in org.apache.http.impl.conn.tsccm
已过时。
(4.2)使用AbstractConnPool
RouteSpecificPool(HttpRoute, int) - Constructor for class org.apache.http.impl.conn.tsccm. RouteSpecificPool
RouteSpecificPool(HttpRoute, ConnPerRoute) - Constructor for class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
创建一个新的路由特定池。
routeToPool - Variable in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
路线专用池的映射
RouteTracker - Class in org.apache.http.conn.routing
帮助跟踪建立路线的步骤。
RouteTracker(HttpHost, InetAddress) - Constructor for class org.apache.http.conn.routing. RouteTracker
创建一个新的路线跟踪器。
RouteTracker(HttpRoute) - Constructor for class org.apache.http.conn.routing. RouteTracker
为给定的路线创建一个新的跟踪器。

S

scheduledTime() - Method in class org.apache.http.impl.client. HttpRequestFutureTask
 
Scheme - Class in org.apache.http.conn.scheme
已过时。
(4.3)使用SchemePortResolver默认端口的分辨率和Registry套接字工厂查找。
Scheme(String, int, SchemeSocketFactory) - Constructor for class org.apache.http.conn.scheme. Scheme
已过时。
创建一个新的方案。
Scheme(String, SocketFactory, int) - Constructor for class org.apache.http.conn.scheme. Scheme
SCHEME_REGISTRY - Static variable in interface org.apache.http.client.protocol. ClientContext
已过时。
SchemeLayeredSocketFactory - Interface in org.apache.http.conn.scheme
已过时。
SchemePortResolver - Interface in org.apache.http.conn
协议方案的默认端口解析策略。
SchemeRegistry - Class in org.apache.http.conn.scheme
已过时。
(4.3)使用Registry
SchemeRegistry() - Constructor for class org.apache.http.conn.scheme. SchemeRegistry
已过时。
创建一个新的空方案注册表。
schemeRegistry - Variable in class org.apache.http.impl.conn. DefaultClientConnectionOperator
已过时。
查找套接字工厂的方案注册表。
schemeRegistry - Variable in class org.apache.http.impl.conn. DefaultHttpRoutePlanner
已过时。
方案注册表。
schemeRegistry - Variable in class org.apache.http.impl.conn. ProxySelectorRoutePlanner
已过时。
方案注册表。
schemeRegistry - Variable in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
该连接管理器支持的方案。
schemeRegistry - Variable in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
该连接管理器支持的方案。
SchemeRegistryFactory - Class in org.apache.http.impl.conn
已过时。
(4.3)使用HttpClientBuilder
SchemeRegistryFactory() - Constructor for class org.apache.http.impl.conn. SchemeRegistryFactory
已过时。
 
SchemeSocketFactory - Interface in org.apache.http.conn.scheme
已过时。
(4.3)使用ConnectionSocketFactory
SECURE_ATTR - Static variable in interface org.apache.http.cookie. ClientCookie
 
select(Map<String, Header>, HttpHost, HttpResponse, HttpContext) - Method in interface org.apache.http.client. AuthenticationStrategy
从所有可用的中选择一个认证挑战,并创建并生成能够处理该挑战的AuthOption实例。
selectScheme(Map<String, Header>, HttpResponse, HttpContext) - Method in interface org.apache.http.client. AuthenticationHandler
已过时。
从所有可用的中选择一个认证挑战,并创建并生成能够处理该挑战的AuthScheme实例。
selectScheme(Map<String, Header>, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client. AbstractAuthenticationHandler
已过时。
 
sendRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
ServiceUnavailableRetryExec - Class in org.apache.http.impl.execchain
在请求执行链中请求执行者负责决定是否应重新执行从目标服务器接收到非2xx响应的请求。
ServiceUnavailableRetryExec(ClientExecChain, ServiceUnavailableRetryStrategy) - Constructor for class org.apache.http.impl.execchain. ServiceUnavailableRetryExec
 
ServiceUnavailableRetryStrategy - Interface in org.apache.http.client
策略界面允许API用户插入自己的逻辑来控制是否自动执行重试,应该重试多少次等等。
set(int, Object) - Method in class org.apache.http.impl.client. RedirectLocations
用指定的元素替换此列表中指定位置的URI(必须是URI)。
SET_COOKIE - Static variable in interface org.apache.http.cookie. SM
 
SET_COOKIE2 - Static variable in interface org.apache.http.cookie. SM
 
setAllowCircularRedirects(boolean) - Method in class org.apache.http.client.params. ClientParamBean
已过时。
 
setAttribute(String, Object) - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
setAttribute(String, Object) - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
setAttribute(String, Object) - Method in class org.apache.http.impl.conn. DefaultManagedHttpClientConnection
 
setAttribute(String, String) - Method in class org.apache.http.impl.cookie. BasicClientCookie
 
setAuthCache(AuthCache) - Method in class org.apache.http.client.protocol. HttpClientContext
 
setAuthenticating(HttpParams, boolean) - Static method in class org.apache.http.client.params. HttpClientParams
已过时。
 
setAuthenticationEnabled(boolean) - Method in class org.apache.http.client.config. RequestConfig.Builder
 
setAuthScheme(AuthScheme) - Method in class org.apache.http.auth. AuthState
已过时。
setAuthSchemeRegistry(AuthSchemeRegistry) - Method in class org.apache.http.client.protocol. ClientContextConfigurer
已过时。
 
setAuthSchemeRegistry(Lookup<AuthSchemeProvider>) - Method in class org.apache.http.client.protocol. HttpClientContext
 
setAuthSchemes(AuthSchemeRegistry) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
setAuthScope(AuthScope) - Method in class org.apache.http.auth. AuthState
已过时。
(4.2)不要使用。
setBackoffFactor(double) - Method in class org.apache.http.impl.client. AIMDBackoffManager
设置退出时使用的因子; 新的每个主机的限制大致是这个因素的当前最大倍数。
setBackoffManager(BackoffManager) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
setBackoffManager(BackoffManager) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配BackoffManager实例。
setBinary(byte[]) - Method in class org.apache.http.client.entity. EntityBuilder
将实体内容设置为字节数组。
setCancellable(Cancellable) - Method in class org.apache.http.client.methods. AbstractExecutionAwareRequest
 
setCancellable(Cancellable) - Method in interface org.apache.http.client.methods. HttpExecutionAware
为正在进行的操作设置Cancellable
setCharset(Charset) - Method in class org.apache.http.client.methods. RequestBuilder
 
setCharset(Charset) - Method in class org.apache.http.client.utils. URIBuilder
 
setCircularRedirectsAllowed(boolean) - Method in class org.apache.http.client.config. RequestConfig.Builder
 
setComment(String) - Method in interface org.apache.http.cookie. SetCookie
如果用户代理(Web浏览器)向用户显示此Cookie,则将使用此注释描述Cookie的用途。
setComment(String) - Method in class org.apache.http.impl.cookie. BasicClientCookie
如果用户代理(Web浏览器)向用户显示此Cookie,则将使用此注释描述Cookie的用途。
setCommentURL(String) - Method in interface org.apache.http.cookie. SetCookie2
如果用户代理(Web浏览器)向用户显示此Cookie,则Cookie的用途将由此URL上的信息描述。
setCommentURL(String) - Method in class org.apache.http.impl.cookie. BasicClientCookie2
 
setConfig(RequestConfig) - Method in class org.apache.http.client.methods. HttpRequestBase
 
setConfig(RequestConfig) - Method in class org.apache.http.client.methods. RequestBuilder
 
setConnectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
setConnectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配ConnectionBackoffStrategy实例。
setConnectionConfig(ConnectionConfig) - Method in class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
setConnectionConfig(HttpHost, ConnectionConfig) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
setConnectionManager(HttpClientConnectionManager) - Method in class org.apache.http.impl.client. HttpClientBuilder
setConnectionManagerFactoryClassName(String) - Method in class org.apache.http.client.params. ClientParamBean
已过时。
(4.2)不要使用。
setConnectionManagerShared(boolean) - Method in class org.apache.http.impl.client. HttpClientBuilder
定义连接管理器由多个客户端实例共享。
setConnectionManagerTimeout(long) - Method in class org.apache.http.client.params. ClientParamBean
已过时。
 
setConnectionManagerTimeout(HttpParams, long) - Static method in class org.apache.http.client.params. HttpClientParams
已过时。
设置参数 ClientPNames.CONN_MANAGER_TIMEOUT
setConnectionRequest(ClientConnectionRequest) - Method in interface org.apache.http.client.methods. AbortableHttpRequest
已过时。
设置ClientConnectionRequest回调,可用于中止长时间的连接请求。
setConnectionRequest(ClientConnectionRequest) - Method in class org.apache.http.client.methods. AbstractExecutionAwareRequest
已过时。
setConnectionRequestTimeout(int) - Method in class org.apache.http.client.config. RequestConfig.Builder
 
setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配ConnectionReuseStrategy实例。
setConnectionsPerRoute(ConnPerRouteBean) - Method in class org.apache.http.conn.params. ConnManagerParamBean
已过时。
 
setConnectionTimeToLive(long, TimeUnit) - Method in class org.apache.http.impl.client. HttpClientBuilder
设置持久连接的最长生存时间
setConnectTimeout(int) - Method in class org.apache.http.client.config. RequestConfig.Builder
 
setContentCompressionEnabled(boolean) - Method in class org.apache.http.client.config. RequestConfig.Builder
 
setContentDecoderRegistry(Map<String, InputStreamFactory>) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配用于自动内容解压缩的InputStreamFactory s的映射。
setContentEncoding(String) - Method in class org.apache.http.client.entity. EntityBuilder
设置实体的内容编码。
setContentType(ContentType) - Method in class org.apache.http.client.entity. EntityBuilder
设置实体的ContentType
SetCookie - Interface in org.apache.http.cookie
该接口表示由原始服务器发送给HTTP代理的 Set-Cookie响应头,以保持会话状态。
SetCookie2 - Interface in org.apache.http.cookie
该接口表示由原始服务器发送给HTTP代理的 Set-Cookie2响应头,以保持会话状态。
setCookiePolicy(String) - Method in class org.apache.http.client.params. ClientParamBean
已过时。
 
setCookiePolicy(HttpParams, String) - Static method in class org.apache.http.client.params. HttpClientParams
已过时。
 
setCookieSpec(String) - Method in class org.apache.http.client.config. RequestConfig.Builder
 
setCookieSpecRegistry(CookieSpecRegistry) - Method in class org.apache.http.client.protocol. ClientContextConfigurer
已过时。
 
setCookieSpecRegistry(Lookup<CookieSpecProvider>) - Method in class org.apache.http.client.protocol. HttpClientContext
 
setCookieSpecs(CookieSpecRegistry) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
setCookieStore(CookieStore) - Method in class org.apache.http.client.protocol. ClientContextConfigurer
已过时。
 
setCookieStore(CookieStore) - Method in class org.apache.http.client.protocol. HttpClientContext
 
setCookieStore(CookieStore) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
setCooldownMillis(long) - Method in class org.apache.http.impl.client. AIMDBackoffManager
设置在给定主机的池大小调整之间等待的时间量(以毫秒为单位),以允许足够的时间使调整生效。
setCreationDate(Date) - Method in class org.apache.http.impl.cookie. BasicClientCookie
 
setCredentialCharset(String) - Method in class org.apache.http.auth.params. AuthParamBean
已过时。
 
setCredentialCharset(HttpParams, String) - Static method in class org.apache.http.auth.params. AuthParams
已过时。
设置编码时使用的字符集Credentials
setCredentials(Credentials) - Method in class org.apache.http.auth. AuthState
已过时。
setCredentials(AuthScope, Credentials) - Method in interface org.apache.http.client. CredentialsProvider
为给定的认证范围设置credentials
setCredentials(AuthScope, Credentials) - Method in class org.apache.http.impl.client. BasicCredentialsProvider
 
setCredentials(AuthScope, Credentials) - Method in class org.apache.http.impl.client. SystemDefaultCredentialsProvider
 
setCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.client.protocol. ClientContextConfigurer
已过时。
 
setCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.client.protocol. HttpClientContext
 
setCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
setCustomQuery(String) - Method in class org.apache.http.client.utils. URIBuilder
设置自定义URI查询。
setDatePatterns(Collection<String>) - Method in class org.apache.http.cookie.params. CookieSpecParamBean
已过时。
 
setDecompressionEnabled(boolean) - Method in class org.apache.http.client.config. RequestConfig.Builder
已过时。
(4.5)将RequestConfig.Builder.setContentCompressionEnabled(boolean)设置为false并添加Accept-Encoding请求头。
setDefaultAuthSchemeRegistry(Lookup<AuthSchemeProvider>) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配默认的AuthScheme注册表,如果在客户端执行上下文中未显式设置,则该注册表将用于请求执行。
setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配默认值ConnectionConfig
setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
setDefaultCookieSpecRegistry(Lookup<CookieSpecProvider>) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配默认的CookieSpec注册表,如果在客户端执行上下文中未显式设置,则该注册表将用于请求执行。
setDefaultCookieStore(CookieStore) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配默认的CookieStore实例,如果在客户端执行上下文中未显式设置,则该实例将用于请求执行。
setDefaultCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配默认的CredentialsProvider实例,如果在客户机执行上下文中未显式设置,则实例将用于请求执行。
setDefaultHeaders(Collection<Header>) - Method in class org.apache.http.client.params. ClientParamBean
已过时。
 
setDefaultHeaders(Collection<? extends Header>) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配默认请求标头值。
setDefaultHost(HttpHost) - Method in class org.apache.http.client.params. ClientParamBean
已过时。
 
setDefaultHttpParams(HttpParams) - Static method in class org.apache.http.impl.client. DefaultHttpClient
已过时。
在提供的参数中保存默认的HttpParams集。
setDefaultMaxPerRoute(int) - Method in class org.apache.http.conn.params. ConnPerRouteBean
已过时。
 
setDefaultMaxPerRoute(int) - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
setDefaultMaxPerRoute(int) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
setDefaultMaxPerRoute(int) - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
 
setDefaultProxy(HttpHost) - Method in class org.apache.http.conn.params. ConnRouteParamBean
已过时。
 
setDefaultProxy(HttpParams, HttpHost) - Static method in class org.apache.http.conn.params. ConnRouteParams
已过时。
设置 DEFAULT_PROXY参数值。
setDefaultRequestConfig(RequestConfig) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配默认的RequestConfig实例,如果在客户端执行上下文中未显式设置,则该实例将用于请求执行。
setDefaultSocketConfig(SocketConfig) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配默认值SocketConfig
setDefaultSocketConfig(SocketConfig) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
setDiscard(boolean) - Method in interface org.apache.http.cookie. SetCookie2
设置Discard属性。
setDiscard(boolean) - Method in class org.apache.http.impl.cookie. BasicClientCookie2
 
setDnsResolver(DnsResolver) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配DnsResolver实例。
setDomain(String) - Method in interface org.apache.http.cookie. SetCookie
设置域属性。
setDomain(String) - Method in class org.apache.http.impl.cookie. BasicClientCookie
设置域属性。
setEntity(HttpEntity) - Method in class org.apache.http.client.methods. HttpEntityEnclosingRequestBase
 
setEntity(HttpEntity) - Method in class org.apache.http.client.methods. RequestBuilder
 
setEntity(HttpEntity) - Method in class org.apache.http.impl.client. EntityEnclosingRequestWrapper
已过时。
 
setExceptions(Collection<String>) - Method in class org.apache.http.impl.cookie. PublicSuffixFilter
已过时。
从黑名单设置例外。
setExpectContinueEnabled(boolean) - Method in class org.apache.http.client.config. RequestConfig.Builder
 
setExpiryDate(Date) - Method in interface org.apache.http.cookie. SetCookie
设置到期日。
setExpiryDate(Date) - Method in class org.apache.http.impl.cookie. BasicClientCookie
设置到期日。
setFile(File) - Method in class org.apache.http.client.entity. EntityBuilder
将实体内容设置为File
setForcedRoute(HttpRoute) - Method in class org.apache.http.conn.params. ConnRouteParamBean
已过时。
 
setForcedRoute(HttpParams, HttpRoute) - Static method in class org.apache.http.conn.params. ConnRouteParams
已过时。
设置 FORCED_ROUTE参数值。
setFragment(String) - Method in class org.apache.http.client.utils. URIBuilder
设置URI片段。
setHandleAuthentication(boolean) - Method in class org.apache.http.client.params. ClientParamBean
已过时。
 
setHandleRedirects(boolean) - Method in class org.apache.http.client.params. ClientParamBean
已过时。
 
setHeader(Header) - Method in class org.apache.http.client.methods. RequestBuilder
 
setHeader(String, String) - Method in class org.apache.http.client.methods. RequestBuilder
 
setHost(String) - Method in class org.apache.http.client.utils. URIBuilder
设置URI主机。
setHostnameVerifier(X509HostnameVerifier) - Method in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
setHostnameVerifier(X509HostnameVerifier) - Method in class org.apache.http.impl.client. HttpClientBuilder
已过时。
(4.4)
setHttpProcessor(HttpProcessor) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配HttpProcessor实例。
setHttpRequestRetryHandler(HttpRequestRetryHandler) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
setIdleDuration(long, TimeUnit) - Method in interface org.apache.http.conn. ManagedClientConnection
已过时。
设置此连接在重新使用之前可以保持空闲的持续时间。
setIdleDuration(long, TimeUnit) - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
setItems(Map<String, AuthSchemeFactory>) - Method in class org.apache.http.auth. AuthSchemeRegistry
已过时。
填写已注册的authentication schemes的内部集合, 其中以作为参数传递的映射的内容。
setItems(Map<String, Scheme>) - Method in class org.apache.http.conn.scheme. SchemeRegistry
已过时。
填写已注册的protocol schemes的内部集合, 其中以作为参数传递的映射的内容。
setItems(Map<String, CookieSpecFactory>) - Method in class org.apache.http.cookie. CookieSpecRegistry
已过时。
填写已注册的cookie specs的内部集合, 其中以作为参数传递的映射的内容。
setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.http.impl.client. HttpClientBuilder
setLocalAddress(InetAddress) - Method in class org.apache.http.client.config. RequestConfig.Builder
 
setLocalAddress(InetAddress) - Method in class org.apache.http.conn.params. ConnRouteParamBean
已过时。
 
setLocalAddress(HttpParams, InetAddress) - Static method in class org.apache.http.conn.params. ConnRouteParams
已过时。
设置 LOCAL_ADDRESS参数值。
setMaxConnectionsPerRoute(HttpParams, ConnPerRoute) - Static method in class org.apache.http.conn.params. ConnManagerParams
已过时。
设置每个路由允许的最大连接数量的查找接口。
setMaxConnPerRoute(int) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配每个路由值的最大连接数。
setMaxConnTotal(int) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配最大总连接值。
setMaxForRoute(HttpRoute, int) - Method in class org.apache.http.conn.params. ConnPerRouteBean
已过时。
 
setMaxForRoute(HttpRoute, int) - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
 
setMaxForRoutes(Map<HttpRoute, Integer>) - Method in class org.apache.http.conn.params. ConnPerRouteBean
已过时。
 
setMaxPerRoute(HttpRoute, int) - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
setMaxPerRoute(HttpRoute, int) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
setMaxRedirects(int) - Method in class org.apache.http.client.config. RequestConfig.Builder
 
setMaxRedirects(int) - Method in class org.apache.http.client.params. ClientParamBean
已过时。
 
setMaxStatusLineGarbage(int) - Method in class org.apache.http.conn.params. ConnConnectionParamBean
已过时。
(4.2)使用自定义DefaultHttpResponseParser实现
setMaxTotal(int) - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
setMaxTotal(int) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
setMaxTotal(int) - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
自4.1
setMaxTotalConnections(int) - Method in class org.apache.http.conn.params. ConnManagerParamBean
已过时。
 
setMaxTotalConnections(HttpParams, int) - Static method in class org.apache.http.conn.params. ConnManagerParams
已过时。
设置允许的最大连接数。
setMaxTotalConnections(int) - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
自4.1
setMethod(String) - Method in class org.apache.http.impl.client. RequestWrapper
已过时。
 
setParameter(String, String) - Method in class org.apache.http.client.utils. URIBuilder
设置URI查询覆盖现有值的参数。
setParameter(String, Object) - Method in class org.apache.http.impl.client. ClientParamsStack
已过时。
设置参数。
setParameters(List<NameValuePair>) - Method in class org.apache.http.client.entity. EntityBuilder
将实体内容设置为参数列表。
setParameters(NameValuePair...) - Method in class org.apache.http.client.entity. EntityBuilder
将实体内容设置为参数列表。
setParameters(List<NameValuePair>) - Method in class org.apache.http.client.utils. URIBuilder
设置URI查询参数。
setParameters(NameValuePair...) - Method in class org.apache.http.client.utils. URIBuilder
设置URI查询参数。
setParams(HttpParams) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
替换参数。
setPath(String) - Method in class org.apache.http.client.utils. URIBuilder
设置URI路径。
setPath(String) - Method in interface org.apache.http.cookie. SetCookie
设置路径属性。
setPath(String) - Method in class org.apache.http.impl.cookie. BasicClientCookie
设置路径属性。
setPerHostConnectionCap(int) - Method in class org.apache.http.impl.client. AIMDBackoffManager
设置绝对最大每主机连接池大小,以探测到; 默认为2(默认每个主机最大值)。
setPort(int) - Method in class org.apache.http.client.utils. URIBuilder
设置URI端口。
setPorts(int[]) - Method in interface org.apache.http.cookie. SetCookie2
设置端口属性。
setPorts(int[]) - Method in class org.apache.http.impl.cookie. BasicClientCookie2
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.http.client.methods. HttpRequestBase
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.http.client.methods. HttpRequestWrapper
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.http.impl.client. RequestWrapper
已过时。
 
setProxy(HttpHost) - Method in class org.apache.http.client.config. RequestConfig.Builder
 
setProxy(HttpHost) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配默认代理值。
setProxyAuthenticationHandler(AuthenticationHandler) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
(4.2)不要使用
setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.client. HttpClientBuilder
为代理身份验证分配AuthenticationStrategy实例。
setProxyPreferredAuthSchemes(Collection<String>) - Method in class org.apache.http.client.config. RequestConfig.Builder
 
setProxySelector(ProxySelector) - Method in class org.apache.http.impl.conn. ProxySelectorRoutePlanner
已过时。
设置代理选择器使用。
setPublicSuffixes(Collection<String>) - Method in class org.apache.http.impl.cookie. PublicSuffixFilter
已过时。
设置后缀黑名单模式。
setPublicSuffixMatcher(PublicSuffixMatcher) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配包含公共后缀匹配器的文件。
setQuery(String) - Method in class org.apache.http.client.utils. URIBuilder
setRedirectHandler(RedirectHandler) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
(4.1)不要使用
setRedirecting(HttpParams, boolean) - Static method in class org.apache.http.client.params. HttpClientParams
已过时。
 
setRedirectsEnabled(boolean) - Method in class org.apache.http.client.config. RequestConfig.Builder
 
setRedirectStrategy(RedirectStrategy) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
setRedirectStrategy(RedirectStrategy) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配RedirectStrategy实例。
setRejectRelativeRedirect(boolean) - Method in class org.apache.http.client.params. ClientParamBean
已过时。
 
setRelativeRedirectsAllowed(boolean) - Method in class org.apache.http.client.config. RequestConfig.Builder
 
setReleaseTrigger(ConnectionReleaseTrigger) - Method in interface org.apache.http.client.methods. AbortableHttpRequest
已过时。
设置可用于中止活动连接的ConnectionReleaseTrigger回调。
setReleaseTrigger(ConnectionReleaseTrigger) - Method in class org.apache.http.client.methods. AbstractExecutionAwareRequest
已过时。
setRequestConfig(RequestConfig) - Method in class org.apache.http.client.protocol. HttpClientContext
 
setRequestExecutor(HttpRequestExecutor) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配HttpRequestExecutor实例。
setRetryHandler(HttpRequestRetryHandler) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配HttpRequestRetryHandler实例。
setReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配HttpRoutePlanner实例。
setScheme(String) - Method in class org.apache.http.client.utils. URIBuilder
设置URI方案。
setSchemePortResolver(SchemePortResolver) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配SchemePortResolver实例。
setSecure(boolean) - Method in interface org.apache.http.cookie. SetCookie
设置cookie的安全属性。
setSecure(boolean) - Method in class org.apache.http.impl.cookie. BasicClientCookie
设置cookie的安全属性。
setSecureRandom(SecureRandom) - Method in class org.apache.http.conn.ssl. SSLContextBuilder
已过时。
 
setSerializable(Serializable) - Method in class org.apache.http.client.entity. EntityBuilder
将实体内容设置为Serializable
setServiceUnavailableRetryStrategy(ServiceUnavailableRetryStrategy) - Method in class org.apache.http.impl.client. HttpClientBuilder
setSingleHeader(boolean) - Method in class org.apache.http.cookie.params. CookieSpecParamBean
已过时。
 
setSocketConfig(SocketConfig) - Method in class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
setSocketConfig(HttpHost, SocketConfig) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
setSocketTimeout(int) - Method in class org.apache.http.client.config. RequestConfig.Builder
 
setSocketTimeout(int) - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
setSslcontext(SSLContext) - Method in class org.apache.http.impl.client. HttpClientBuilder
已过时。
setSSLContext(SSLContext) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配SSLContext实例。
setSSLHostnameVerifier(HostnameVerifier) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配HostnameVerifier实例。
setSSLSocketFactory(LayeredConnectionSocketFactory) - Method in class org.apache.http.impl.client. HttpClientBuilder
setStaleConnectionCheckEnabled(boolean) - Method in class org.apache.http.client.config. RequestConfig.Builder
setState(AuthProtocolState) - Method in class org.apache.http.auth. AuthState
 
setState(Object) - Method in interface org.apache.http.conn. ManagedClientConnection
已过时。
为此连接分配状态对象。
setState(Object) - Method in class org.apache.http.impl.conn. AbstractPooledConnAdapter
已过时。
 
setState(Object) - Method in class org.apache.http.impl.conn. AbstractPoolEntry
已过时。
将状态对象分配给此池条目。
setStream(InputStream) - Method in class org.apache.http.client.entity. EntityBuilder
将实体内容设置为InputStream
setTargetAuthenticationHandler(AuthenticationHandler) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
(4.2)不要使用
setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.client. HttpClientBuilder
为目标主机身份验证分配AuthenticationStrategy实例。
setTargetPreferredAuthSchemes(Collection<String>) - Method in class org.apache.http.client.config. RequestConfig.Builder
 
setText(String) - Method in class org.apache.http.client.entity. EntityBuilder
将实体内容设置为字符串。
setTimeout(long) - Method in class org.apache.http.conn.params. ConnManagerParamBean
已过时。
 
setTimeout(HttpParams, long) - Static method in class org.apache.http.conn.params. ConnManagerParams
setURI(URI) - Method in class org.apache.http.client.methods. HttpRequestBase
 
setURI(URI) - Method in class org.apache.http.client.methods. HttpRequestWrapper
 
setUri(URI) - Method in class org.apache.http.client.methods. RequestBuilder
 
setUri(String) - Method in class org.apache.http.client.methods. RequestBuilder
 
setURI(URI) - Method in class org.apache.http.impl.client. RequestWrapper
已过时。
 
setUserAgent(String) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配 User-Agent值。
setUserInfo(String) - Method in class org.apache.http.client.utils. URIBuilder
设置URI用户信息。
setUserInfo(String, String) - Method in class org.apache.http.client.utils. URIBuilder
将URI用户信息设置为用户名和密码的组合。
setUserToken(Object) - Method in class org.apache.http.client.protocol. HttpClientContext
 
setUserTokenHandler(UserTokenHandler) - Method in class org.apache.http.impl.client. AbstractHttpClient
已过时。
 
setUserTokenHandler(UserTokenHandler) - Method in class org.apache.http.impl.client. HttpClientBuilder
分配UserTokenHandler实例。
setValidateAfterInactivity(int) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
定义不活动的时间(以毫秒为单位),之后必须重新验证持久连接,然后 再向消费者发送 leased
setValue(String) - Method in interface org.apache.http.cookie. SetCookie
 
setValue(String) - Method in class org.apache.http.impl.cookie. BasicClientCookie
设置值
setVersion(ProtocolVersion) - Method in class org.apache.http.client.methods. RequestBuilder
 
setVersion(int) - Method in interface org.apache.http.cookie. SetCookie
设置该cookie符合的cookie规范的版本。
setVersion(int) - Method in class org.apache.http.impl.cookie. BasicClientCookie
设置该cookie符合的cookie规范的版本。
setVirtualHost(HttpHost) - Method in class org.apache.http.client.params. ClientParamBean
已过时。
 
setWaitingThread(WaitingThread) - Method in class org.apache.http.impl.conn.tsccm. WaitingThreadAborter
已过时。
设置等待线程。
shouldBackoff(Throwable) - Method in interface org.apache.http.client. ConnectionBackoffStrategy
确定作为请求执行的结果是否看到给定的 Throwable将导致退避信号。
shouldBackoff(HttpResponse) - Method in interface org.apache.http.client. ConnectionBackoffStrategy
确定作为请求执行的结果是否接收给定的HttpResponse将导致退避信号。
shouldBackoff(Throwable) - Method in class org.apache.http.impl.client. DefaultBackoffStrategy
 
shouldBackoff(HttpResponse) - Method in class org.apache.http.impl.client. DefaultBackoffStrategy
 
shouldBackoff(Throwable) - Method in class org.apache.http.impl.client. NullBackoffStrategy
 
shouldBackoff(HttpResponse) - Method in class org.apache.http.impl.client. NullBackoffStrategy
 
shutdown() - Method in interface org.apache.http.conn. ClientConnectionManager
已过时。
关闭此连接管理器并释放分配的资源。
shutdown() - Method in interface org.apache.http.conn. HttpClientConnectionManager
关闭此连接管理器并释放分配的资源。
shutdown() - Method in class org.apache.http.impl.client. IdleConnectionEvictor
 
shutdown() - Method in class org.apache.http.impl.conn. AbstractPooledConnAdapter
已过时。
 
shutdown() - Method in class org.apache.http.impl.conn. BasicClientConnectionManager
已过时。
 
shutdown() - Method in class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
shutdown() - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
强制关闭此连接。
shutdown() - Method in class org.apache.http.impl.conn. DefaultManagedHttpClientConnection
 
shutdown() - Method in class org.apache.http.impl.conn. PoolingClientConnectionManager
已过时。
 
shutdown() - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
shutdown() - Method in class org.apache.http.impl.conn. SingleClientConnManager.PoolEntry
已过时。
关闭此池条目中的连接。
shutdown() - Method in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
 
shutdown() - Method in class org.apache.http.impl.conn.tsccm. AbstractConnPool
已过时。
关闭此池和所有相关资源。
shutdown - Variable in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
 
shutdown() - Method in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
 
shutdown() - Method in class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
 
shutdownEntry() - Method in class org.apache.http.impl.conn. AbstractPoolEntry
已过时。
关闭条目。
shutdownEntry() - Method in class org.apache.http.impl.conn.tsccm. BasicPoolEntry
已过时。
 
SINGLE_COOKIE_HEADER - Static variable in interface org.apache.http.cookie.params. CookieSpecPNames
已过时。
定义cookie是否应该被强制转换为单个 Cookie请求头。
SingleClientConnManager - Class in org.apache.http.impl.conn
已过时。
SingleClientConnManager(HttpParams, SchemeRegistry) - Constructor for class org.apache.http.impl.conn. SingleClientConnManager
SingleClientConnManager(SchemeRegistry) - Constructor for class org.apache.http.impl.conn. SingleClientConnManager
已过时。
创建一个新的简单连接管理器。
SingleClientConnManager() - Constructor for class org.apache.http.impl.conn. SingleClientConnManager
已过时。
 
SingleClientConnManager.ConnAdapter - Class in org.apache.http.impl.conn
已过时。
该经理使用的连接适配器。
SingleClientConnManager.ConnAdapter(SingleClientConnManager.PoolEntry, HttpRoute) - Constructor for class org.apache.http.impl.conn. SingleClientConnManager.ConnAdapter
已过时。
创建一个新的连接适配器。
SingleClientConnManager.PoolEntry - Class in org.apache.http.impl.conn
已过时。
此连接管理器的池条目。
SingleClientConnManager.PoolEntry() - Constructor for class org.apache.http.impl.conn. SingleClientConnManager.PoolEntry
已过时。
创建一个新的池条目。
size() - Method in class org.apache.http.impl.client. RedirectLocations
返回此列表中的元素数。
skip(long) - Method in class org.apache.http.client.entity. DeflateInputStream
跳跃
SM - Interface in org.apache.http.cookie
与HTTP状态管理相关的常量和静态助手。
SOCKET_FACTORY_REGISTRY - Static variable in interface org.apache.http.client.protocol. ClientContext
已过时。
 
SocketFactory - Interface in org.apache.http.conn.scheme
已过时。
(4.1)使用SchemeSocketFactory
SPNEGO - Static variable in class org.apache.http.client.config. AuthSchemes
RFC 4559和RFC 4178中定义的SPNEGO认证方案(如果选择了Kerberos,则认为是当前支持的认证方案中最安全的)。
SPNEGO - Static variable in class org.apache.http.client.params. AuthPolicy
已过时。
SPNEGO认证方案
SPNegoScheme - Class in org.apache.http.impl.auth
SPNEGO(简单和受保护的GSSAPI协商机制)认证方案。
SPNegoScheme(boolean, boolean) - Constructor for class org.apache.http.impl.auth. SPNegoScheme
 
SPNegoScheme(boolean) - Constructor for class org.apache.http.impl.auth. SPNegoScheme
 
SPNegoScheme() - Constructor for class org.apache.http.impl.auth. SPNegoScheme
 
SPNegoSchemeFactory - Class in org.apache.http.impl.auth
AuthSchemeProvider实现创建和初始化SPNegoScheme实例。
SPNegoSchemeFactory(boolean, boolean) - Constructor for class org.apache.http.impl.auth. SPNegoSchemeFactory
 
SPNegoSchemeFactory(boolean) - Constructor for class org.apache.http.impl.auth. SPNegoSchemeFactory
 
SPNegoSchemeFactory() - Constructor for class org.apache.http.impl.auth. SPNegoSchemeFactory
 
SpnegoTokenGenerator - Interface in org.apache.http.impl.auth
SSL - Static variable in class org.apache.http.conn.ssl. SSLConnectionSocketFactory
 
SSL - Static variable in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
SSLConnectionSocketFactory - Class in org.apache.http.conn.ssl
分层插座工厂用于TLS / SSL连接。
SSLConnectionSocketFactory(SSLContext) - Constructor for class org.apache.http.conn.ssl. SSLConnectionSocketFactory
 
SSLConnectionSocketFactory(SSLContext, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl. SSLConnectionSocketFactory
SSLConnectionSocketFactory(SSLContext, String[], String[], X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl. SSLConnectionSocketFactory
SSLConnectionSocketFactory(SSLSocketFactory, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl. SSLConnectionSocketFactory
SSLConnectionSocketFactory(SSLSocketFactory, String[], String[], X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl. SSLConnectionSocketFactory
SSLConnectionSocketFactory(SSLContext, HostnameVerifier) - Constructor for class org.apache.http.conn.ssl. SSLConnectionSocketFactory
 
SSLConnectionSocketFactory(SSLContext, String[], String[], HostnameVerifier) - Constructor for class org.apache.http.conn.ssl. SSLConnectionSocketFactory
 
SSLConnectionSocketFactory(SSLSocketFactory, HostnameVerifier) - Constructor for class org.apache.http.conn.ssl. SSLConnectionSocketFactory
 
SSLConnectionSocketFactory(SSLSocketFactory, String[], String[], HostnameVerifier) - Constructor for class org.apache.http.conn.ssl. SSLConnectionSocketFactory
 
SSLContextBuilder - Class in org.apache.http.conn.ssl
已过时。
(4.4)使用SSLContextBuilder
SSLContextBuilder() - Constructor for class org.apache.http.conn.ssl. SSLContextBuilder
已过时。
 
SSLContexts - Class in org.apache.http.conn.ssl
已过时。
(4.4)使用SSLContexts
SSLContexts() - Constructor for class org.apache.http.conn.ssl. SSLContexts
已过时。
 
SSLInitializationException - Exception in org.apache.http.conn.ssl
 
SSLInitializationException(String, Throwable) - Constructor for exception org.apache.http.conn.ssl. SSLInitializationException
 
SSLSocketFactory - Class in org.apache.http.conn.ssl
已过时。
(4.3)使用SSLConnectionSocketFactory
SSLSocketFactory(String, KeyStore, String, KeyStore, SecureRandom, HostNameResolver) - Constructor for class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
SSLSocketFactory(String, KeyStore, String, KeyStore, SecureRandom, TrustStrategy, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
SSLSocketFactory(String, KeyStore, String, KeyStore, SecureRandom, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
SSLSocketFactory(KeyStore, String, KeyStore) - Constructor for class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
SSLSocketFactory(KeyStore, String) - Constructor for class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
SSLSocketFactory(KeyStore) - Constructor for class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
SSLSocketFactory(TrustStrategy, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
SSLSocketFactory(TrustStrategy) - Constructor for class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
SSLSocketFactory(SSLContext) - Constructor for class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
SSLSocketFactory(SSLContext, HostNameResolver) - Constructor for class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
SSLSocketFactory(SSLContext, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
SSLSocketFactory(SSLContext, String[], String[], X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
SSLSocketFactory(SSLSocketFactory, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
SSLSocketFactory(SSLSocketFactory, String[], String[], X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
SSLV2 - Static variable in class org.apache.http.conn.ssl. SSLConnectionSocketFactory
 
SSLV2 - Static variable in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
STANDARD - Static variable in class org.apache.http.client.config. CookieSpecs
RFC 6265兼容策略(interoprability profile)。
STANDARD_STRICT - Static variable in class org.apache.http.client.config. CookieSpecs
RFC 6265兼容策略(严格配置文件)。
StandardHttpRequestRetryHandler - Class in org.apache.http.impl.client
HttpRequestRetryHandler ,其中假设根据RFC-2616应该是幂等的所有请求的HTTP方法实际上是幂等的,并且可以重试。
StandardHttpRequestRetryHandler(int, boolean) - Constructor for class org.apache.http.impl.client. StandardHttpRequestRetryHandler
默认构造函数
StandardHttpRequestRetryHandler() - Constructor for class org.apache.http.impl.client. StandardHttpRequestRetryHandler
默认构造函数
start() - Method in class org.apache.http.impl.client. IdleConnectionEvictor
 
started() - Method in class org.apache.http.client.methods. HttpRequestBase
 
startedTime() - Method in class org.apache.http.impl.client. HttpRequestFutureTask
 
state - Variable in class org.apache.http.impl.conn. AbstractPoolEntry
已过时。
连接状态对象
streamAbort(InputStream) - Method in class org.apache.http.conn. BasicEofSensorWatcher
已过时。
 
streamAbort(InputStream) - Method in class org.apache.http.conn. BasicManagedEntity
已过时。
 
streamAbort(InputStream) - Method in interface org.apache.http.conn. EofSensorWatcher
表示stream中止了。
streamClosed(InputStream) - Method in class org.apache.http.conn. BasicEofSensorWatcher
已过时。
 
streamClosed(InputStream) - Method in class org.apache.http.conn. BasicManagedEntity
已过时。
 
streamClosed(InputStream) - Method in interface org.apache.http.conn. EofSensorWatcher
表示stream已关闭。
STRICT_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl. SSLConnectionSocketFactory
已过时。
STRICT_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
StrictHostnameVerifier - Class in org.apache.http.conn.ssl
已过时。
(4.4)使用DefaultHostnameVerifier
StrictHostnameVerifier() - Constructor for class org.apache.http.conn.ssl. StrictHostnameVerifier
已过时。
 
SystemDefaultCredentialsProvider - Class in org.apache.http.impl.client
执行CredentialsProvider支持标准JRE Authenticator
SystemDefaultCredentialsProvider() - Constructor for class org.apache.http.impl.client. SystemDefaultCredentialsProvider
默认构造函数。
SystemDefaultDnsResolver - Class in org.apache.http.impl.conn
DNS解析器使用默认的操作系统实现来解析主机名。
SystemDefaultDnsResolver() - Constructor for class org.apache.http.impl.conn. SystemDefaultDnsResolver
 
SystemDefaultHttpClient - Class in org.apache.http.impl.client
已过时。
(4.3)使用HttpClientBuilder
SystemDefaultHttpClient(HttpParams) - Constructor for class org.apache.http.impl.client. SystemDefaultHttpClient
已过时。
 
SystemDefaultHttpClient() - Constructor for class org.apache.http.impl.client. SystemDefaultHttpClient
已过时。
 
SystemDefaultRoutePlanner - Class in org.apache.http.impl.conn
HttpRoutePlanner实现了基于ProxySelector
SystemDefaultRoutePlanner(SchemePortResolver, ProxySelector) - Constructor for class org.apache.http.impl.conn. SystemDefaultRoutePlanner
 
SystemDefaultRoutePlanner(ProxySelector) - Constructor for class org.apache.http.impl.conn. SystemDefaultRoutePlanner
 

T

TARGET_AUTH_PREF - Static variable in interface org.apache.http.auth.params. AuthPNames
已过时。
定义当与目标主机进行身份验证时支持的AuthScheme的优先顺序。
TARGET_AUTH_STATE - Static variable in interface org.apache.http.client.protocol. ClientContext
已过时。
表示实际目标认证状态的AuthState对象的属性名称。
TARGET_AUTH_STATE - Static variable in class org.apache.http.client.protocol. HttpClientContext
表示实际目标认证状态的AuthState对象的属性名称。
TargetAuthenticationStrategy - Class in org.apache.http.impl.client
默认AuthenticationStrategy代理主机身份验证。
TargetAuthenticationStrategy() - Constructor for class org.apache.http.impl.client. TargetAuthenticationStrategy
 
targetAuthHandler - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
targetAuthState - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
 
targetAuthStrategy - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
目标身份验证处理程序。
taskDuration() - Method in class org.apache.http.impl.client. HttpRequestFutureTask
 
ThreadSafeClientConnManager - Class in org.apache.http.impl.conn.tsccm
已过时。
ThreadSafeClientConnManager(SchemeRegistry) - Constructor for class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
创建一个新的线程安全连接管理器。
ThreadSafeClientConnManager() - Constructor for class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
 
ThreadSafeClientConnManager(SchemeRegistry, long, TimeUnit) - Constructor for class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
创建一个新的线程安全连接管理器。
ThreadSafeClientConnManager(SchemeRegistry, long, TimeUnit, ConnPerRouteBean) - Constructor for class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
已过时。
创建一个新的线程安全连接管理器。
ThreadSafeClientConnManager(HttpParams, SchemeRegistry) - Constructor for class org.apache.http.impl.conn.tsccm. ThreadSafeClientConnManager
TIMEOUT - Static variable in interface org.apache.http.conn.params. ConnManagerPNames
已过时。
定义从ClientConnectionManager检索ManagedClientConnection实例时使用的超时时间(以毫秒为单位)。
TLS - Static variable in class org.apache.http.conn.ssl. SSLConnectionSocketFactory
 
TLS - Static variable in class org.apache.http.conn.ssl. SSLSocketFactory
已过时。
 
toRoute() - Method in class org.apache.http.conn.routing. RouteTracker
获得跟踪的路线。
toString() - Method in class org.apache.http.auth. AuthOption
 
toString() - Method in class org.apache.http.auth. AuthScope
 
toString() - Method in class org.apache.http.auth. AuthState
 
toString() - Method in class org.apache.http.auth. BasicUserPrincipal
 
toString() - Method in class org.apache.http.auth. NTCredentials
 
toString() - Method in class org.apache.http.auth. NTUserPrincipal
 
toString() - Method in class org.apache.http.auth. UsernamePasswordCredentials
 
toString() - Method in class org.apache.http.client.config. RequestConfig
 
toString() - Method in class org.apache.http.client.methods. HttpRequestBase
 
toString() - Method in class org.apache.http.client.methods. HttpRequestWrapper
 
toString() - Method in class org.apache.http.client.utils. URIBuilder
 
toString() - Method in class org.apache.http.conn. HttpInetSocketAddress
已过时。
 
toString() - Method in class org.apache.http.conn.params. ConnPerRouteBean
已过时。
 
toString() - Method in class org.apache.http.conn.routing. HttpRoute
获取此路线的描述。
toString() - Method in class org.apache.http.conn.routing. RouteTracker
获取跟踪路线的描述。
toString() - Method in class org.apache.http.conn.scheme. Scheme
已过时。
返回此对象的字符串表示形式。
toString() - Method in class org.apache.http.conn.ssl. AllowAllHostnameVerifier
已过时。
 
toString() - Method in class org.apache.http.conn.ssl. BrowserCompatHostnameVerifier
已过时。
 
toString() - Method in class org.apache.http.conn.ssl. NoopHostnameVerifier
 
toString() - Method in class org.apache.http.conn.ssl. PrivateKeyDetails
已过时。
 
toString() - Method in class org.apache.http.conn.ssl. StrictHostnameVerifier
已过时。
 
toString() - Method in class org.apache.http.cookie. CookieOrigin
 
toString() - Method in class org.apache.http.impl.auth. AuthSchemeBase
 
toString() - Method in class org.apache.http.impl.auth. BasicScheme
 
toString() - Method in class org.apache.http.impl.auth. DigestScheme
 
toString() - Method in class org.apache.http.impl.client. BasicAuthCache
 
toString() - Method in class org.apache.http.impl.client. BasicCookieStore
 
toString() - Method in class org.apache.http.impl.client. BasicCredentialsProvider
 
toString() - Method in class org.apache.http.impl.client. FutureRequestExecutionMetrics
 
toString() - Method in class org.apache.http.impl.client. HttpRequestFutureTask
 
toString() - Method in class org.apache.http.impl.cookie. BasicClientCookie
 
toString() - Method in class org.apache.http.impl.cookie. BestMatchSpec
已过时。
 
toString() - Method in class org.apache.http.impl.cookie. BrowserCompatSpec
已过时。
 
toString() - Method in class org.apache.http.impl.cookie. DefaultCookieSpec
 
toString() - Method in class org.apache.http.impl.cookie. NetscapeDraftSpec
 
toString() - Method in class org.apache.http.impl.cookie. RFC2109Spec
 
toString() - Method in class org.apache.http.impl.cookie. RFC2965Spec
 
toString() - Method in class org.apache.http.impl.cookie. RFC6265LaxSpec
 
toString() - Method in class org.apache.http.impl.cookie. RFC6265StrictSpec
 
toUnicode(String) - Method in interface org.apache.http.client.utils. Idn
已过时。
将名称从其punycode表示转换为Unicode。
toUnicode(String) - Method in class org.apache.http.client.utils. JdkIdn
已过时。
 
toUnicode(String) - Static method in class org.apache.http.client.utils. Punycode
已过时。
 
toUnicode(String) - Method in class org.apache.http.client.utils. Rfc3492Idn
已过时。
 
trace() - Static method in class org.apache.http.client.methods. RequestBuilder
 
trace(URI) - Static method in class org.apache.http.client.methods. RequestBuilder
 
trace(String) - Static method in class org.apache.http.client.methods. RequestBuilder
 
tracker - Variable in class org.apache.http.impl.conn. AbstractPoolEntry
已过时。
跟踪的路线,或 null跟踪开始之前。
TrustSelfSignedStrategy - Class in org.apache.http.conn.ssl
接受自签名证书作为受信任的信任策略。
TrustSelfSignedStrategy() - Constructor for class org.apache.http.conn.ssl. TrustSelfSignedStrategy
 
TrustStrategy - Interface in org.apache.http.conn.ssl
建立证书的可信赖性的策略,而不咨询在实际的SSL上下文中配置的信任管理器。
tunnel(HttpHost, HttpHost, Credentials) - Method in class org.apache.http.impl.client. ProxyClient
 
TUNNEL_PROXY - Static variable in interface org.apache.http.conn.routing. HttpRouteDirector
步骤:通过代理隧道到其他代理。
TUNNEL_TARGET - Static variable in interface org.apache.http.conn.routing. HttpRouteDirector
步骤:通过代理隧道进行目标。
tunnelProxy(HttpHost, boolean, HttpParams) - Method in interface org.apache.http.conn. ManagedClientConnection
已过时。
表示已建立到中间代理的隧道。
tunnelProxy(HttpHost, boolean) - Method in class org.apache.http.conn.routing. RouteTracker
跟踪代理链中的代理。
tunnelProxy(HttpHost, boolean, HttpParams) - Method in class org.apache.http.impl.conn. AbstractPooledConnAdapter
已过时。
 
tunnelProxy(HttpHost, boolean, HttpParams) - Method in class org.apache.http.impl.conn. AbstractPoolEntry
已过时。
跟踪连接到链接代理的隧道。
TunnelRefusedException - Exception in org.apache.http.impl.client
已过时。
(4.3)保留供内部使用。
TunnelRefusedException(String, HttpResponse) - Constructor for exception org.apache.http.impl.client. TunnelRefusedException
已过时。
 
TunnelRefusedException - Exception in org.apache.http.impl.execchain
表示隧道请求被代理主机拒绝。
TunnelRefusedException(String, HttpResponse) - Constructor for exception org.apache.http.impl.execchain. TunnelRefusedException
 
tunnelTarget(boolean, HttpParams) - Method in interface org.apache.http.conn. ManagedClientConnection
已过时。
表示已建立到目标的隧道。
tunnelTarget(boolean) - Method in class org.apache.http.conn.routing. RouteTracker
跟踪隧道到目标。
tunnelTarget(boolean, HttpParams) - Method in class org.apache.http.impl.conn. AbstractPooledConnAdapter
已过时。
 
tunnelTarget(boolean, HttpParams) - Method in class org.apache.http.impl.conn. AbstractPoolEntry
已过时。
跟踪连接到目标的隧道。

U

UNCOMPRESSED - Static variable in class org.apache.http.client.protocol. ResponseContentEncoding
 
uniquePoolEntry - Variable in class org.apache.http.impl.conn. SingleClientConnManager
已过时。
这个池中唯一的条目。
unmarkReusable() - Method in interface org.apache.http.conn. ManagedClientConnection
已过时。
将此连接标记为不处于可重用状态。
unmarkReusable() - Method in class org.apache.http.impl.conn. AbstractClientConnAdapter
已过时。
 
UNREACHABLE - Static variable in interface org.apache.http.conn.routing. HttpRouteDirector
表示该路由根本无法建立。
unregister(String) - Method in class org.apache.http.auth. AuthSchemeRegistry
已过时。
取消注册实施具有给定名称的authentication scheme的类。
unregister(String) - Method in class org.apache.http.conn.scheme. SchemeRegistry
已过时。
取消注册计划。
unregister(String) - Method in class org.apache.http.cookie. CookieSpecRegistry
已过时。
取消注册具有给定ID的CookieSpecFactory
UnsupportedDigestAlgorithmException - Exception in org.apache.http.impl.auth
响应认证挑战所需的认证凭证无效
UnsupportedDigestAlgorithmException() - Constructor for exception org.apache.http.impl.auth. UnsupportedDigestAlgorithmException
创建一个新的UnsupportedAuthAlgoritmException与一个 null详细消息。
UnsupportedDigestAlgorithmException(String) - Constructor for exception org.apache.http.impl.auth. UnsupportedDigestAlgorithmException
用指定的消息创建一个新的UnsupportedAuthAlgoritmException。
UnsupportedDigestAlgorithmException(String, Throwable) - Constructor for exception org.apache.http.impl.auth. UnsupportedDigestAlgorithmException
创建一个新的UnsupportedAuthAlgoritmException与指定的详细信息和原因。
UnsupportedSchemeException - Exception in org.apache.http.conn
信号无法使用未知协议方案建立连接。
UnsupportedSchemeException(String) - Constructor for exception org.apache.http.conn. UnsupportedSchemeException
使用指定的详细消息创建UnsupportedSchemeException。
update(AuthScheme, Credentials) - Method in class org.apache.http.auth. AuthState
使用AuthSchemeCredentials更新身份验证状态。
update(Queue<AuthOption>) - Method in class org.apache.http.auth. AuthState
更新auth状态,队列为AuthOption s。
update(Socket, HttpHost, boolean, HttpParams) - Method in interface org.apache.http.conn. OperatedClientConnection
已过时。
更新此连接。
update(Socket, HttpHost, boolean, HttpParams) - Method in class org.apache.http.impl.conn. DefaultClientConnection
已过时。
 
updateExpiry(long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm. BasicPoolEntry
已过时。
 
updateSecureConnection(OperatedClientConnection, HttpHost, HttpContext, HttpParams) - Method in interface org.apache.http.conn. ClientConnectionOperator
已过时。
更新与分层安全连接的连接。
updateSecureConnection(OperatedClientConnection, HttpHost, HttpContext, HttpParams) - Method in class org.apache.http.impl.conn. DefaultClientConnectionOperator
已过时。
 
upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in interface org.apache.http.conn. HttpClientConnectionManager
在将所有中间代理跳数执行 CONNECT方法后,将底层连接套接字升级到TLS / SSL(或另一个分层协议)
upgrade(ManagedHttpClientConnection, HttpHost, HttpContext) - Method in interface org.apache.http.conn. HttpClientConnectionOperator
 
upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.conn. BasicHttpClientConnectionManager
 
upgrade(ManagedHttpClientConnection, HttpHost, HttpContext) - Method in class org.apache.http.impl.conn. DefaultHttpClientConnectionOperator
 
upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.conn. PoolingHttpClientConnectionManager
 
URIBuilder - Class in org.apache.http.client.utils
生成器为URI实例。
URIBuilder() - Constructor for class org.apache.http.client.utils. URIBuilder
构造一个空实例。
URIBuilder(String) - Constructor for class org.apache.http.client.utils. URIBuilder
从字符串构造一个必须是有效URI的实例。
URIBuilder(URI) - Constructor for class org.apache.http.client.utils. URIBuilder
从提供的URI构造一个实例。
URIUtils - Class in org.apache.http.client.utils
URIs的实用程序集合 ,用于解决课堂内的解决方法或易于使用的功能。
UrlEncodedFormEntity - Class in org.apache.http.client.entity
一个由URL编码对列表组成的实体。
UrlEncodedFormEntity(List<? extends NameValuePair>, String) - Constructor for class org.apache.http.client.entity. UrlEncodedFormEntity
使用指定编码中的参数列表构造新的UrlEncodedFormEntity
UrlEncodedFormEntity(Iterable<? extends NameValuePair>, Charset) - Constructor for class org.apache.http.client.entity. UrlEncodedFormEntity
使用指定编码中的参数列表构造新的UrlEncodedFormEntity
UrlEncodedFormEntity(List<? extends NameValuePair>) - Constructor for class org.apache.http.client.entity. UrlEncodedFormEntity
构造一个新的UrlEncodedFormEntity与参数列表,默认编码为HTTP.DEFAULT_CONTENT_CHARSET
UrlEncodedFormEntity(Iterable<? extends NameValuePair>) - Constructor for class org.apache.http.client.entity. UrlEncodedFormEntity
构造新的UrlEncodedFormEntity与参数列表,默认编码为HTTP.DEFAULT_CONTENT_CHARSET
URLEncodedUtils - Class in org.apache.http.client.utils
用于编码URL的实用程序集合。
URLEncodedUtils() - Constructor for class org.apache.http.client.utils. URLEncodedUtils
 
useProtocol(String) - Method in class org.apache.http.conn.ssl. SSLContextBuilder
已过时。
 
USER_TOKEN - Static variable in interface org.apache.http.client.protocol. ClientContext
已过时。
表示实际用户身份的Object对象的属性名称,如用户Principal
USER_TOKEN - Static variable in class org.apache.http.client.protocol. HttpClientContext
表示实际用户身份的Object对象的属性名称,如用户Principal
UsernamePasswordCredentials - Class in org.apache.http.auth
简单的Credentials实现基于用户名/密码对。
UsernamePasswordCredentials(String) - Constructor for class org.apache.http.auth. UsernamePasswordCredentials
已过时。
(4.5)将被替换为Stringchar[]在5.0
UsernamePasswordCredentials(String, String) - Constructor for class org.apache.http.auth. UsernamePasswordCredentials
具有用户名和密码参数的构造函数。
UserTokenHandler - Interface in org.apache.http.client
用于确定给定执行上下文是否是用户特定的处理程序。
userTokenHandler - Variable in class org.apache.http.impl.client. DefaultRequestDirector
已过时。
用户令牌处理程序。
useSSL() - Method in class org.apache.http.conn.ssl. SSLContextBuilder
已过时。
 
useSystemProperties() - Method in class org.apache.http.impl.client. HttpClientBuilder
在创建和配置默认实现时使用系统属性。
useTLS() - Method in class org.apache.http.conn.ssl. SSLContextBuilder
已过时。
 

V

validate(Cookie, CookieOrigin) - Method in interface org.apache.http.cookie. CookieAttributeHandler
对给定的属性值进行Peforms cookie验证。
validate(Cookie, CookieOrigin) - Method in interface org.apache.http.cookie. CookieSpec
根据cookie规范定义的验证规则验证cookie。
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. AbstractCookieAttributeHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. BasicDomainHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. BasicPathHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. CookieSpecBase
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. DefaultCookieSpec
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. NetscapeDomainHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. PublicSuffixDomainFilter
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. PublicSuffixFilter
已过时。
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2109DomainHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2109Spec
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2109VersionHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2965CommentUrlAttributeHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2965DiscardAttributeHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2965DomainAttributeHandler
验证Cookie域属性。
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2965PortAttributeHandler
验证Cookie端口属性。
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2965Spec
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC2965VersionAttributeHandler
验证cookie版本属性。
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie. RFC6265CookieSpec
 
valueOf(String) - Static method in enum org.apache.http.auth. AuthProtocolState
以指定的名称返回此类型的枚举常量。
valueOf(String) - Static method in enum org.apache.http.auth. ChallengeState
以指定的名称返回此类型的枚举常量。
valueOf(String) - Static method in enum org.apache.http.conn.routing. RouteInfo.LayerType
以指定的名称返回此类型的枚举常量。
valueOf(String) - Static method in enum org.apache.http.conn.routing. RouteInfo.TunnelType
以指定的名称返回此类型的枚举常量。
valueOf(String) - Static method in enum org.apache.http.conn.util. DomainType
以指定的名称返回此类型的枚举常量。
valueOf(String) - Static method in enum org.apache.http.impl.cookie. BrowserCompatSpecFactory.SecurityLevel
已过时。
以指定的名称返回此类型的枚举常量。
valueOf(String) - Static method in enum org.apache.http.impl.cookie. DefaultCookieSpecProvider.CompatibilityLevel
以指定的名称返回此类型的枚举常量。
valueOf(String) - Static method in enum org.apache.http.impl.cookie. RFC6265CookieSpecProvider.CompatibilityLevel
以指定的名称返回此类型的枚举常量。
values() - Static method in enum org.apache.http.auth. AuthProtocolState
按照它们声明的顺序返回一个包含此枚举类型常量的数组。
values() - Static method in enum org.apache.http.auth. ChallengeState
按照它们声明的顺序返回一个包含此枚举类型常量的数组。
values() - Static method in enum org.apache.http.conn.routing. RouteInfo.LayerType
按照它们声明的顺序返回一个包含此枚举类型常量的数组。
values() - Static method in enum org.apache.http.conn.routing. RouteInfo.TunnelType
按照它们声明的顺序返回一个包含此枚举类型常量的数组。
values() - Static method in enum org.apache.http.conn.util. DomainType
按照它们声明的顺序返回一个包含此枚举类型常量的数组。
values() - Static method in enum org.apache.http.impl.cookie. BrowserCompatSpecFactory.SecurityLevel
已过时。
按照它们声明的顺序返回一个包含此枚举类型常量的数组。
values() - Static method in enum org.apache.http.impl.cookie. DefaultCookieSpecProvider.CompatibilityLevel
按照它们声明的顺序返回一个包含此枚举类型常量的数组。
values() - Static method in enum org.apache.http.impl.cookie. RFC6265CookieSpecProvider.CompatibilityLevel
按照它们声明的顺序返回一个包含此枚举类型常量的数组。
verify(String, SSLSocket) - Method in class org.apache.http.conn.ssl. AbstractVerifier
已过时。
 
verify(String, SSLSession) - Method in class org.apache.http.conn.ssl. AbstractVerifier
已过时。
 
verify(String, X509Certificate) - Method in class org.apache.http.conn.ssl. AbstractVerifier
已过时。
 
verify(String, String[], String[], boolean) - Method in class org.apache.http.conn.ssl. AbstractVerifier
已过时。
 
verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl. AllowAllHostnameVerifier
已过时。
 
verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl. BrowserCompatHostnameVerifier
已过时。
 
verify(String, SSLSession) - Method in class org.apache.http.conn.ssl. DefaultHostnameVerifier
 
verify(String, X509Certificate) - Method in class org.apache.http.conn.ssl. DefaultHostnameVerifier
 
verify(String, SSLSession) - Method in class org.apache.http.conn.ssl. NoopHostnameVerifier
 
verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl. StrictHostnameVerifier
已过时。
 
verify(String, SSLSocket) - Method in interface org.apache.http.conn.ssl. X509HostnameVerifier
已过时。
根据给定的SSLSocket验证主机名与服务器的认证方案是否可接受的匹配。
verify(String, X509Certificate) - Method in interface org.apache.http.conn.ssl. X509HostnameVerifier
已过时。
根据给定的X509Certificate验证主机名是否与服务器认证方案可接受的匹配。
verify(String, String[], String[]) - Method in interface org.apache.http.conn.ssl. X509HostnameVerifier
已过时。
检查提供的主机名是否匹配任何提供的CN或“DNS”主题。
VERSION_ATTR - Static variable in interface org.apache.http.cookie. ClientCookie
 
VIRTUAL_HOST - Static variable in interface org.apache.http.client.params. ClientPNames
已过时。
定义要在 Host请求头中使用的虚拟主机,而不是物理主机。

W

WaitingThread - Class in org.apache.http.impl.conn.tsccm
已过时。
(4.2)不要使用
WaitingThread(Condition, RouteSpecificPool) - Constructor for class org.apache.http.impl.conn.tsccm. WaitingThread
已过时。
为等待线程创建一个新条目。
WaitingThreadAborter - Class in org.apache.http.impl.conn.tsccm
已过时。
(4.2)不要使用
WaitingThreadAborter() - Constructor for class org.apache.http.impl.conn.tsccm. WaitingThreadAborter
已过时。
 
waitingThreads - Variable in class org.apache.http.impl.conn.tsccm. ConnPoolByRoute
已过时。
WaitingThreads等待连接的列表
waitingThreads - Variable in class org.apache.http.impl.conn.tsccm. RouteSpecificPool
已过时。
等待这个池的线程列表。
wakeup() - Method in class org.apache.http.impl.conn.tsccm. WaitingThread
已过时。
唤醒等待线程。
Wire - Class in org.apache.http.impl.conn
将数据记录到电线LOG。
Wire(Log, String) - Constructor for class org.apache.http.impl.conn. Wire
 
Wire(Log) - Constructor for class org.apache.http.impl.conn. Wire
 
wrap(HttpRequest) - Static method in class org.apache.http.client.methods. HttpRequestWrapper
创建原始请求的可变包装。
wrap(HttpRequest, HttpHost) - Static method in class org.apache.http.client.methods. HttpRequestWrapper
创建原始请求的可变包装。
wrappedStream - Variable in class org.apache.http.conn. EofSensorInputStream
包装的输入流,同时可访问。
write(byte[], int, int) - Method in class org.apache.http.impl.conn. LoggingSessionOutputBuffer
已过时。
 
write(int) - Method in class org.apache.http.impl.conn. LoggingSessionOutputBuffer
已过时。
 
write(byte[]) - Method in class org.apache.http.impl.conn. LoggingSessionOutputBuffer
已过时。
 
writeLine(CharArrayBuffer) - Method in class org.apache.http.impl.conn. LoggingSessionOutputBuffer
已过时。
 
writeLine(String) - Method in class org.apache.http.impl.conn. LoggingSessionOutputBuffer
已过时。
 
writeTo(OutputStream) - Method in class org.apache.http.client.entity. DecompressingEntity
 
writeTo(OutputStream) - Method in class org.apache.http.client.entity. GzipCompressingEntity
 
writeTo(OutputStream) - Method in class org.apache.http.conn. BasicManagedEntity
已过时。
 
WWW_AUTH - Static variable in class org.apache.http.auth. AUTH
www认证挑战标题。
WWW_AUTH_RESP - Static variable in class org.apache.http.auth. AUTH
www验证响应头。

X

X509HostnameVerifier - Interface in org.apache.http.conn.ssl
已过时。
(4.4)使用HostnameVerifier
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X 

Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.

本帮助文档是使用 《谷歌翻译》翻译,请与英文版配合使用 by--QQ:654638585