An SDP remote candidate element. More...
Public Member Functions | |
int | getComponentId () |
Gets the ID of the component for which this is a remote candidate. More... | |
String | getConnectionAddress () |
Gets the IP address of the remote candidate. More... | |
int | getPort () |
Gets the port of the remote candidate. More... | |
RemoteCandidate (int componentId, String connectionAddress, int port) | |
Initializes a new instance of the fm.liveswitch.sdp.ice.RemoteCandidate class. More... | |
String | toString () |
Converts this instance to a string. More... | |
Static Public Member Functions | |
static fm.liveswitch.sdp.ice.RemoteCandidate | parse (String s) |
Creates an fm.liveswitch.sdp.ice.RemoteCandidate instance from a string. More... | |
An SDP remote candidate element.
fm.liveswitch.sdp.ice.RemoteCandidate.RemoteCandidate | ( | int | componentId, |
String | connectionAddress, | ||
int | port | ||
) |
Initializes a new instance of the fm.liveswitch.sdp.ice.RemoteCandidate class.
componentId | The ID of the component for which this is a remote candidate. |
connectionAddress | The IP address of the remote candidate. |
port | The port of the remote candidate. |
int fm.liveswitch.sdp.ice.RemoteCandidate.getComponentId | ( | ) |
Gets the ID of the component for which this is a remote candidate.
String fm.liveswitch.sdp.ice.RemoteCandidate.getConnectionAddress | ( | ) |
Gets the IP address of the remote candidate.
int fm.liveswitch.sdp.ice.RemoteCandidate.getPort | ( | ) |
Gets the port of the remote candidate.
|
static |
Creates an fm.liveswitch.sdp.ice.RemoteCandidate instance from a string.
s | The string to parse. |
String fm.liveswitch.sdp.ice.RemoteCandidate.toString | ( | ) |
Converts this instance to a string.