NIST SIP Parser and Stack (v1.2) API

Uses of Interface
javax.sdp.Time

Packages that use Time
gov.nist.javax.sdp Preliminary implementation of the javax.sdp package (JSR 141 see JSR 141
javax.sdp This is a preliminary version of the javax.sdp package based on the public review version JSR 141 .  
 

Uses of Time in gov.nist.javax.sdp
 

Methods in gov.nist.javax.sdp that return Time
 Time TimeDescriptionImpl.getTime()
          Returns the Time field.
 

Methods in gov.nist.javax.sdp with parameters of type Time
 void TimeDescriptionImpl.setTime(Time timeField)
          Sets the Time field.
 

Uses of Time in javax.sdp
 

Methods in javax.sdp that return Time
 Time TimeDescription.getTime()
          Returns the Time field.
 Time SdpFactory.createTime(Date start, Date stop)
          Returns a Time specification with the specified start and stop times.
 Time SdpFactory.createTime()
          Returns an unbounded Time specification (i.e., "t=0 0").
 

Methods in javax.sdp with parameters of type Time
 void TimeDescription.setTime(Time t)
          Sets the Time field.
 TimeDescription SdpFactory.createTimeDescription(Time t)
          Returns TimeDescription object with the specified properties.
 


NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.