OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topVia
(Results
1 - 2
of
2
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java
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();
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPClientTransaction.java
410
Via
topVia
= (Via) transactionRequest.getViaHeaders().getFirst();
413
topVia
.setBranch(getBranch());
[
all
...]
Completed in 155 milliseconds