CommonClientBuilder |
CommonClientBuilder.asUser(String user,
String pwd) |
Set HTTP basic auth credentials.
|
CommonClientBuilder |
CommonClientBuilder.defaultHttp() |
If no protocol is provided on a host string, default to http://
|
CommonClientBuilder |
CommonClientBuilder.defaultHttps() |
If no protocol is provided on a host string, default to https://
|
CommonClientBuilder |
CommonClientBuilder.defaultHttps(boolean https) |
If no protocol is provided on a host string, default to https:// if true,
http:// if false.
|
CommonClientBuilder |
CommonClientBuilder.forgetHosts() |
Clear any hosts the builder already knows about.
|
CommonClientBuilder |
CommonClientBuilder.logTo(org.slf4j.Logger log) |
Specify the log to use.
|
CommonClientBuilder |
CommonClientBuilder.onTopic(String topic) |
Specify the topic to publish to.
|
CommonClientBuilder |
CommonClientBuilder.socketWaitAtMost(long ms) |
Specify the amount of time to wait on a socket connection, read, or write.
|
CommonClientBuilder |
CommonClientBuilder.usingProxy(String proxy) |
Specify a proxy to use for the HTTP connection to Message Router.
|
CommonClientBuilder |
CommonClientBuilder.usingProxy(String host,
int port) |
Specify a proxy to use for the HTTP connection to Message Router.
|
CommonClientBuilder |
CommonClientBuilder.waitingAtMost(long ms) |
Deprecated.
|
CommonClientBuilder |
CommonClientBuilder.withApiKey(String apiKey,
String apiSecret) |
Set an API key and secret.
|
CommonClientBuilder |
CommonClientBuilder.withClock(Clock clock) |
Specify a clock to use within this implementation.
|
CommonClientBuilder |
CommonClientBuilder.withHost(String host) |
Add a host to the set the publisher can use.
|
CommonClientBuilder |
CommonClientBuilder.withHosts(String[] hosts) |
Add each host to the host list.
|
CommonClientBuilder |
CommonClientBuilder.withHosts(Collection<String> hosts) |
Add each host to the host list.
|