A tag for an fm.liveswitch.sdp.ice.OptionsAttribute. More...
Public Member Functions | |
| fm.liveswitch.sdp.ice.OptionTagType | getType () |
| Gets the type of this tag. More... | |
| abstract String | toString () |
| Gets the string representation of this tag. More... | |
Static Public Member Functions | |
| 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 | |
| OptionTag () | |
| void | setType (fm.liveswitch.sdp.ice.OptionTagType value) |
| Sets the type of this tag. More... | |
A tag for an fm.liveswitch.sdp.ice.OptionsAttribute.
|
protected |
|
static |
Gets the "trickle" option string.
| fm.liveswitch.sdp.ice.OptionTagType fm.liveswitch.sdp.ice.OptionTag.getType | ( | ) |
Gets the type of this tag.
|
static |
Generates a tag object from a string.
| tagString | The tag string. |
|
protected |
Sets the type of this tag.
|
abstract |
Gets the string representation of this tag.
Reimplemented in fm.liveswitch.sdp.ice.UnknownIceOptionTag, and fm.liveswitch.sdp.ice.TrickleIceOptionTag.