Package | Description |
---|---|
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 .
|
Modifier and Type | Method and Description |
---|---|
Origin |
SessionDescriptionImpl.getOrigin()
Returns information about the originator of the session.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionDescriptionImpl.setOrigin(Origin origin)
Sets information about the originator of the session.
|
Modifier and Type | Class and Description |
---|---|
class |
OriginField
Origin Field SDP header
|
Modifier and Type | Method and Description |
---|---|
Origin |
SdpFactory.createOrigin(String userName,
long sessionId,
long sessionVersion,
String networkType,
String addrType,
String address)
Returns Origin object with the specified properties.
|
Origin |
SdpFactory.createOrigin(String userName,
String address)
Returns Origin object with the specified properties.
|
Origin |
SessionDescription.getOrigin()
Returns information about the originator of the session.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionDescription.setOrigin(Origin origin)
Sets information about the originator of the session.
|
Copyright © 2018. All Rights Reserved.