Skip navigation links
A B C D G H I M N O P R S T U V 

A

addInterceptorFirst(HttpRequestInterceptor) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
addInterceptorLast(HttpRequestInterceptor) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
addInterceptorLast(HttpResponseInterceptor) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
authentication(String, String) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
Configures preemptive authentication on this client.
authentication(String, String, boolean) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
Configures preemptive authentication on this client.

B

build() - Method in class org.jfrog.artifactory.client.httpClient.http.DefaultHostSpecificProxyRoutePlanner.Builder
 
build() - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
Builder() - Constructor for class org.jfrog.artifactory.client.httpClient.http.DefaultHostSpecificProxyRoutePlanner.Builder
 
builder - Variable in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
buildRoutePlanner(String) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 

C

close() - Method in class org.jfrog.artifactory.client.httpClient.http.CloseableHttpClientDecorator
Release resources and unregister itself from CloseableObserver
CloseableHttpClientDecorator - Class in org.jfrog.artifactory.client.httpClient.http
Provides decoration capabilities for HttpClient, where CloseableObserver can register to onClose() event
CloseableHttpClientDecorator(CloseableHttpClient, PoolingHttpClientConnectionManager, boolean) - Constructor for class org.jfrog.artifactory.client.httpClient.http.CloseableHttpClientDecorator
 
CloseableObserver - Interface in org.jfrog.artifactory.client.httpClient.http
Provides onClose() observation capabilities
configConnectionManager() - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
CONNECTION_POOL_TIME_TO_LIVE - Static variable in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * WARNING CONFUSING HTTPCLIENT DOC * we tested this and the *longer* the timeout is the better it will reuse connections * and not the opposite as we would expect from reading their convoluted doc * see RTFACT-13074 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
connectionPoolTTL(int) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
How long to keep connections alive for reuse purposes before ditching them
connectionTimeout(int) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
createConnectionKeepAliveStrategy() - Static method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
Produces a ConnectionKeepAliveStrategy

D

defaultHost(HttpHost) - Method in class org.jfrog.artifactory.client.httpClient.http.DefaultHostSpecificProxyRoutePlanner.Builder
 
DefaultHostSpecificProxyRoutePlanner - Class in org.jfrog.artifactory.client.httpClient.http
 
DefaultHostSpecificProxyRoutePlanner.Builder - Class in org.jfrog.artifactory.client.httpClient.http
 
determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.jfrog.artifactory.client.httpClient.http.DefaultHostSpecificProxyRoutePlanner
 
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.jfrog.artifactory.client.httpClient.http.DefaultHostSpecificProxyRoutePlanner
 
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase.DefaultHostRoutePlanner
 
doExecute(HttpHost, HttpRequest, HttpContext) - Method in class org.jfrog.artifactory.client.httpClient.http.CloseableHttpClientDecorator
 

G

getConnectionManager() - Method in class org.jfrog.artifactory.client.httpClient.http.CloseableHttpClientDecorator
Deprecated.
getDefaultHost() - Method in class org.jfrog.artifactory.client.httpClient.http.DefaultHostSpecificProxyRoutePlanner
 
getHost() - Method in class org.jfrog.artifactory.client.httpClient.http.ProxyConfig
 
getNoProxyHosts() - Method in class org.jfrog.artifactory.client.httpClient.http.DefaultHostSpecificProxyRoutePlanner
 
getNoProxyHosts() - Method in class org.jfrog.artifactory.client.httpClient.http.NoProxyHostsEvaluator
 
getParams() - Method in class org.jfrog.artifactory.client.httpClient.http.CloseableHttpClientDecorator
Deprecated.
getPassword() - Method in class org.jfrog.artifactory.client.httpClient.http.ProxyConfig
 
getPort() - Method in class org.jfrog.artifactory.client.httpClient.http.ProxyConfig
 
getProxy() - Method in class org.jfrog.artifactory.client.httpClient.http.DefaultHostSpecificProxyRoutePlanner
 
getProxy() - Method in interface org.jfrog.artifactory.client.httpClient.http.ProxyProvider
 
getProxyHost() - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
getUsername() - Method in class org.jfrog.artifactory.client.httpClient.http.ProxyConfig
 

H

host(String) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
host(String, int) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
host(String, int, String) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
hostFromUrl(String) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
Sets the host the client works with by default.
HttpBuilder - Class in org.jfrog.artifactory.client.httpClient.http
 
HttpBuilder() - Constructor for class org.jfrog.artifactory.client.httpClient.http.HttpBuilder
 
HttpBuilderBase<T extends HttpBuilderBase<?>> - Class in org.jfrog.artifactory.client.httpClient.http
Base builder for HTTP client.
HttpBuilderBase.DefaultHostRoutePlanner - Class in org.jfrog.artifactory.client.httpClient.http
Implementation that uses the (optional) default configured HttpHost if the request doesn't explicitly specify the host as part of the request query.
HttpBuilderBase.JFrogAuthScheme - Enum in org.jfrog.artifactory.client.httpClient.http
 

