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 |
---|---|
URI |
SessionDescriptionImpl.getURI()
Returns a uri to the location of more details about the session.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionDescriptionImpl.setURI(URI uri)
Sets the uri to the location of more details about the session.
|
Modifier and Type | Class and Description |
---|---|
class |
URIField
Implementation of URI field.
|
Modifier and Type | Method and Description |
---|---|
URI |
SdpFactory.createURI(URL value)
Returns URI object with the specified value.
|
URI |
SessionDescription.getURI()
Returns a uri to the location of more details about the session.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionDescription.setURI(URI uri)
Sets the uri to the location of more details about the session.
|
Copyright © 2015. All Rights Reserved.