public static class Authentication.HeaderInfo extends Object
WWW-Authenticate
(or Proxy-Authenticate
) header.Constructor and Description |
---|
Authentication.HeaderInfo(String type,
String realm,
String params,
HttpHeader header) |
public Authentication.HeaderInfo(String type, String realm, String params, HttpHeader header)
public String getType()
public String getRealm()
public String getParameters()
public HttpHeader getHeader()
Authorization
(or Proxy-Authorization
) headerCopyright © 1995-2015 Webtide. All Rights Reserved.