Uses of Class
com.bristle.javalib.net.http.HttpUtil.Credentials

Packages that use HttpUtil.Credentials
com.bristle.javalib.net.http   
 

Uses of HttpUtil.Credentials in com.bristle.javalib.net.http
 

Methods in com.bristle.javalib.net.http that return HttpUtil.Credentials
static HttpUtil.Credentials HttpUtil.getCredentials(HttpServletRequest request, HttpServletResponse response, String strRealm, boolean blnRejectCurrentCredentials, boolean blnAskClientIfNecessary)
          Get the credentials of the current user from the HTTP client via the HTTP protocol.
 

Methods in com.bristle.javalib.net.http with parameters of type HttpUtil.Credentials
static Reader HttpUtil.openHttpReader(String strURL, HttpUtil.Credentials credentials)
          Open a Reader to the specified URL, using the specified HTTP credentials.