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