Uses of Class
com.streambase.sb.client.URIException
Package
Description
Provides classes and interfaces used to communicate with a Streaming server.
-
Uses of URIException in com.streambase.sb.client
Modifier and TypeMethodDescriptionstatic StreamBaseURI
StreamBaseURI.fromEnvironment()
Returns the URI found by searching the following property and environment variables: Using the string value found in thestreambase.uri
system property, if set Using the string value found in theSTREAMBASE_URI
environment variable, if set Using the string value found in theSTREAMBASE_SERVER
environment variable, if setStreamBaseURI.DEFAULT_URI
if no value has been found abovestatic List<StreamBaseURI>
StreamBaseURI.listFromEnvironment()
Returns the list of URIs found by searching the following property and environment variables for a comma separated URI list: Using the string value found in thestreambase.uri
system property, if set Using the string value found in theSTREAMBASE_URI
environment variable, if set Using the string value found in theSTREAMBASE_SERVER
environment variable, if setStreamBaseURI.DEFAULT_URI
if no value has been above The supplied URIs must conform to a valid High Availability URI list, for example they must all reference the same container.static List<StreamBaseURI>
StreamBaseURI.listFromString
(String uriStrings) Parse a comma-separated list of URIs in a string into a List<StreamBaseURI>.ModifierConstructorDescriptionDeMUXStreamBaseClient
(StreamBaseURI streamBaseURI) ConstructorConstructorDeMUXStreamBaseClient
(List<StreamBaseURI> uris, ClientSettings settings) ConstructorCreate a StreamBaseClient.StreamBaseURI
(String uri) Constructor that parses a StreamBase URI passed in as a String.