jain.protocol.ip.mgcp.message.parms
Class ConnectionDescriptor
java.lang.Object
|
+--jain.protocol.ip.mgcp.message.parms.ConnectionDescriptor
- All Implemented Interfaces:
- java.io.Serializable
- public final class ConnectionDescriptor
- extends java.lang.Object
- implements java.io.Serializable
A connection description, in the form of a Session Description Protocol (SDP) string.
- See Also:
- Serialized Form
Constructor Summary |
ConnectionDescriptor(java.lang.String connectionDescriptor)
Constructs a new Connection Descriptor, setting the description string.
|
Method Summary |
void |
setConnectionDescriptor(java.lang.String connectionDescriptor)
Sets the connection descriptor string.
|
java.lang.String |
toString()
Gets the connection description.
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConnectionDescriptor
public ConnectionDescriptor(java.lang.String connectionDescriptor)
- Constructs a new Connection Descriptor, setting the description string.
- Parameters:
connectionDescriptor
- The string to be used as the connection description.
setConnectionDescriptor
public void setConnectionDescriptor(java.lang.String connectionDescriptor)
- Sets the connection descriptor string.
- Parameters:
connectionDescriptor
- The Connection description.
toString
public java.lang.String toString()
- Gets the connection description.
- Overrides:
toString
in class java.lang.Object
- Returns:
- The Connection description.
Copyright © 2000 Sun Microsystems, Inc.