OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proxyAuthenticate
(Results
1 - 2
of
2
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/parser/
ProxyAuthenticateParser.java
32
* Parser for
ProxyAuthenticate
headers.
44
* @param
proxyAuthenticate
message to parse
46
public ProxyAuthenticateParser(String
proxyAuthenticate
) {
47
super(
proxyAuthenticate
);
60
* @return SIPHeader (
ProxyAuthenticate
object)
65
ProxyAuthenticate
proxyAuthenticate
= new
ProxyAuthenticate
();
66
super.parse(
proxyAuthenticate
);
67
return
proxyAuthenticate
;
[
all
...]
/prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar
Completed in 69 milliseconds