Serialized Form


Package net.sourceforge.jsdp

Class net.sourceforge.jsdp.Attribute extends Object implements Serializable

serialVersionUID: -6003475409338057035L

Serialized Fields

name

String name
The attribute property name


value

String value
The attribute value

Class net.sourceforge.jsdp.Bandwith extends Object implements Serializable

serialVersionUID: 8829981734747249624L

Serialized Fields

modifier

String modifier
The bandwith modifier


value

int value
The bandwith value, in kbits/second

Class net.sourceforge.jsdp.Connection extends Object implements Serializable

serialVersionUID: 1555839237745744131L

Serialized Fields

resource

Resource resource
The network resource specified by the field

Class net.sourceforge.jsdp.Email extends Object implements Serializable

serialVersionUID: 3055937612221619818L

Serialized Fields

contact

Contact contact
The field contact information

Class net.sourceforge.jsdp.Information extends Object implements Serializable

serialVersionUID: 7479814033467823932L

Serialized Fields

value

String value
The information about the session

Class net.sourceforge.jsdp.Key extends Object implements Serializable

serialVersionUID: 1767674946938133759L

Serialized Fields

method

String method
The encryption method


key

String key
The encription key

Class net.sourceforge.jsdp.Media extends Object implements Serializable

serialVersionUID: 8009552820375695269L

Serialized Fields

media

String media
The media type


port

int port
The transport port to which the media stream will be sent


portsCount

int portsCount
The number of transport port where the media stream will be sent


protocol

String protocol
The transport protocol


formats

Vector<E> formats
The media formats

Class net.sourceforge.jsdp.MediaDescription extends Object implements Serializable

serialVersionUID: 2260842521161330113L

Serialized Fields

m

Media m
The media field


i

Information i
The information field


c

Connection c
The connection field


bandwiths

HashMap<K,V> bandwiths
The bandwith fields


k

Key k
The key field


attributes

HashMap<K,V> attributes
The attribute fields

Class net.sourceforge.jsdp.Origin extends Object implements Serializable

serialVersionUID: 8892230839201408790L

Serialized Fields

user

String user
The name of the session originator


sessionID

long sessionID
The session identifier


sessionVersion

long sessionVersion
The session version


address

Address address
The originator's host information

Class net.sourceforge.jsdp.Phone extends Object implements Serializable

serialVersionUID: 4792028746712967047L

Serialized Fields

name

String name
The phone user


phoneNumber

String phoneNumber
The phone number

Class net.sourceforge.jsdp.RepeatTime extends Object implements Serializable

serialVersionUID: -7772961172651467572L

Serialized Fields

repeatInterval

long repeatInterval
The repeat interval


activeDuration

long activeDuration
The active duraction


offsets

Vector<E> offsets
The list of offset relative to the t field start time


isTyped

boolean isTyped
Indicates if the field will be output as a typed time or a number

Class net.sourceforge.jsdp.SDPException extends Exception implements Serializable

serialVersionUID: 6147583906191614487L

Class net.sourceforge.jsdp.SDPParseException extends SDPException implements Serializable

serialVersionUID: -2057138208340422310L

Class net.sourceforge.jsdp.SessionDescription extends Object implements Serializable

serialVersionUID: -2804972731894656668L

Serialized Fields

v

Version v
The version field


o

Origin o
The origin field


s

SessionName s
The session name field


i

Information i
The information field


u

Uri u
The uri field


emails

ArrayList<E> emails
The email fields


phones

ArrayList<E> phones
The phone fields


c

Connection c
The connection field


bandwiths

HashMap<K,V> bandwiths
The bandwith fields


timeDescriptions

ArrayList<E> timeDescriptions
The time descriptions


z

TimeZone z
The time zone field


k

Key k
The key field


attributes

HashMap<K,V> attributes
The attribute fields


mediaDescriptions

ArrayList<E> mediaDescriptions
The media descriptions

Class net.sourceforge.jsdp.SessionName extends Object implements Serializable

serialVersionUID: 6770714073389574787L

Serialized Fields

value

String value
The session name

Class net.sourceforge.jsdp.Time extends Object implements Serializable

serialVersionUID: -4529219101991941664L

Serialized Fields

start

long start
The session start time


stop

long stop
The session stop time

Class net.sourceforge.jsdp.TimeDescription extends Object implements Serializable

serialVersionUID: 6860935545790980038L

Serialized Fields

t

Time t
The time field


repeatTimes

ArrayList<E> repeatTimes
The repeat time fields

Class net.sourceforge.jsdp.TimeZone extends Object implements Serializable

serialVersionUID: -87926730273093503L

Serialized Fields

isTyped

boolean isTyped
Indicates if the field will be output as a typed time or a number


adjustments

Hashtable<K,V> adjustments
The map of timezone adjustments

Class net.sourceforge.jsdp.Uri extends Object implements Serializable

serialVersionUID: 5886238353833030564L

Serialized Fields

url

URL url
The uri value

Class net.sourceforge.jsdp.Version extends Object implements Serializable

serialVersionUID: 5365815747331173108L

Serialized Fields

version

int version
The SDP protocol version


Package net.sourceforge.jsdp.util

Class net.sourceforge.jsdp.util.Address extends Object implements Serializable

serialVersionUID: -3442566371424669052L

Serialized Fields

address

String address
The network address


addressType

String addressType
The address type

Class net.sourceforge.jsdp.util.Contact extends Object implements Serializable

serialVersionUID: -1082887678662975345L

Serialized Fields

address

String address
The e-mail address of the contact


personal

String personal
The personal information of the contact

Class net.sourceforge.jsdp.util.Resource extends Address implements Serializable

serialVersionUID: 1512624495750991087L

Serialized Fields

ttl

int ttl
The resource TTL


addresses

int addresses
The number of addresses available for the resource

Class net.sourceforge.jsdp.util.TypedTime extends Object implements Serializable

serialVersionUID: 7152238446184328783L

Class net.sourceforge.jsdp.util.ZoneAdjustment extends Object implements Serializable

serialVersionUID: -5613785303341511624L

Serialized Fields

offset

long offset
The adjustment offset


time

long time
The NTP representation of adjustment time



Copyright © 2004-2008. All Rights Reserved.