| Package | Description |
|---|---|
| org.mobicents.media.control.mgcp.connection | |
| org.mobicents.media.control.mgcp.endpoint |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMgcpConnection
Base implementation for any MGCP connection.
|
class |
MgcpLocalConnection
Type of connection that connects two endpoints locally.
|
class |
MgcpRemoteConnection
Type of connection that connects one endpoint to a remote peer.
|
| Modifier and Type | Method and Description |
|---|---|
MgcpConnection |
GenericMgcpEndpoint.createConnection(int callId,
boolean local) |
MgcpConnection |
MgcpEndpoint.createConnection(int callId,
boolean local)
Registers a connection.
|
MgcpConnection |
GenericMgcpEndpoint.deleteConnection(int callId,
int connectionId) |
MgcpConnection |
MgcpEndpoint.deleteConnection(int callId,
int connectionId)
Deletes an active connection.
|
MgcpConnection |
GenericMgcpEndpoint.getConnection(int callId,
int connectionId) |
MgcpConnection |
MgcpEndpoint.getConnection(int callId,
int connectionId)
Gets a connection by identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<MgcpConnection> |
GenericMgcpEndpoint.deleteConnections() |
List<MgcpConnection> |
MgcpEndpoint.deleteConnections()
Deletes all currently active connections.
|
List<MgcpConnection> |
GenericMgcpEndpoint.deleteConnections(int callId) |
List<MgcpConnection> |
MgcpEndpoint.deleteConnections(int callId)
Deletes all currently active connections within a specific call.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GenericMgcpEndpoint.onConnectionCreated(MgcpConnection connection)
Event that is called when a new connection is created in the endpoint.
|
protected void |
MgcpSplitterEndpoint.onConnectionCreated(MgcpConnection connection) |
protected void |
MgcpMixerEndpoint.onConnectionCreated(MgcpConnection connection) |
protected void |
GenericMgcpEndpoint.onConnectionDeleted(MgcpConnection connection)
Event that is called when a new connection is deleted in the endpoint.
|
protected void |
MgcpSplitterEndpoint.onConnectionDeleted(MgcpConnection connection) |
protected void |
MgcpMixerEndpoint.onConnectionDeleted(MgcpConnection connection) |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.