org.apache.http.auth.params
Class AuthParamBean
java.lang.Object
org.apache.http.params.HttpAbstractParamBean
org.apache.http.auth.params.AuthParamBean
public class AuthParamBean
- extends HttpAbstractParamBean
This is a Java Bean class that can be used to wrap an instance of
HttpParams
and manipulate HTTP authentication parameters
using Java Beans conventions.
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthParamBean
public AuthParamBean(HttpParams params)
setCredentialCharset
public void setCredentialCharset(String charset)
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.