fm.liveswitch.sdp.ice.UnknownIceOptionTag Class Reference

Public Member Functions

String getTagString ()
 Gets the tag string. More...
 
String toString ()
 Gets the string representation of this tag. More...
 
 UnknownIceOptionTag (String tagString)
 Initializes a new instance of the fm.liveswitch.sdp.ice.UnknownIceOptionTag class. More...
 
- Public Member Functions inherited from fm.liveswitch.sdp.ice.OptionTag
fm.liveswitch.sdp.ice.OptionTagType getType ()
 Gets the type of this tag. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from fm.liveswitch.sdp.ice.OptionTag
static String getTrickle ()
 Gets the "trickle" option string. More...
 
static fm.liveswitch.sdp.ice.OptionTag parse (String tagString)
 Generates a tag object from a string. More...
 
- Protected Member Functions inherited from fm.liveswitch.sdp.ice.OptionTag
 OptionTag ()
 
void setType (fm.liveswitch.sdp.ice.OptionTagType value)
 Sets the type of this tag. More...
 

Constructor & Destructor Documentation

◆ UnknownIceOptionTag()

fm.liveswitch.sdp.ice.UnknownIceOptionTag.UnknownIceOptionTag ( String  tagString)

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

Member Function Documentation

◆ getTagString()

String fm.liveswitch.sdp.ice.UnknownIceOptionTag.getTagString ( )

Gets the tag string.

◆ toString()

String fm.liveswitch.sdp.ice.UnknownIceOptionTag.toString ( )

Gets the string representation of this tag.

Reimplemented from fm.liveswitch.sdp.ice.OptionTag.