| Modifier and Type | Method and Description |
|---|---|
SdpParser<? extends AttributeField> |
SdpParserPipeline.getAttributeParser(String type)
Gets the attribute parser capable of parsing an attribute field of a certain type.
|
SdpParser<? extends SdpField> |
SdpParserPipeline.getFieldParser(char type)
Gets the field parser capable of parsing a field of a certain type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SdpParserPipeline.addAttributeParser(String type,
SdpParser<? extends AttributeField> parser)
Adds an attribute parser to the pipeline.
|
void |
SdpParserPipeline.addFieldParser(char type,
SdpParser<? extends SdpField> parser)
Adds a parser to the pipeline.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionModeAttributeParser
Parses SDP text to construct
ConnectionModeAttribute objects. |
class |
FormatParameterAttributeParser
Parses SDP text to construct
FormatParameterAttribute objects. |
class |
MaxPacketTimeAttributeParser
Parses SDP text to construct
MaxPacketTimeAttribute objects. |
class |
PacketTimeAttributeParser
Parses SDP text to construct
PacketTimeAttribute objects. |
class |
RtpMapAttributeParser
Parses SDP text to construct
RtpMapAttribute objects. |
class |
SsrcAttributeParser
Parses SDP text to construct
SsrcAttribute objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
FingerprintAttributeParser
Parses SDP text to construct
FingerprintAttribute objects. |
class |
SetupAttributeParser
Parses SDP text to construct
SetupAttribute objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionFieldParser
Parses SDP text to construct
ConnectionField objects. |
class |
GenericAttributeParser
Parses SDP text to construct
GenericAttribute objects. |
class |
MediaDescriptionFieldParser |
class |
OriginFieldParser
Parses SDP text to construct
OriginField objects. |
class |
SessionNameFieldParser
Parses SDP text to construct
SessionNameField objects. |
class |
TimingFieldParser
Parses SDP text to construct
TimingField objects. |
class |
VersionFieldParser
Parses SDP text to construct
VersionField objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
CandidateAttributeParser
Parses SDP text to construct
CandidateAttribute objects. |
class |
IceLiteAttributeParser
Parses SDP text to construct
IceLiteAttribute objects. |
class |
IcePwdAttributeParser
Parses SDP text to construct
IcePwdAttribute objects. |
class |
IceUfragAttributeParser |
| Modifier and Type | Class and Description |
|---|---|
class |
RtcpAttributeParser
Parses SDP text to construct
RtcpAttribute objects. |
class |
RtcpMuxAttributeParser
Parses SDP text to construct
RtcpMuxAttribute objects. |
Copyright © 2018 TeleStax, Inc.. All rights reserved.