public class SipRecipientInfo extends RecipientInfo
Constructor and Description |
---|
SipRecipientInfo()
Constructor.
|
SipRecipientInfo(Protocol protocol,
String name,
String agent)
Constructor.
|
SipRecipientInfo(Protocol protocol,
String transport,
String name,
String agent)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Series<Parameter> |
getParameters()
Returns the list of recipient info parameters.
|
String |
getTransport()
Returns the transport protocol name.
|
void |
setParameters(Series<Parameter> parameters)
Sets the list of recipient info parameters.
|
void |
setTransport(String transport)
Sets the transport protocol name.
|
getComment, getName, getProtocol, setComment, setName, setProtocol
public 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–2013. All rights reserved.