fm.liveswitch.sdp.ice.OptionTag Class Referenceabstract

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

Detailed Description

Constructor & Destructor Documentation

◆ OptionTag()

fm.liveswitch.sdp.ice.OptionTag.OptionTag ( )
protected

Member Function Documentation

◆ getTrickle()

static String fm.liveswitch.sdp.ice.OptionTag.getTrickle ( )
static

Gets the "trickle" option string.

◆ getType()

fm.liveswitch.sdp.ice.OptionTagType fm.liveswitch.sdp.ice.OptionTag.getType ( )

Gets the type of this tag.

◆ parse()

static fm.liveswitch.sdp.ice.OptionTag fm.liveswitch.sdp.ice.OptionTag.parse ( String  tagString)
static

Generates a tag object from a string.

Parameters
tagStringThe tag string.

◆ setType()

void fm.liveswitch.sdp.ice.OptionTag.setType ( fm.liveswitch.sdp.ice.OptionTagType  value)
protected

Sets the type of this tag.

◆ toString()

abstract String fm.liveswitch.sdp.ice.OptionTag.toString ( )
abstract

Gets the string representation of this tag.

Reimplemented in fm.liveswitch.sdp.ice.UnknownIceOptionTag, and fm.liveswitch.sdp.ice.TrickleIceOptionTag.