Uses of Class
org.lastbamboo.common.sdp.GenericObject

Packages that use GenericObject
org.lastbamboo.common.sdp   
org.lastbamboo.common.sdp.fields   
 

Uses of GenericObject in org.lastbamboo.common.sdp
 

Subclasses of GenericObject in org.lastbamboo.common.sdp
 class Host
          Stores hostname.
 class HostPort
          Holds the hostname:port.
 class NameValue
          Generic structure for storing name-value pairs.
 

Methods in org.lastbamboo.common.sdp that return GenericObject
protected  GenericObject GenericObjectList.first()
          This is the default list iterator.This will not handle nested list traversal.
protected  GenericObject GenericObjectList.next()
          Fetch the next object from the list based on the default list iterator
protected  GenericObject GenericObjectList.next(ListIterator iterator)
          Traverse the list given a list iterator
 

Methods in org.lastbamboo.common.sdp with parameters of type GenericObject
protected  void GenericObjectList.add(GenericObject obj)
          Type checked add operation.
 void GenericObjectList.replace(Match regexp, GenericObject replacementObject)
          Do a find and replace of objects in this list.
 void GenericObject.replace(Match regexp, GenericObject replacement)
          Do a find and replace of objects based on regular expression matching of fields.
 void GenericObjectList.replace(String objectText, GenericObject replacementObject, boolean matchSubstring)
          Do a find and replace of objects in this list.
 void GenericObject.replace(String objectText, GenericObject replacement, boolean matchSubstring)
          Do a recursive find and replace of objects pointed to by this object.
 

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

Subclasses of GenericObject in org.lastbamboo.common.sdp.fields
 class AttributeField
          Attribute Field.
 class BandwidthField
          Bandwidth field of a SDP header.
 class ConnectionAddress
          Connection Address of the SDP header (appears as part of the Connection field)
 class ConnectionField
          Connectin Field of the SDP request.
 class Email
          Email address record.
 class EmailAddress
          email address field of the SDP header.
 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 SDPField
          Placeholder root class for SDP headers.
 class SDPFieldList
          A list of SDP Fields.
 class SDPFormat
          Media Description SDP header
 class SDPObject
          Root class for everything in this package.
 class SessionNameField
           
 class TimeField
          Time Field.
 class TypedTime
           
 class URIField
          Implementation of URI field.
 class ZoneAdjustment
          Zone adjustment class.
 class ZoneField
          Z= SDP field.
 

Methods in org.lastbamboo.common.sdp.fields that return GenericObject
 GenericObject SDPObjectList.first()
           
 GenericObject SDPObjectList.next()
           
 GenericObject SDPObjectList.next(ListIterator li)
           
 

Methods in org.lastbamboo.common.sdp.fields with parameters of type GenericObject
 void SDPObject.replace(Match regexp, GenericObject replacement)
          Do a find and replace of objects based on regular expression matching of fields.
 void SDPObjectList.replace(String objectText, GenericObject replacementObject, boolean matchSubstring)
          Do a find and replace of objects in this list.
 void SDPObject.replace(String objectText, GenericObject replacement, boolean matchSubstring)
          Do a find and replace of objects
 



Copyright © 2013 LittleShoot. All Rights Reserved.