Home | History | Annotate | Download | only in header

Lines Matching defs:Via

43  * Via SIPHeader (these are strung together in a ViaList).
54 public class Via
67 /** The "received" parameter is added only for receiver-added Via Fields.
94 * JvB note: RFC3261 does not allow a comment to appear in Via headers, and this
103 public Via() {
181 /** port of the Via Header.
188 /** comment of the Via Header.
217 /** set the Host of the Via Header
384 + "Via, setTransport(), the transport parameter is null.");
413 + "Via, setProtocol(), the protocol parameter is null.");
443 + ", Via, setTTL(), the ttl parameter is < 0");
470 + "Via, setMAddr(), the mAddr parameter is null.");
500 + "Via, setReceived(), the received parameter is null.");
528 + "Via, setBranch(), the branch parameter is null or length 0.");
534 Via retval = (Via) super.clone();