|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
|---|---|
| net.sourceforge.jsdp | Classes for encoding and decoding SDP messages. |
| Uses of Connection in net.sourceforge.jsdp |
|---|
| Fields in net.sourceforge.jsdp declared as Connection | |
|---|---|
protected Connection |
SessionDescription.c
The connection field |
protected Connection |
MediaDescription.c
The connection field |
| Methods in net.sourceforge.jsdp that return Connection | |
|---|---|
static Connection |
SDPFactory.createConnection(String resource)
Returns a new Connection. |
Connection |
SessionDescription.getConnection()
Returns the connection field. |
Connection |
MediaDescription.getConnection()
Returns the connection field. |
static Connection |
Connection.parse(String field)
Parse an input string and constructs the equivalent connection field. |
| Methods in net.sourceforge.jsdp with parameters of type Connection | |
|---|---|
void |
SessionDescription.setConnection(Connection c)
Sets the connection field. |
void |
MediaDescription.setConnection(Connection c)
Sets the connection field. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||