Overload List

NameDescription
StreamBaseClient()()()()
Creates a StreamBase client and establishes a connection to a remote server. Default values are selected for the URI to which to connect, the buffer size and flush interval to use.
StreamBaseClient(String)
Create a StreamBaseClient from one or more comma-separated URI strings. Default values are selected for the buffer size and flush interval to use.
StreamBaseClient(StreamBaseURI)
Creates a StreamBase client and establishes a connection to a remote server at the specified URI. Default values are selected for the buffer size and flush interval to use.
StreamBaseClient(array<StreamBaseURI>[]()[][])
Creates a StreamBase client and establishes connections at to the remote servers at the specified locations. Default values are selected for the buffer size and flush interval to use.

See Also