public class SyApplication extends ClientApplication
Modifier and Type | Field and Description |
---|---|
static ApplicationId |
ID
Sy application identifier.
|
Constructor and Description |
---|
SyApplication() |
Modifier and Type | Method and Description |
---|---|
SyClientSession |
createSession()
Creates a new RxSession.
|
SyClientSession |
createSession(String id,
Object parent) |
ApplicationId |
getId()
Returns the ApplicationId for the application.
|
init
createRequest, createSession, createSessionId, getDestinationHost, getDestinationRealm, getName, getNode, getOriginHost, getOriginRealm, getParameter, getParameter, log, log, rcvAnswer, rcvMessage, rcvRequest, setDestinationHost, setDestinationRealm
public static final ApplicationId ID
public final ApplicationId getId()
Application
getId
in class Application
public final SyClientSession createSession()
createSession
in class Application
public SyClientSession createSession(String id, Object parent)
createSession
in class Application