| Package | Description |
|---|---|
| org.restcomm.media.spi |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionMode |
ConnectionMode.fromDescription(String description) |
ConnectionMode |
ModeNotSupportedException.getMode() |
ConnectionMode |
Connection.getMode()
Gets the current mode of this connection.
|
static ConnectionMode |
ConnectionMode.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.modeUpdated(ConnectionMode oldMode,
ConnectionMode newMode)
Notifies that mode has been update on one of connections
|
void |
Connection.setMode(ConnectionMode mode)
Modify mode of this connection for all known media types.
|
| Constructor and Description |
|---|
ModeNotSupportedException(ConnectionMode mode)
Creates a new instance of
ModeNotSupportedException without detail message. |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.