| Package | Description |
|---|---|
| com.googlecode.xremoting.core.commonshttpclient | |
| com.googlecode.xremoting.spring |
| Modifier and Type | Method and Description |
|---|---|
HttpClientBuilder |
HttpClientBuilder.authPreemprive(boolean pre)
Sets whether the resulting HttpClient should send authorization before
it's requested by the server.
|
HttpClientBuilder |
HttpClientBuilder.basicAuth(String username,
String password)
Turns on a Basic authentication.
|
HttpClientBuilder |
HttpClientBuilder.basicAuthHost(String host)
Constraints host for which Basic auth is sent.
|
HttpClientBuilder |
HttpClientBuilder.basicAuthPort(int port)
Constraints port for which Basic auth is sent.
|
static HttpClientBuilder |
HttpClientBuilder.create()
Creates a new builder.
|
HttpClientBuilder |
HttpClientBuilder.keyStore(URL url,
String password)
Configures a key store for the current SSL host (see
ssl(String)). |
HttpClientBuilder |
HttpClientBuilder.proxyHost(String host)
Sets proxy host.
|
HttpClientBuilder |
HttpClientBuilder.proxyPort(int port)
Sets proxy port.
|
HttpClientBuilder |
HttpClientBuilder.securePort(int port)
Configures secure port for the HTTPS for current host
(see
ssl(String)). |
HttpClientBuilder |
HttpClientBuilder.secureSchema(String schema)
Configures secure schema for the HTTPS for current host
(see
ssl(String)). |
HttpClientBuilder |
HttpClientBuilder.ssl(String host)
Begins SSL configuration for the given host.
|
HttpClientBuilder |
HttpClientBuilder.sslEnabledProtocols(String[] protocols)
Sets a list of enabled SSL protocols.
|
HttpClientBuilder |
HttpClientBuilder.timeouts(int connectionTimeout,
int soTimeout,
long connectionManagerTimeout)
Configures timeouts of the HttpClient being built.
|
HttpClientBuilder |
HttpClientBuilder.trustKeyStore(URL url,
String password)
Configures a trust store for the current SSL host (see
ssl(String)). |
| Modifier and Type | Method and Description |
|---|---|
protected HttpClientBuilder |
XRemotingClientInterceptor.createAndConfigureHttpClientBuilder() |
Copyright © 2015. All rights reserved.