Public Member Functions | |
| String | toString () |
| Gets the string representation of this tag. More... | |
| TrickleIceOptionTag () | |
| Initializes a new instance of the fm.liveswitch.sdp.ice.TrickleIceOptionTag 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... | |
| fm.liveswitch.sdp.ice.TrickleIceOptionTag.TrickleIceOptionTag | ( | ) |
Initializes a new instance of the fm.liveswitch.sdp.ice.TrickleIceOptionTag class.
| String fm.liveswitch.sdp.ice.TrickleIceOptionTag.toString | ( | ) |
Gets the string representation of this tag.
Reimplemented from fm.liveswitch.sdp.ice.OptionTag.