Home | History | Annotate | Download | only in header

Lines Matching refs:TO

6  * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
8 * and are considered to be in the public domain. As a result, a formal
9 * license is not needed to use the software.
17 * not limited to the correctness, accuracy, reliability or usefulness of
20 * Permission to use this software is contingent upon your acceptance
39 * To SIP Header.
50 public final class To extends AddressParametersHeader implements
61 public To() {
62 super(TO,true);
66 * Generate a TO header from a FROM header
68 public To(From from) {
69 super(TO);
112 * Conveniance accessor function to get the hostPort field from the address.
171 * @param t - tag String to set.