| |
|
| java.lang.Object gov.nist.core.GenericObject gov.nist.siplite.header.CallIdentifier
CallIdentifier | final public class CallIdentifier extends GenericObject (Code) | | The call identifer that goes into a callID header and a in-reply-to header.
See Also: CallIdHeader |
CallIdentifier | public CallIdentifier()(Code) | | Default constructor
|
CallIdentifier | public CallIdentifier(String localId, String host)(Code) | | Constructor
Parameters: localId - is the local id. Parameters: host - is the host. |
clone | public Object clone()(Code) | | Clone - do a deep copy.
Object CallIdentifier |
encode | public String encode()(Code) | | Get the encoded version of this id.
String to set |
equals | public boolean equals(Object other)(Code) | | Compare two call identifiers for equality.
Parameters: other - Object to set true if the two call identifiers are equals, falseotherwise |
getHost | public String getHost()(Code) | | get the host field
host member String |
getLocalId | public String getLocalId()(Code) | | get the LocalId field
String |
setHost | public void setHost(String host)(Code) | | Set the host member
Parameters: host - String to set |
setLocalId | public void setLocalId(String localId)(Code) | | Set the localId member
Parameters: localId - String to set |
toString | public String toString()(Code) | | Encodes the object. Calls encode().
String canonical encoded version of this CallIdentifier. |
|
|
|