An SDP connection data element. More...
Public Member Functions | |
| ConnectionData (String connectionAddress) | |
| Initializes a new instance of the fm.liveswitch.sdp.ConnectionData class. More... | |
| String | getAddressType () |
| Gets the type of the address. More... | |
| String | getConnectionAddress () |
| Gets the connection address. More... | |
| String | getNetworkType () |
| Gets the type of network. More... | |
| void | setAddressType (String value) |
| Sets the type of the address. More... | |
| void | setConnectionAddress (String value) |
| Sets the connection address. More... | |
| void | setNetworkType (String value) |
| Sets the type of network. More... | |
| String | toString () |
| Converts this instance to a string. More... | |
| void | update (String connectionAddress) |
| Updates the connection address. More... | |
Static Public Member Functions | |
| static fm.liveswitch.sdp.ConnectionData | parse (String s) |
| Creates an fm.liveswitch.sdp.ConnectionData instance from a string. More... | |
An SDP connection data element.
| fm.liveswitch.sdp.ConnectionData.ConnectionData | ( | String | connectionAddress | ) |
Initializes a new instance of the fm.liveswitch.sdp.ConnectionData class.
| connectionAddress | The connection address. |
| String fm.liveswitch.sdp.ConnectionData.getAddressType | ( | ) |
Gets the type of the address.
See fm.liveswitch.sdp.ConnectionData#getAddressType for possible values.
| String fm.liveswitch.sdp.ConnectionData.getConnectionAddress | ( | ) |
Gets the connection address.
| String fm.liveswitch.sdp.ConnectionData.getNetworkType | ( | ) |
Gets the type of network.
See fm.liveswitch.sdp.ConnectionData#getNetworkType for possible values.
|
static |
Creates an fm.liveswitch.sdp.ConnectionData instance from a string.
| s | The string to parse. |
| void fm.liveswitch.sdp.ConnectionData.setAddressType | ( | String | value | ) |
Sets the type of the address.
See fm.liveswitch.sdp.ConnectionData#getAddressType for possible values.
| void fm.liveswitch.sdp.ConnectionData.setConnectionAddress | ( | String | value | ) |
Sets the connection address.
| void fm.liveswitch.sdp.ConnectionData.setNetworkType | ( | String | value | ) |
Sets the type of network.
See fm.liveswitch.sdp.ConnectionData#getNetworkType for possible values.
| String fm.liveswitch.sdp.ConnectionData.toString | ( | ) |
Converts this instance to a string.
| void fm.liveswitch.sdp.ConnectionData.update | ( | String | connectionAddress | ) |
Updates the connection address.
| connectionAddress | The connection address. |