| Package | Description |
|---|---|
| org.mobicents.media.control.mgcp.connection | |
| org.mobicents.media.control.mgcp.exception |
| Modifier and Type | Method and Description |
|---|---|
void |
MgcpLocalConnection.close() |
void |
MgcpRemoteConnection.close() |
void |
MgcpConnection.close()
Closes the connection.
|
String |
MgcpLocalConnection.halfOpen(LocalConnectionOptions options) |
String |
MgcpRemoteConnection.halfOpen(LocalConnectionOptions options) |
String |
MgcpConnection.halfOpen(LocalConnectionOptions options)
The connection allocates resources and becomes half-open, sending an SDP offer to the remote peer.
|
void |
MgcpLocalConnection.join(MgcpLocalConnection otherConnection) |
String |
MgcpLocalConnection.open(String sdp) |
String |
MgcpRemoteConnection.open(String sdp) |
String |
MgcpConnection.open(String sdp)
Moves the connection to an open state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MgcpConnectionNotFoundException
Represents failure when searching for a supposedly registered endpoint.
|
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.