The "ice-options" attribute is a session-level attribute. More...
Public Member Functions | |
java.util.ArrayList< fm.liveswitch.sdp.ice.OptionTag > | getTags () |
Gets the tokens that identify options supported by the agent. More... | |
boolean | getTrickleOptionSet () |
Gets a value indicating whether trickle-ice is supported. More... | |
OptionsAttribute (java.util.ArrayList< fm.liveswitch.sdp.ice.OptionTag > tags) | |
Initializes a new instance of the fm.liveswitch.sdp.ice.OptionsAttribute class. More... | |
void | setTags (java.util.ArrayList< fm.liveswitch.sdp.ice.OptionTag > value) |
Sets the tokens that identify options supported by the agent. More... | |
void | setTrickleOptionSet (boolean value) |
Sets a value indicating whether trickle-ice is supported. 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.OptionsAttribute | fromAttributeValue (String value) |
Initializes a new instance of the fm.liveswitch.sdp.ice.OptionsAttribute class. 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... | |
The "ice-options" attribute is a session-level attribute.
It contains a series of tokens that identify the options supported by the agent.
fm.liveswitch.sdp.ice.OptionsAttribute.OptionsAttribute | ( | java.util.ArrayList< fm.liveswitch.sdp.ice.OptionTag > | tags | ) |
Initializes a new instance of the fm.liveswitch.sdp.ice.OptionsAttribute class.
tags | The tokens that identify options supported by the agent. |
|
static |
Initializes a new instance of the fm.liveswitch.sdp.ice.OptionsAttribute class.
value | The attribute value. |
|
protected |
Gets the value of the attribute.
Reimplemented from fm.liveswitch.sdp.Attribute.
java.util.ArrayList<fm.liveswitch.sdp.ice.OptionTag> fm.liveswitch.sdp.ice.OptionsAttribute.getTags | ( | ) |
Gets the tokens that identify options supported by the agent.
boolean fm.liveswitch.sdp.ice.OptionsAttribute.getTrickleOptionSet | ( | ) |
Gets a value indicating whether trickle-ice is supported.
void fm.liveswitch.sdp.ice.OptionsAttribute.setTags | ( | java.util.ArrayList< fm.liveswitch.sdp.ice.OptionTag > | value | ) |
Sets the tokens that identify options supported by the agent.
void fm.liveswitch.sdp.ice.OptionsAttribute.setTrickleOptionSet | ( | boolean | value | ) |
Sets a value indicating whether trickle-ice is supported.