Modifier and Type | Method and Description |
---|---|
OlogClientImpl.OlogClientBuilder |
OlogClientImpl.OlogClientBuilder.password(String password)
Set the password to be used for the HTTP Authentication.
|
static OlogClientImpl.OlogClientBuilder |
OlogClientImpl.OlogClientBuilder.serviceURL()
Creates a
OlogClientImpl.OlogClientBuilder for a CF client to Default URL in
the channelfinder.properties. |
static OlogClientImpl.OlogClientBuilder |
OlogClientImpl.OlogClientBuilder.serviceURL(String uri)
Creates a
OlogClientImpl.OlogClientBuilder for a CF client to URI
uri. |
static OlogClientImpl.OlogClientBuilder |
OlogClientImpl.OlogClientBuilder.serviceURL(URI uri)
Creates a
OlogClientImpl.OlogClientBuilder for a CF client to URI
uri. |
OlogClientImpl.OlogClientBuilder |
OlogClientImpl.OlogClientBuilder.username(String username)
Set the username to be used for HTTP Authentication.
|
OlogClientImpl.OlogClientBuilder |
OlogClientImpl.OlogClientBuilder.withClientConfig(com.sun.jersey.api.client.config.ClientConfig clientConfig)
set the
ClientConfig to be used while creating the
channelfinder client connection. |
OlogClientImpl.OlogClientBuilder |
OlogClientImpl.OlogClientBuilder.withExecutor(ExecutorService executor)
Provide your own executor on which the queries are to be made.
|
OlogClientImpl.OlogClientBuilder |
OlogClientImpl.OlogClientBuilder.withHTTPAuthentication(boolean withHTTPAuthentication)
Enable of Disable the HTTP authentication on the client connection.
|
OlogClientImpl.OlogClientBuilder |
OlogClientImpl.OlogClientBuilder.withTrustManager(TrustManager[] trustManager)
Set the trustManager that should be used for authentication.
|
Copyright © 2010-2014 Michigan State University. All Rights Reserved.