| Package | Description | 
|---|---|
| com.streambase.sb.client | 
 Provides classes and interfaces used to communicate with a StreamBase server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectionStatus | 
StreamBaseClient.getConnectionStatus()
Return the current connection status of this StreamBaseClient. 
 | 
static ConnectionStatus | 
ConnectionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ConnectionStatus[] | 
ConnectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
StreamBaseClient.setConnectionStatus(ConnectionStatus status,
                   String additionalInfo)
Set connection status 
 | 
void | 
ConnectionStatusCallback.stateChanged(ConnectionStatus state,
            StreamBaseClient streamBaseClient,
            String additionalInfo)
Called when the connection state changes 
 | 
Copyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.