Attribute() | fm.liveswitch.sdp.Attribute | protected |
CandidateAttribute(String foundation, long priority, String connectionAddress, int port, String candidateType, int componentId) | fm.liveswitch.sdp.ice.CandidateAttribute | |
CandidateAttribute(String foundation, long priority, String connectionAddress, int port, String candidateType, String relatedAddress, int relatedPort, String protocol, int componentId) | fm.liveswitch.sdp.ice.CandidateAttribute | |
createAttribute(String name, String value) | fm.liveswitch.sdp.Attribute | static |
fromAttributeValue(String value) | fm.liveswitch.sdp.ice.CandidateAttribute | static |
getAttributeType() | fm.liveswitch.sdp.Attribute | |
getAttributeValue() | fm.liveswitch.sdp.ice.CandidateAttribute | protected |
getCandidateType() | fm.liveswitch.sdp.ice.CandidateAttribute | |
getComponentId() | fm.liveswitch.sdp.ice.CandidateAttribute | |
getConnectionAddress() | fm.liveswitch.sdp.ice.CandidateAttribute | |
getExtensions() | fm.liveswitch.sdp.ice.CandidateAttribute | |
getFoundation() | fm.liveswitch.sdp.ice.CandidateAttribute | |
getMultiplexingCategory() | fm.liveswitch.sdp.Attribute | |
getPort() | fm.liveswitch.sdp.ice.CandidateAttribute | |
getPriority() | fm.liveswitch.sdp.ice.CandidateAttribute | |
getProtocol() | fm.liveswitch.sdp.ice.CandidateAttribute | |
getRelatedAddress() | fm.liveswitch.sdp.ice.CandidateAttribute | |
getRelatedPort() | fm.liveswitch.sdp.ice.CandidateAttribute | |
getTypeName(@SuppressWarnings("rawtypes") Class type) | fm.liveswitch.sdp.Attribute | static |
isMediaLevel(@SuppressWarnings("rawtypes") Class type) | fm.liveswitch.sdp.Attribute | static |
isSessionLevel(@SuppressWarnings("rawtypes") Class type) | fm.liveswitch.sdp.Attribute | static |
parse(String s) | fm.liveswitch.sdp.Attribute | static |
setAttributeType(fm.liveswitch.sdp.AttributeType value) | fm.liveswitch.sdp.Attribute | |
setCandidateType(String value) | fm.liveswitch.sdp.ice.CandidateAttribute | |
setComponentId(int value) | fm.liveswitch.sdp.ice.CandidateAttribute | |
setConnectionAddress(String value) | fm.liveswitch.sdp.ice.CandidateAttribute | |
setFoundation(String value) | fm.liveswitch.sdp.ice.CandidateAttribute | |
setMultiplexingCategory(fm.liveswitch.sdp.AttributeCategory value) | fm.liveswitch.sdp.Attribute | protected |
setPort(int value) | fm.liveswitch.sdp.ice.CandidateAttribute | |
setPriority(long value) | fm.liveswitch.sdp.ice.CandidateAttribute | |
setProtocol(String value) | fm.liveswitch.sdp.ice.CandidateAttribute | |
setRelatedAddress(String value) | fm.liveswitch.sdp.ice.CandidateAttribute | |
setRelatedPort(int value) | fm.liveswitch.sdp.ice.CandidateAttribute | |
toString() | fm.liveswitch.sdp.Attribute | |