|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MsConnection | |
|---|---|
| org.mobicents.mscontrol | |
| Uses of MsConnection in org.mobicents.mscontrol |
|---|
| Methods in org.mobicents.mscontrol that return MsConnection | |
|---|---|
MsConnection |
MsSession.createNetworkConnection(java.lang.String endpointName)
Creates a new network connection and attaches it to this session. |
MsConnection |
MsConnectionEvent.getConnection()
Returns the underlying MsConnection object which has changed its
state |
MsConnection |
MsProvider.getMsConnection(java.lang.String msConnectionId)
Get the MsConnection for the msConnectionId passed. |
| Methods in org.mobicents.mscontrol that return types with arguments of type MsConnection | |
|---|---|
java.util.List<MsConnection> |
MsSession.getConnections()
Returns the list of MsConnection associated with this MsSession |
java.util.List<MsConnection> |
MsProvider.getMsConnections(java.lang.String endpointName)
Gets List of MsConnection object for given endpointName |
| Methods in org.mobicents.mscontrol with parameters of type MsConnection | |
|---|---|
void |
MsEndpoint.execute(MsRequestedSignal[] signals,
MsRequestedEvent[] events,
MsConnection connection)
Call this method to Generate event or request Signal on MsConnection in Endpoint. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||