fm.liveswitch.IceParameters Class Reference

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...
 

Detailed Description

A set of ICE parameters.

Constructor & Destructor Documentation

◆ IceParameters()

fm.liveswitch.IceParameters.IceParameters ( String  usernameFragment,
String  password 
)

Initializes a new instance of the fm.liveswitch.IceParameters class.

Parameters
usernameFragmentThe username fragment.
passwordThe password.

Member Function Documentation

◆ getPassword()

String fm.liveswitch.IceParameters.getPassword ( )

Gets the password.

◆ getUsernameFragment()

String fm.liveswitch.IceParameters.getUsernameFragment ( )

Gets the username fragment.

◆ setPassword()

void fm.liveswitch.IceParameters.setPassword ( String  value)

Sets the password.

◆ setUsernameFragment()

void fm.liveswitch.IceParameters.setUsernameFragment ( String  value)

Sets the username fragment.