|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Field | |
---|---|
gov.nist.javax.sdp.fields | Classes for SDP Fields. |
javax.sdp | This is a preliminary version of the javax.sdp package based on the public review version JSR 141 . |
Uses of Field in gov.nist.javax.sdp.fields |
---|
Classes in gov.nist.javax.sdp.fields that implement Field | |
---|---|
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 |
SessionNameField
|
class |
TimeField
Time Field. |
class |
URIField
Implementation of URI field. |
class |
ZoneField
Z= SDP field. |
Uses of Field in javax.sdp |
---|
Subinterfaces of Field in javax.sdp | |
---|---|
interface |
Attribute
An Attribute represents an a= fields contained within either a MediaDescription or a SessionDescription. |
interface |
BandWidth
A Bandwidth represents the b= fields contained within either a MediaDescription or a SessionDescription. |
interface |
Connection
A Connection represents the c= field associated with a SessionDescription or with an individual MediaDescription and is used to identify a network address on which media can be received. |
interface |
EMail
An EMail represents an e= field contained within a SessionDescription. |
interface |
Info
An Info represents the i= fields contained within either a MediaDescription or a SessionDescription. |
interface |
Key
A Key represents the k= field contained within either a MediaDescription or a SessionDescription. |
interface |
Media
A Media represents an m= field contained within a MediaDescription. |
interface |
Origin
An Origin represents the o= fields contained within a SessionDescription. |
interface |
Phone
A Phone represents a p= field contained within a SessionDescription. |
interface |
RepeatTime
A RepeatTime represents a r= field contained within a TimeDescription. |
interface |
SessionName
A SessionName represents the s= fields contained within a SessionDescription. |
interface |
Time
A RepeatTime represents a t= field contained within a TimeDescription. |
interface |
TimeZoneAdjustment
A TimeZoneAdjustment represents the z= fields contained within a TimeDescription. |
interface |
URI
An URI represents the u= field within a SessionDescription. |
interface |
Version
A Version field represents the v= fields contained within the SessionDescription. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |