Searched refs:proxyAuthenticate (Results 1 – 1 of 1) sorted by relevance
46 public ProxyAuthenticateParser(String proxyAuthenticate) { in ProxyAuthenticateParser() argument47 super(proxyAuthenticate); in ProxyAuthenticateParser()65 ProxyAuthenticate proxyAuthenticate = new ProxyAuthenticate(); in parse() local66 super.parse(proxyAuthenticate); in parse()67 return proxyAuthenticate; in parse()