|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
|---|---|
| org.mobicents.media | |
| org.mobicents.media.server.spi | |
| Uses of Connection in org.mobicents.media |
|---|
| Methods in org.mobicents.media that return Connection | |
|---|---|
Connection |
Component.getConnection()
Reference to the connection to which this component belongs. |
| Methods in org.mobicents.media with parameters of type Connection | |
|---|---|
void |
Component.setConnection(Connection connection)
Set reference to the connection to which this component belongs. |
| Uses of Connection in org.mobicents.media.server.spi |
|---|
| Methods in org.mobicents.media.server.spi that return Connection | |
|---|---|
Connection |
Endpoint.createConnection(ConnectionMode mode)
Creates new connection with specified mode. |
Connection |
Endpoint.createLocalConnection(ConnectionMode mode)
Creates new connection with specified mode. |
Connection |
Endpoint.getConnection(java.lang.String connectionID)
|
| Methods in org.mobicents.media.server.spi with parameters of type Connection | |
|---|---|
void |
ConnectionListener.onModeChange(Connection connection,
ConnectionMode oldMode)
|
void |
ConnectionListener.onStateChange(Connection connection,
ConnectionState oldState)
|
void |
Connection.setOtherParty(Connection other)
Joins localy this and other connections. |
void |
Connection.setOtherParty(Connection other,
MediaType mediaType)
|
| Constructors in org.mobicents.media.server.spi with parameters of type Connection | |
|---|---|
ConnectionException(Connection connection,
java.lang.String msg)
Constructs an instance of ConnectionException with the specified detail message. |
|
ConnectionException(Connection connection,
java.lang.Throwable t)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||