Default constructor.
Constructor with initial proxy authentication string.paramproxyAuthenticate String paAuthenticate message to parse super(proxyAuthenticate);
super(proxyAuthenticate);
Constructor with initial lexer engine.paramlexer initial lexer engine super(lexer);
super(lexer);
parse the String messagereturnHeader (ProxyAuthenticate object)throwsParseException if the message does not respect the spec. headerName(TokenTypes.PROXY_AUTHENTICATE); ProxyAuthenticateHeader proxyAuthenticate = new ProxyAuthenticateHeader(); super.parse(proxyAuthenticate); return proxyAuthenticate;
headerName(TokenTypes.PROXY_AUTHENTICATE); ProxyAuthenticateHeader proxyAuthenticate = new ProxyAuthenticateHeader(); super.parse(proxyAuthenticate); return proxyAuthenticate;