Uses of Class
io.continual.onap.services.mrCommon.CommonClientBuilder
Packages that use CommonClientBuilder
Package
Description
-
Uses of CommonClientBuilder in io.continual.onap.services.mrCommon
Methods in io.continual.onap.services.mrCommon that return CommonClientBuilderModifier and TypeMethodDescriptionSet HTTP basic auth credentials.CommonClientBuilder.defaultHttp()If no protocol is provided on a host string, default to http://CommonClientBuilder.defaultHttps()If no protocol is provided on a host string, default to https://CommonClientBuilder.defaultHttps(boolean https) If no protocol is provided on a host string, default to https:// if true, http:// if false.CommonClientBuilder.forgetHosts()Clear any hosts the builder already knows about.CommonClientBuilder.logTo(org.slf4j.Logger log) Specify the log to use.Specify the topic to publish to.CommonClientBuilder.socketWaitAtMost(long ms) Specify the amount of time to wait on a socket connection, read, or write.CommonClientBuilder.usingProxy(String proxy) Specify a proxy to use for the HTTP connection to Message Router.CommonClientBuilder.usingProxy(String host, int port) Specify a proxy to use for the HTTP connection to Message Router.CommonClientBuilder.waitingAtMost(long ms) Deprecated.Use socketWaitAtMostCommonClientBuilder.withApiKey(String apiKey, String apiSecret) Set an API key and secret.Specify a clock to use within this implementation.Add a host to the set the publisher can use.Add each host to the host list.CommonClientBuilder.withHosts(Collection<String> hosts) Add each host to the host list. -
Uses of CommonClientBuilder in io.continual.onap.services.publisher
Subclasses of CommonClientBuilder in io.continual.onap.services.publisherModifier and TypeClassDescriptionstatic classA builder for the publisher. -
Uses of CommonClientBuilder in io.continual.onap.services.subscriber
Subclasses of CommonClientBuilder in io.continual.onap.services.subscriberModifier and TypeClassDescriptionstatic classA builder for the subscriber.