Default constructor.
Constructor with initial proxty authorization string.paramproxyAuthorization -- header to parse super(proxyAuthorization);
super(proxyAuthorization);
Constructor with initial lexer engine.paramlexer initial lexer engine super(lexer);
super(lexer);
Parses the String message.returnHeader (ProxyAuthenticate object)throwsParseException if the message does not respect the spec. headerName(TokenTypes.PROXY_AUTHORIZATION); ProxyAuthorizationHeader proxyAuth = new ProxyAuthorizationHeader(); super.parse(proxyAuth); return proxyAuth;
headerName(TokenTypes.PROXY_AUTHORIZATION); ProxyAuthorizationHeader proxyAuth = new ProxyAuthorizationHeader(); super.parse(proxyAuth); return proxyAuth;