Package | Description |
---|---|
com.sen.openscape.csta.callcontrol |
Provides Classes and public interfaces for handling of CSTA objects such as CstaMonitor, CstaDevice, CstaCall and CstaConnection.
|
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.util |
Contains the public collections of CSTA causes, CSTA configuration information, list of CSTA connection states, and miscellaneous utility classes.
|
com.sen.openscape.csta.xml |
Provides the definition of the CSTA Message objects, used only by CSTA SDK internally.
|
Modifier and Type | Method and Description |
---|---|
CstaRequestedConnectionInfo |
CstaConnection.ChangeConnectionInformation(CstaFlowDirection flowDirection,
java.lang.String mediaSessionInfo)
ChangeConnectionInformation.
|
Modifier and Type | Method and Description |
---|---|
CstaRequestedConnectionInfo |
CstaSystem.ChangeConnectionInformation(java.lang.String callID,
CstaDeviceID deviceID,
CstaFlowDirection flowDirection,
java.lang.String mediaSessionInfo)
Send ChangeConnectionInformation Request, wait for ChangeConnectionInformationResponse
|
static java.lang.StringBuffer |
CstaXmlHandler.ChangeConnectionInformation(java.lang.String callID,
java.lang.String deviceID,
CstaFlowDirection flowDirection,
java.lang.String mediaSessionInfo)
ChangeConnectionInformation
|
Modifier and Type | Method and Description |
---|---|
CstaChangeConnectionInformationResponse |
CstaLink.ChangeConnectionInformation(java.lang.String callID,
CstaDeviceID deviceID,
CstaFlowDirection flowDirection,
java.lang.String mediaSessionInfo)
Process ChangeConnectionInformation Request, wait for response
|
Modifier and Type | Method and Description |
---|---|
static CstaFlowDirection |
CstaFlowDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CstaFlowDirection[] |
CstaFlowDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CstaFlowDirection |
CstaRequestedConnectionInfo.getFlowDirection() |
CstaFlowDirection |
CstaConnectionInformation.getFlowDirection() |
Modifier and Type | Method and Description |
---|---|
void |
CstaRequestedConnectionInfo.setFlowDirection(CstaFlowDirection flowDirection) |
void |
CstaConnectionInformation.setFlowDirection(CstaFlowDirection flowDirection) |
Constructor and Description |
---|
CstaRequestedConnectionInfo(CstaFlowDirection flowDirection,
java.lang.String mediaSessionInfo,
int numberOfChannels) |