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 |
---|---|
Connection |
MediaDescriptionImpl.getConnection()
Returns the connection information associated with this object.
|
Connection |
SessionDescriptionImpl.getConnection()
Returns the connection information associated with this object.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaDescriptionImpl.setConnection(Connection conn)
Set the connection data for this entity
|
void |
SessionDescriptionImpl.setConnection(Connection conn)
Set the connection data for this entity.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionField
Connectin Field of the SDP request.
|
Modifier and Type | Method and Description |
---|---|
Connection |
SdpFactory.createConnection(String addr)
Returns a Connection object with the specified address.
|
Connection |
SdpFactory.createConnection(String addr,
int ttl,
int numAddrs)
Returns a Connection object with the specified properties and a network
and address type of "IN" and "IP4" respectively.
|
Connection |
SdpFactory.createConnection(String netType,
String addrType,
String addr)
Returns a Connection object with the specified properties and no TTL and
a default number of addresses (1).
|
Connection |
SdpFactory.createConnection(String netType,
String addrType,
String addr,
int ttl,
int numAddrs)
Returns a Connection object with the specified properties a
|
Connection |
MediaDescription.getConnection()
Returns the connection information associated with this object.
|
Connection |
SessionDescription.getConnection()
Returns the connection information associated with this object.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaDescription.setConnection(Connection conn)
Set the connection data for this entity
|
void |
SessionDescription.setConnection(Connection conn)
Set the connection data for this entity.
|
Copyright © 2016. All Rights Reserved.