Home | History | Annotate | Download | only in message

Lines Matching refs:topVia

414         ViaHeader topVia = (ViaHeader) this.getHeader(ViaHeader.NAME);
416 topVia.setTransport(transport);
830 Via topVia = null;
832 topVia = (Via) this.getViaHeaders().getFirst();
837 if (topVia != null
838 && topVia.getBranch() != null
839 && topVia.getBranch().toUpperCase().startsWith(
845 return (topVia.getBranch() + ":" + this.getCSeq().getMethod()).toLowerCase();
847 topVia.getBranch().toLowerCase();
864 if (topVia != null) {
865 retval.append("-").append(topVia.getSentBy().encode());
866 if (!topVia.getSentBy().hasPort()) {