public class SbcUtil extends Object
| Constructor and Description |
|---|
SbcUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
addSubscription(String viewId,
String viewServer,
String username,
String password,
String token) |
static Sbc |
getSbc(String username,
String password,
String token) |
static SessionResponse |
getSession(String username,
String password,
String token) |
static String |
getUpdates(String last_ts) |
static void |
init(String orchestratorServer,
String username,
String password,
String token,
String userId) |
static boolean |
keepAlive(String username,
String password,
String token) |
static void |
recreateSession(String username,
String password,
String token,
String userId) |
static Boolean |
registerSession(SbcSession sbcSession,
String username,
String password,
String token) |
public static void init(String orchestratorServer, String username, String password, String token, String userId)
public static void recreateSession(String username, String password, String token, String userId)
public static SessionResponse getSession(String username, String password, String token)
public static Boolean registerSession(SbcSession sbcSession, String username, String password, String token)
public static Boolean addSubscription(String viewId, String viewServer, String username, String password, String token)
Copyright © 2025. All rights reserved.