fm.liveswitch.sdp.ice.UfragAttribute Class Reference

The "ice-ufrag" attribute conveys the username fragment used by ICE for message integrity. More...

Public Member Functions

String getUfrag ()
 Gets the username fragment used by ICE for message integrity. More...
 
 UfragAttribute ()
 Initializes a new instance of the fm.liveswitch.sdp.ice.UfragAttribute class. More...
 
 UfragAttribute (String ufrag)
 Initializes a new instance of the fm.liveswitch.sdp.ice.UfragAttribute class. More...
 
- Public Member Functions inherited from fm.liveswitch.sdp.Attribute
fm.liveswitch.sdp.AttributeType getAttributeType ()
 Gets this Attribute's Type. More...
 
fm.liveswitch.sdp.AttributeCategory getMultiplexingCategory ()
 Gets the Multiplexing Category of this Attribute. More...
 
void setAttributeType (fm.liveswitch.sdp.AttributeType value)
 Sets this Attribute's Type. More...
 
String toString ()
 Converts this instance to a string. More...
 

Static Public Member Functions

static fm.liveswitch.sdp.ice.UfragAttribute fromAttributeValue (String value)
 Initializes a new instance of the fm.liveswitch.sdp.ice.UfragAttribute class. More...
 
static String generateUfrag ()
 Generates a username fragment. More...
 
- Static Public Member Functions inherited from fm.liveswitch.sdp.Attribute
static fm.liveswitch.sdp.Attribute createAttribute (String name, String value)
 Creates an attribute. More...
 
static String getTypeName (@SuppressWarnings("rawtypes") Class type)
 Gets the name of the attribute type. More...
 
static boolean isMediaLevel (@SuppressWarnings("rawtypes") Class type)
 Determines whether the type applies to media streams. More...
 
static boolean isSessionLevel (@SuppressWarnings("rawtypes") Class type)
 Determines whether the type applies to sessions. More...
 
static fm.liveswitch.sdp.Attribute parse (String s)
 Creates an fm.liveswitch.sdp.ConnectionData instance from a string. More...
 

Protected Member Functions

String getAttributeValue ()
 Gets the value of the attribute. More...
 
- Protected Member Functions inherited from fm.liveswitch.sdp.Attribute
 Attribute ()
 
void setMultiplexingCategory (fm.liveswitch.sdp.AttributeCategory value)
 Sets the Multiplexing Category of this Attribute. More...
 

Detailed Description

The "ice-ufrag" attribute conveys the username fragment used by ICE for message integrity.

Constructor & Destructor Documentation

◆ UfragAttribute() [1/2]

fm.liveswitch.sdp.ice.UfragAttribute.UfragAttribute ( )

Initializes a new instance of the fm.liveswitch.sdp.ice.UfragAttribute class.

◆ UfragAttribute() [2/2]

fm.liveswitch.sdp.ice.UfragAttribute.UfragAttribute ( String  ufrag)

Initializes a new instance of the fm.liveswitch.sdp.ice.UfragAttribute class.

Parameters
ufragThe username fragment used by ICE for message integrity.

Member Function Documentation

◆ fromAttributeValue()

static fm.liveswitch.sdp.ice.UfragAttribute fm.liveswitch.sdp.ice.UfragAttribute.fromAttributeValue ( String  value)
static

Initializes a new instance of the fm.liveswitch.sdp.ice.UfragAttribute class.

Parameters
valueThe attribute value.

◆ generateUfrag()

static String fm.liveswitch.sdp.ice.UfragAttribute.generateUfrag ( )
static

Generates a username fragment.

◆ getAttributeValue()

String fm.liveswitch.sdp.ice.UfragAttribute.getAttributeValue ( )
protected

Gets the value of the attribute.

Reimplemented from fm.liveswitch.sdp.Attribute.

◆ getUfrag()

String fm.liveswitch.sdp.ice.UfragAttribute.getUfrag ( )

Gets the username fragment used by ICE for message integrity.