Uses of Package
javax.sdp

Packages that use javax.sdp
gov.nist.javax.sdp Preliminary implementation of the javax.sdp package (JSR 141 see JSR 141
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
 

Classes in javax.sdp used by gov.nist.javax.sdp
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.
Info
          An Info represents the i= fields contained within either a MediaDescription or a SessionDescription.
Key
          A Key represents the k= field contained within either a MediaDescription or a SessionDescription.
Media
          A Media represents an m= field contained within a MediaDescription.
MediaDescription
          A MediaDescription identifies the set of medias that may be received on a specific port or set of ports.
Origin
          An Origin represents the o= fields contained within a SessionDescription.
SdpException
          The SdpException defines a general exception for the SDP classes to throw when they encounter a difficulty.
SdpParseException
          The SdpParseException encapsulates the information thrown when an error occurs during SDP parsing.
SessionDescription
          A SessionDescription represents the data defined by the Session Description Protocol (see IETF RFC 2327) and holds information about the originitor of a session, the media types that a client can support and the host and port on which the client will listen for that media.
SessionName
          A SessionName represents the s= fields contained within a SessionDescription.
Time
          A RepeatTime represents a t= field contained within a TimeDescription.
TimeDescription
          A TimeDescription represents the fields present within a SDP time description.
URI
          An URI represents the u= field within a SessionDescription.
Version
          A Version field represents the v= fields contained within the SessionDescription.
 

Classes in javax.sdp used by gov.nist.javax.sdp.fields
Attribute
          An Attribute represents an a= fields contained within either a MediaDescription or a SessionDescription.
BandWidth
          A Bandwidth represents the b= fields contained within either a MediaDescription or a SessionDescription.
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.
EMail
          An EMail represents an e= field contained within a SessionDescription.
Field
          A Field represents a single line of information within a SDP session description.
Info
          An Info represents the i= fields contained within either a MediaDescription or a SessionDescription.
Key
          A Key represents the k= field contained within either a MediaDescription or a SessionDescription.
Media
          A Media represents an m= field contained within a MediaDescription.
Origin
          An Origin represents the o= fields contained within a SessionDescription.
Phone
          A Phone represents a p= field contained within a SessionDescription.
RepeatTime
          A RepeatTime represents a r= field contained within a TimeDescription.
SdpException
          The SdpException defines a general exception for the SDP classes to throw when they encounter a difficulty.
SdpParseException
          The SdpParseException encapsulates the information thrown when an error occurs during SDP parsing.
SessionName
          A SessionName represents the s= fields contained within a SessionDescription.
Time
          A RepeatTime represents a t= field contained within a TimeDescription.
TimeZoneAdjustment
          A TimeZoneAdjustment represents the z= fields contained within a TimeDescription.
URI
          An URI represents the u= field within a SessionDescription.
Version
          A Version field represents the v= fields contained within the SessionDescription.
 

Classes in javax.sdp used by javax.sdp
Attribute
          An Attribute represents an a= fields contained within either a MediaDescription or a SessionDescription.
BandWidth
          A Bandwidth represents the b= fields contained within either a MediaDescription or a SessionDescription.
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.
EMail
          An EMail represents an e= field contained within a SessionDescription.
Field
          A Field represents a single line of information within a SDP session description.
Info
          An Info represents the i= fields contained within either a MediaDescription or a SessionDescription.
Key
          A Key represents the k= field contained within either a MediaDescription or a SessionDescription.
Media
          A Media represents an m= field contained within a MediaDescription.
MediaDescription
          A MediaDescription identifies the set of medias that may be received on a specific port or set of ports.
Origin
          An Origin represents the o= fields contained within a SessionDescription.
Phone
          A Phone represents a p= field contained within a SessionDescription.
RepeatTime
          A RepeatTime represents a r= field contained within a TimeDescription.
SdpException
          The SdpException defines a general exception for the SDP classes to throw when they encounter a difficulty.
SdpFactory
          The SdpFactory enables applications to encode and decode SDP messages.
SdpParseException
          The SdpParseException encapsulates the information thrown when an error occurs during SDP parsing.
SessionDescription
          A SessionDescription represents the data defined by the Session Description Protocol (see IETF RFC 2327) and holds information about the originitor of a session, the media types that a client can support and the host and port on which the client will listen for that media.
SessionName
          A SessionName represents the s= fields contained within a SessionDescription.
Time
          A RepeatTime represents a t= field contained within a TimeDescription.
TimeDescription
          A TimeDescription represents the fields present within a SDP time description.
TimeZoneAdjustment
          A TimeZoneAdjustment represents the z= fields contained within a TimeDescription.
URI
          An URI represents the u= field within a SessionDescription.
Version
          A Version field represents the v= fields contained within the SessionDescription.
 



Copyright © 2012. All Rights Reserved.