|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.restlet.data.RecipientInfo
org.restlet.ext.sip.SipRecipientInfo
public class SipRecipientInfo
Describes a SIP intermediary such as a proxy. Used by the SIP "Via" header.
| Constructor Summary | |
|---|---|
SipRecipientInfo()
Constructor. |
|
SipRecipientInfo(Protocol protocol,
String name,
String agent)
Constructor. |
|
SipRecipientInfo(Protocol protocol,
String transport,
String name,
String agent)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.restlet.data.RecipientInfo |
|---|
getComment, getName, getProtocol, setComment, setName, setProtocol |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||