Uses of Class
com.streambase.sb.client.URIException
-
Packages that use URIException Package Description com.streambase.sb.client Provides classes and interfaces used to communicate with a StreamBase server. -
-
Uses of URIException in com.streambase.sb.client
Methods in com.streambase.sb.client that throw URIException Modifier and Type Method Description static 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>.Constructors in com.streambase.sb.client that throw URIException Constructor Description DeMUXStreamBaseClient(StreamBaseURI streamBaseURI)
DeMUXStreamBaseClient(String uri)
DeMUXStreamBaseClient(List<StreamBaseURI> uris, ClientSettings settings)
StreamBaseClient()
Create a StreamBaseClient.StreamBaseURI(String uri)
Constructor that parses a StreamBase URI passed in as a String.
-