fm.liveswitch.sdp.ConnectionData Class Reference

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

Detailed Description

An SDP connection data element.

Constructor & Destructor Documentation

◆ ConnectionData()

fm.liveswitch.sdp.ConnectionData.ConnectionData ( String  connectionAddress)

Initializes a new instance of the fm.liveswitch.sdp.ConnectionData class.

Parameters
connectionAddressThe connection address.

Member Function Documentation

◆ getAddressType()

String fm.liveswitch.sdp.ConnectionData.getAddressType ( )

Gets the type of the address.

See fm.liveswitch.sdp.ConnectionData#getAddressType for possible values.

◆ getConnectionAddress()

String fm.liveswitch.sdp.ConnectionData.getConnectionAddress ( )

Gets the connection address.

◆ getNetworkType()

String fm.liveswitch.sdp.ConnectionData.getNetworkType ( )

Gets the type of network.

See fm.liveswitch.sdp.ConnectionData#getNetworkType for possible values.

◆ parse()

static fm.liveswitch.sdp.ConnectionData fm.liveswitch.sdp.ConnectionData.parse ( String  s)
static

Creates an fm.liveswitch.sdp.ConnectionData instance from a string.

Parameters
sThe string to parse.

◆ setAddressType()

void fm.liveswitch.sdp.ConnectionData.setAddressType ( String  value)

Sets the type of the address.

See fm.liveswitch.sdp.ConnectionData#getAddressType for possible values.

◆ setConnectionAddress()

void fm.liveswitch.sdp.ConnectionData.setConnectionAddress ( String  value)

Sets the connection address.

◆ setNetworkType()

void fm.liveswitch.sdp.ConnectionData.setNetworkType ( String  value)

Sets the type of network.

See fm.liveswitch.sdp.ConnectionData#getNetworkType for possible values.

◆ toString()

String fm.liveswitch.sdp.ConnectionData.toString ( )

Converts this instance to a string.

◆ update()

void fm.liveswitch.sdp.ConnectionData.update ( String  connectionAddress)

Updates the connection address.

Parameters
connectionAddressThe connection address.