HomeSort by relevance Sort by last modified time
    Searched refs:ProxyAuthenticate (Results 1 - 8 of 8) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
ProxyAuthenticate.java 44 public class ProxyAuthenticate
56 public ProxyAuthenticate() {
82 * $Log: ProxyAuthenticate.java,v $
ProxyAuthenticateList.java 34 * List of ProxyAuthenticate headers.
42 public class ProxyAuthenticateList extends SIPHeaderList<ProxyAuthenticate> {
59 super(ProxyAuthenticate.class, ProxyAuthenticateHeader.NAME);
NameMap.java 117 putNameMap(PROXY_AUTHENTICATE, ProxyAuthenticate.class.getName()); //20
HeaderFactoryImpl.java 678 ProxyAuthenticate p = new ProxyAuthenticate();
    [all...]
  /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...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
ListMap.java 91 headerListTable.put(ProxyAuthenticate.class,ProxyAuthenticateList.class);
SIPMessage.java 48 import gov.nist.javax.sip.header.ProxyAuthenticate;
202 return sipHeader instanceof ErrorInfo || sipHeader instanceof ProxyAuthenticate
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 21 import gov.nist.javax.sip.header.ProxyAuthenticate;
    [all...]

Completed in 344 milliseconds