OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cSeq
(Results
1 - 4
of
4
) sorted by null
/external/nist-sip/java/javax/sip/message/
MessageFactory.java
17
CSeqHeader
cSeq
, FromHeader from, ToHeader to, List via,
22
CSeqHeader
cSeq
, FromHeader from, ToHeader to, List via,
27
CSeqHeader
cSeq
, FromHeader from, ToHeader to, List via,
33
CSeqHeader
cSeq
, FromHeader from, ToHeader to, List via,
38
CSeqHeader
cSeq
, FromHeader from, ToHeader to, List via,
43
CSeqHeader
cSeq
, FromHeader from, ToHeader to, List via,
/external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryImpl.java
104
* @param
cSeq
-
105
* the new CSeqHeader object of the
cSeq
value of this Message.
122
String method, CallIdHeader callId, CSeqHeader
cSeq
,
127
||
cSeq
== null || from == null || to == null || via == null
136
sipRequest.setCSeq(
cSeq
);
161
* @param
cSeq
-
162
* the new CSeqHeader object of the
cSeq
value of this Message.
179
CallIdHeader callId, CSeqHeader
cSeq
, FromHeader from, ToHeader to,
183
||
cSeq
== null || from == null || to == null || via == null
194
sipRequest.setCSeq(
cSeq
);
[
all
...]
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java
15
* Fredrik Wickstrom reported that dialog
cseq
counters are not incremented
195
// rfc 3261 says that the
cseq
header should be augmented for the new
199
CSeqHeader
cSeq
= (CSeqHeader) reoriginatedRequest.getHeader((CSeqHeader.NAME));
201
cSeq
.setSeqNumber(
cSeq
.getSeqNumber() + 1l);
203
throw new SipException("Invalid
CSeq
-- could not increment : "
204
+
cSeq
.getSeqNumber());
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java
219
private long
cSeq
;
397
this.
cSeq
= newOriginalRequest.getCSeq().getSeqNumber();
513
* @return the
cseq
of the request used to create the transaction.
516
return this.
cSeq
;
983
// CallID,
CSeq
number, and top Via
[
all
...]
Completed in 94 milliseconds