|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionMode | |
|---|---|
| org.mobicents.media.server.spi | |
| Uses of ConnectionMode in org.mobicents.media.server.spi |
|---|
| Methods in org.mobicents.media.server.spi that return ConnectionMode | |
|---|---|
ConnectionMode |
Connection.getMode(MediaType mediaType)
Gets the current mode of this connection. |
static ConnectionMode |
ConnectionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConnectionMode[] |
ConnectionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.mobicents.media.server.spi with parameters of type ConnectionMode | |
|---|---|
Connection |
Endpoint.createConnection(ConnectionMode mode)
Creates new connection with specified mode. |
Connection |
Endpoint.createLocalConnection(ConnectionMode mode)
Creates new connection with specified mode. |
void |
ConnectionListener.onModeChange(Connection connection,
ConnectionMode oldMode)
|
void |
Connection.setMode(ConnectionMode mode)
Modify mode of this connection for all known media types. |
void |
Connection.setMode(ConnectionMode mode,
MediaType mediaType)
Modify mode of this connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||