Uses of Interface
org.lastbamboo.common.sdp.api.Field

Packages that use Field
org.lastbamboo.common.sdp.api   
org.lastbamboo.common.sdp.fields   
 

Uses of Field in org.lastbamboo.common.sdp.api
 

Subinterfaces of Field in org.lastbamboo.common.sdp.api
 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.
 

Uses of Field in org.lastbamboo.common.sdp.fields
 

Classes in org.lastbamboo.common.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.
 



Copyright © 2013 LittleShoot. All Rights Reserved.