Package | Description |
---|---|
com.sen.openscape.csta.system |
This package maintains the list of Monitors and the Connections for the Monitored Objects, used only by CSTA SDK internally.
|
com.sen.openscape.csta.transport |
Provides classes and methods to control the tranport layer and establish the connection with the OpenScape Voice system.
|
com.sen.openscape.csta.transport.soap |
Provides classes and interfaces to control the transport layer and establish the connection over HTTP-SOAP with the OpenScape Voice system.
|
com.sen.openscape.csta.transport.soap.eventListener |
Provides classes and interfaces to control the transport layer and establish the connection over HTTP-SOAP with the OpenScape Voice system.
|
com.sen.openscape.csta.transport.tcp |
Provides classes and interfaces to control the tranport layer and establish the connection over TCP with the OpenScape Voice system.
|
com.sen.openscape.csta.transport.tls |
Provides classes and interfaces to control the transport layer and establish the connection over MTLS with the OpenScape Voice system.
|
Modifier and Type | Field and Description |
---|---|
CstaLink |
CstaSystem.networkLink
unified CSTA Network Link
|
Modifier and Type | Method and Description |
---|---|
boolean |
CstaNetworkLayer.init(CstaLink parser)
Initialize the underlying network connection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CstaSoapModule.init(CstaLink parser)
Initialize and setup the HTTP/SOAP connection and connect to OSV.
|
Modifier and Type | Field and Description |
---|---|
CstaLink |
CstaSoapListener.msgListener |
Modifier and Type | Method and Description |
---|---|
CstaLink |
CstaSoapDispatcher.getListener() |
Modifier and Type | Method and Description |
---|---|
void |
CstaSoapDispatcher.setListener(CstaLink msgListener) |
boolean |
CstaSoapEndpoint.startEndpoint(CstaLink parser,
CstaSoapModule soapLink,
CstaEventsDispatcher dispatcher)
startEndpoint
|
Modifier and Type | Method and Description |
---|---|
boolean |
CstaTcpModule.init(CstaLink parser)
Initialize and setup the raw TCP connection.
|
void |
CstaEventsDispatcher.setEventsListener(CstaLink eventsListener) |
Modifier and Type | Method and Description |
---|---|
boolean |
CstaTlsModule.init(CstaLink parser)
Initialize and setup the TLS connection.
|
void |
CstaEventsDispatcher.setEventsListener(CstaLink eventsListener) |