An ICE server test. More...
Public Member Functions | |
fm.liveswitch.AddressType[] | getIceAddressTypes () |
Gets the ICE address types. More... | |
fm.liveswitch.IcePortRange | getIcePortRange () |
Gets the ICE port range. More... | |
fm.liveswitch.IceServer | getIceServer () |
Gets the ICE server. More... | |
IceServerTest (fm.liveswitch.IceServer iceServer) | |
Initializes a new instance of the fm.liveswitch.IceServerTest class. More... | |
IceServerTest (fm.liveswitch.IceServer iceServer, fm.liveswitch.IcePortRange icePortRange) | |
Initializes a new instance of the fm.liveswitch.IceServerTest class. More... | |
IceServerTest (fm.liveswitch.IceServer iceServer, fm.liveswitch.IcePortRange icePortRange, fm.liveswitch.AddressType[] iceAddressTypes) | |
Initializes a new instance of the fm.liveswitch.IceServerTest class. More... | |
fm.liveswitch.Future< fm.liveswitch.IceServerTestResult > | run () |
Runs the test. More... | |
An ICE server test.
fm.liveswitch.IceServerTest.IceServerTest | ( | fm.liveswitch.IceServer | iceServer | ) |
Initializes a new instance of the fm.liveswitch.IceServerTest class.
iceServer | The ICE server. |
fm.liveswitch.IceServerTest.IceServerTest | ( | fm.liveswitch.IceServer | iceServer, |
fm.liveswitch.IcePortRange | icePortRange | ||
) |
Initializes a new instance of the fm.liveswitch.IceServerTest class.
iceServer | The ICE server. |
icePortRange | The ICE port range. |
fm.liveswitch.IceServerTest.IceServerTest | ( | fm.liveswitch.IceServer | iceServer, |
fm.liveswitch.IcePortRange | icePortRange, | ||
fm.liveswitch.AddressType[] | iceAddressTypes | ||
) |
Initializes a new instance of the fm.liveswitch.IceServerTest class.
iceServer | The ICE server. |
icePortRange | The ICE port range. |
iceAddressTypes | The ICE address types. |
fm.liveswitch.AddressType [] fm.liveswitch.IceServerTest.getIceAddressTypes | ( | ) |
Gets the ICE address types.
fm.liveswitch.IcePortRange fm.liveswitch.IceServerTest.getIcePortRange | ( | ) |
Gets the ICE port range.
fm.liveswitch.IceServer fm.liveswitch.IceServerTest.getIceServer | ( | ) |
Gets the ICE server.
fm.liveswitch.Future<fm.liveswitch.IceServerTestResult> fm.liveswitch.IceServerTest.run | ( | ) |
Runs the test.