Home | History | Annotate | Download | only in stack

Lines Matching refs:Via

43 import gov.nist.javax.sip.header.Via;
84 * is handed off via a SIP stack request for further processing. This stack
410 + sipMessage.getCSeq() + "Via = "
415 // For a request first via header tells where the message
419 Via v = (Via) viaList.getFirst();
432 boolean hasRPort = v.hasParameter(Via.RPORT);
436 v.setParameter(Via.RECEIVED, this.peerAddress
441 v.setParameter(Via.RPORT, Integer
454 this.peerProtocol = ((Via) viaList.getFirst()).getTransport();
590 || hdrClass.equals(Via.class)
684 // Via is not included in the request so silently drop the reply.
751 // Via is not included in the request so silently drop the reply.
895 * Get the logical originator of the message (from the top via header).
897 * @return topmost via header sentby field
904 * Get the logical port of the message orginator (from the top via hdr).
906 * @return the via port from the topmost via header.