A set of ICE parameters. More...
Public Member Functions | |
String | getPassword () |
Gets the password. More... | |
String | getUsernameFragment () |
Gets the username fragment. More... | |
IceParameters (String usernameFragment, String password) | |
Initializes a new instance of the fm.liveswitch.IceParameters class. More... | |
void | setPassword (String value) |
Sets the password. More... | |
void | setUsernameFragment (String value) |
Sets the username fragment. More... | |
A set of ICE parameters.
fm.liveswitch.IceParameters.IceParameters | ( | String | usernameFragment, |
String | password | ||
) |
Initializes a new instance of the fm.liveswitch.IceParameters class.
usernameFragment | The username fragment. |
password | The password. |
String fm.liveswitch.IceParameters.getPassword | ( | ) |
Gets the password.
String fm.liveswitch.IceParameters.getUsernameFragment | ( | ) |
Gets the username fragment.
void fm.liveswitch.IceParameters.setPassword | ( | String | value | ) |
Sets the password.
void fm.liveswitch.IceParameters.setUsernameFragment | ( | String | value | ) |
Sets the username fragment.