public interface ConnectionService
Modifier and Type | Field and Description |
---|---|
static String |
CONNECTION_URI |
Modifier and Type | Method and Description |
---|---|
void |
connect() |
void |
disconnect() |
void |
dispose() |
AutoReconnectController |
getAutoReconnectController() |
Connection |
getConnection() |
Class<?>[] |
getSupportedInterfaces() |
void |
setConnectCallbackHandler(CallbackHandler callbackHandler) |
static final String CONNECTION_URI
Connection getConnection()
AutoReconnectController getAutoReconnectController()
void connect()
void setConnectCallbackHandler(CallbackHandler callbackHandler)
void disconnect()
Class<?>[] getSupportedInterfaces()
void dispose()