@Deprecated public class SipRecipientInfo extends RecipientInfo
| Constructor and Description |
|---|
SipRecipientInfo()
Deprecated.
Constructor.
|
SipRecipientInfo(Protocol protocol,
String name,
String agent)
Deprecated.
Constructor.
|
SipRecipientInfo(Protocol protocol,
String transport,
String name,
String agent)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Series<Parameter> |
getParameters()
Deprecated.
Returns the list of recipient info parameters.
|
String |
getTransport()
Deprecated.
Returns the transport protocol name.
|
void |
setParameters(Series<Parameter> parameters)
Deprecated.
Sets the list of recipient info parameters.
|
void |
setTransport(String transport)
Deprecated.
Sets the transport protocol name.
|
getComment, getName, getProtocol, setComment, setName, setProtocolpublic SipRecipientInfo()
public SipRecipientInfo(Protocol protocol, String name, String agent)
protocol - The protocol used to communicate with the recipient.name - The host name and port number or a pseudonym.agent - The software agent.public SipRecipientInfo(Protocol protocol, String transport, String name, String agent)
protocol - The protocol used to communicate with the recipient.transport - The transport protocol name.name - The host name and port number or a pseudonym.agent - The software agent.public Series<Parameter> getParameters()
public String getTransport()
public void setParameters(Series<Parameter> parameters)
parameters - The list of recipient info parameters.public void setTransport(String transport)
transport - The transport protocol name.Copyright © 2005–2016. All rights reserved.