Searched defs:contact (Results 1 - 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DContactParser.java38 * A parser for The SIP contact header.
45 public ContactParser(String contact) { argument
46 super(contact);
59 Contact contact = new Contact();
64 contact.setWildCardFlag(true);
66 super.parse(contact);
69 super.parse(contact);
71 retval.add(contact);
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java806 * Add a route list extacted from the contact list of the incoming message.
808 * @param contactList -- contact list extracted from the incoming message.
812 void setRemoteTarget(ContactHeader contact) { argument
813 this.remoteTarget = contact.getAddress();
1353 // put the contact header from the incoming request into
1935 * The default contact header is obtained from the provider. The application can override
2851 Contact contact = (Contact) contactList.getFirst();
2852 this.setRemoteTarget(contact);
3096 * Get the contact header that the owner of this dialog assigned. Subsequent Requests are
3097 * considered to belong to the dialog if the dialog identifier matches and the contact heade
[all...]

Completed in 208 milliseconds