Uses of Class
com.basho.riak.client.raw.http.HTTPClientConfig.Builder

Packages that use HTTPClientConfig.Builder
com.basho.riak.client.raw.http Classes for adapting the http.RiakClient to the RawClient interface 
 

Uses of HTTPClientConfig.Builder in com.basho.riak.client.raw.http
 

Methods in com.basho.riak.client.raw.http that return HTTPClientConfig.Builder
static HTTPClientConfig.Builder HTTPClientConfig.Builder.from(HTTPClientConfig copyConfig)
          Create a new builder with values all copied from copyConfig
 HTTPClientConfig.Builder HTTPClientConfig.Builder.withHost(String host)
          Set the host.
 HTTPClientConfig.Builder HTTPClientConfig.Builder.withHttpClient(org.apache.http.client.HttpClient client)
          You can supply a preconfigured HttpClient that you want the RawClient to delegate to.
 HTTPClientConfig.Builder HTTPClientConfig.Builder.withMapreducePath(String path)
          The location of Riak's map reduce resource
 HTTPClientConfig.Builder HTTPClientConfig.Builder.withMaxConnctions(int maxConnections)
          Maximum number of connections this client may have open at any time.
 HTTPClientConfig.Builder HTTPClientConfig.Builder.withPort(int port)
          Set the port.
 HTTPClientConfig.Builder HTTPClientConfig.Builder.withRetryHandler(org.apache.http.client.HttpRequestRetryHandler retryHandler)
          Apache HttpClient treats some HTTP methods as retry-able, and provides a default implementation of HttpRequestRetryHandler to be called when a request fails.
 HTTPClientConfig.Builder HTTPClientConfig.Builder.withRiakPath(String path)
          Set the path to the base Riak REST resource.
 HTTPClientConfig.Builder HTTPClientConfig.Builder.withScheme(String scheme)
          Set the scheme.
 HTTPClientConfig.Builder HTTPClientConfig.Builder.withTimeout(int timeout)
          The connection, socket read and pooled connection acquisition timeout in milliseconds
 HTTPClientConfig.Builder HTTPClientConfig.Builder.withUrl(String url)
          The URL Riak REST interface.
 



Copyright © 2012. All Rights Reserved.