|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MgcpConnection | |
|---|---|
| org.mobicents.media.server.mgcp.controller | |
| Uses of MgcpConnection in org.mobicents.media.server.mgcp.controller |
|---|
| Fields in org.mobicents.media.server.mgcp.controller with type parameters of type MgcpConnection | |
|---|---|
protected ConcurrentHashMap<Text,MgcpConnection> |
MgcpCall.connections
|
| Methods in org.mobicents.media.server.mgcp.controller that return MgcpConnection | |
|---|---|
MgcpConnection |
MgcpEndpoint.createConnection(MgcpCall call,
ConnectionType type,
boolean isLocal)
Creates new RTP connection. |
MgcpConnection |
MgcpEndpoint.getConnection(Text connectionID)
|
MgcpConnection |
MgcpCall.getMgcpConnection(Text id)
|
protected MgcpConnection |
MgcpEndpoint.poll(MgcpCall call)
Asks mgcp connection object from pool. |
| Methods in org.mobicents.media.server.mgcp.controller with parameters of type MgcpConnection | |
|---|---|
void |
MgcpCall.exclude(MgcpConnection activity)
Excludes connection activity from this call. |
protected void |
MgcpEndpoint.offer(MgcpConnection mgcpConnection)
Reclaims used connection object. |
void |
MgcpConnection.setOtherParty(MgcpConnection other)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||