Uses of Class
com.googlecode.xremoting.core.commonshttpclient.HttpClientBuilder

Packages that use HttpClientBuilder
com.googlecode.xremoting.core.commonshttpclient   
com.googlecode.xremoting.spring   
 

Uses of HttpClientBuilder in com.googlecode.xremoting.core.commonshttpclient
 

Methods in com.googlecode.xremoting.core.commonshttpclient that return HttpClientBuilder
 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.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)).
 

Uses of HttpClientBuilder in com.googlecode.xremoting.spring
 

Methods in com.googlecode.xremoting.spring that return HttpClientBuilder
protected  HttpClientBuilder XRemotingClientInterceptor.createAndConfigureHttpClientBuilder()
           
 



Copyright © 2012. All Rights Reserved.