|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SDPField | |
|---|---|
| org.lastbamboo.common.sdp | |
| org.lastbamboo.common.sdp.fields | |
| org.lastbamboo.common.sdp.parser | |
| Uses of SDPField in org.lastbamboo.common.sdp |
|---|
| Methods in org.lastbamboo.common.sdp with parameters of type SDPField | |
|---|---|
void |
SessionDescriptionImpl.addField(SDPField sdpField)
|
| Uses of SDPField in org.lastbamboo.common.sdp.fields |
|---|
| Subclasses of SDPField in org.lastbamboo.common.sdp.fields | |
|---|---|
class |
AttributeField
Attribute Field. |
class |
BandwidthField
Bandwidth field of a SDP header. |
class |
ConnectionField
Connectin Field of the SDP request. |
class |
EmailField
email field in the SDP announce. |
class |
InformationField
Information field implementation |
class |
KeyField
Key field part of an SDP header. |
class |
MediaField
Media field SDP header. |
class |
OriginField
Origin Field SDP header |
class |
PhoneField
Phone Field SDP header |
class |
ProtoVersionField
Proto version field of SDP announce. |
class |
RepeatField
Repeat SDP Field (part of the time field). |
class |
SDPFieldList
A list of SDP Fields. |
class |
SessionNameField
|
class |
TimeField
Time Field. |
class |
URIField
Implementation of URI field. |
class |
ZoneField
Z= SDP field. |
| Methods in org.lastbamboo.common.sdp.fields with parameters of type SDPField | |
|---|---|
void |
SDPFieldList.add(SDPField h)
add a SDP Field to the list of headers that we maintain. |
| Uses of SDPField in org.lastbamboo.common.sdp.parser |
|---|
| Methods in org.lastbamboo.common.sdp.parser that return SDPField | |
|---|---|
SDPField |
ZoneFieldParser.parse()
|
SDPField |
URIFieldParser.parse()
|
SDPField |
TimeFieldParser.parse()
|
SDPField |
SessionNameFieldParser.parse()
|
abstract SDPField |
SDPParser.parse()
|
SDPField |
RepeatFieldParser.parse()
|
SDPField |
ProtoVersionFieldParser.parse()
|
SDPField |
PhoneFieldParser.parse()
|
SDPField |
OriginFieldParser.parse()
|
SDPField |
MediaFieldParser.parse()
|
SDPField |
KeyFieldParser.parse()
|
SDPField |
InformationFieldParser.parse()
|
SDPField |
EmailFieldParser.parse()
|
SDPField |
ConnectionFieldParser.parse()
|
SDPField |
BandwidthFieldParser.parse()
|
SDPField |
AttributeFieldParser.parse()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||