I

INSTANCE - Static variable in class org.jfrog.artifactory.client.httpClient.http.TrustSelfSignedMultiChainStrategy
 
isCookieSupportEnabled() - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
isTrusted(X509Certificate[], String) - Method in class org.jfrog.artifactory.client.httpClient.http.TrustSelfSignedMultiChainStrategy
 

M

maxConnectionsPerRoute(int) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
maxTotalConnections(int) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 

N

noProxyHosts(String) - Method in class org.jfrog.artifactory.client.httpClient.http.DefaultHostSpecificProxyRoutePlanner.Builder
 
noProxyHosts - Variable in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
noProxyHosts(String) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
NoProxyHostsEvaluator - Class in org.jfrog.artifactory.client.httpClient.http
 
NoProxyHostsEvaluator(String) - Constructor for class org.jfrog.artifactory.client.httpClient.http.NoProxyHostsEvaluator
 

O

onClose() - Method in class org.jfrog.artifactory.client.httpClient.http.CloseableHttpClientDecorator
Fired on close() event
onObservedClose(Object) - Method in interface org.jfrog.artifactory.client.httpClient.http.CloseableObserver
Invoked by observed objects on close() event
org.jfrog.artifactory.client.httpClient.http - package org.jfrog.artifactory.client.httpClient.http
 
org.jfrog.artifactory.client.httpClient.http.auth - package org.jfrog.artifactory.client.httpClient.http.auth
 
ORIGINAL_HOST_CONTEXT_PARAM - Static variable in class org.jfrog.artifactory.client.httpClient.http.auth.PreemptiveAuthInterceptor
 

P

PreemptiveAuthInterceptor - Class in org.jfrog.artifactory.client.httpClient.http.auth
Request interceptor to perform preemptive authentication with http client.
PreemptiveAuthInterceptor() - Constructor for class org.jfrog.artifactory.client.httpClient.http.auth.PreemptiveAuthInterceptor
 
process(HttpRequest, HttpContext) - Method in class org.jfrog.artifactory.client.httpClient.http.auth.PreemptiveAuthInterceptor
 
process(HttpRequest, HttpContext) - Method in class org.jfrog.artifactory.client.httpClient.http.auth.ProxyPreemptiveAuthInterceptor
 
proxy(ProxyConfig) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
ProxyConfig - Class in org.jfrog.artifactory.client.httpClient.http
 
ProxyConfig() - Constructor for class org.jfrog.artifactory.client.httpClient.http.ProxyConfig
 
proxyHost - Variable in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
ProxyPreemptiveAuthInterceptor - Class in org.jfrog.artifactory.client.httpClient.http.auth
Request interceptor to perform preemptive authentication against an http proxy.
ProxyPreemptiveAuthInterceptor() - Constructor for class org.jfrog.artifactory.client.httpClient.http.auth.ProxyPreemptiveAuthInterceptor
 
proxyProvider(ProxyProvider) - Method in class org.jfrog.artifactory.client.httpClient.http.DefaultHostSpecificProxyRoutePlanner.Builder
 
ProxyProvider - Interface in org.jfrog.artifactory.client.httpClient.http
 

R

redirectStrategy(RedirectStrategy) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 

S

setHost(String) - Method in class org.jfrog.artifactory.client.httpClient.http.ProxyConfig
 
setPassword(String) - Method in class org.jfrog.artifactory.client.httpClient.http.ProxyConfig
 
setPort(int) - Method in class org.jfrog.artifactory.client.httpClient.http.ProxyConfig
 
setUsername(String) - Method in class org.jfrog.artifactory.client.httpClient.http.ProxyConfig
 
shouldBypassProxy(String) - Method in class org.jfrog.artifactory.client.httpClient.http.NoProxyHostsEvaluator
 
socketTimeout(int) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
sslContext(SSLContext) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
sslContextBuilder(SSLContextBuilder) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 

T

trustSelfSignCert(boolean) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
 
TrustSelfSignedMultiChainStrategy - Class in org.jfrog.artifactory.client.httpClient.http
A trust strategy that accepts self-signed certificates with multiple chains as trusted.
TrustSelfSignedMultiChainStrategy() - Constructor for class org.jfrog.artifactory.client.httpClient.http.TrustSelfSignedMultiChainStrategy
 

U

userAgent(String) - Method in class org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase
Sets the User-Agent value

V

valueOf(String) - Static method in enum org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase.JFrogAuthScheme
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jfrog.artifactory.client.httpClient.http.HttpBuilderBase.JFrogAuthScheme
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D G H I M N O P R S T U V 
Skip navigation links