Home | History | Annotate | Download | only in stack

Lines Matching refs:Via

36 import gov.nist.javax.sip.header.Via;
408 // The server transport uses the value of the top Via header field
429 Via via = transactionResponse.getTopmostVia();
430 String transport = via.getTransport();
434 int port = via.getRPort();
436 port = via.getPort();
444 // Otherwise, if the Via header field value contains a
454 if (via.getMAddr() != null) {
455 host = via.getMAddr();
458 // if the top Via has a "received" parameter, the response
466 host = via.getParameter(Via.RECEIVED);
473 host = via.getHost();
550 // List of Via headers in the message to test
552 // Topmost Via header in the list
553 Via topViaHeader;
554 // Branch code in the topmost Via header
568 // Get the topmost Via header and its branch parameter
572 topViaHeader = (Via) viaHeaders.getFirst();
599 ((Via) getOriginalRequest().getViaHeaders().getFirst())
607 ((Via) getOriginalRequest().getViaHeaders().getFirst())
617 // top Via headers are the same, the
889 // outgoing via.
895 // Make the topmost via headers match identically for the