|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.params.HttpAbstractParamBean
org.apache.http.auth.params.AuthParamBean
public class AuthParamBean
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.
Field Summary |
---|
Fields inherited from class org.apache.http.params.HttpAbstractParamBean |
---|
params |
Constructor Summary | |
---|---|
AuthParamBean(org.apache.http.params.HttpParams params)
|
Method Summary | |
---|---|
void |
setCredentialCharset(java.lang.String charset)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthParamBean(org.apache.http.params.HttpParams params)
Method Detail |
---|
public void setCredentialCharset(java.lang.String charset)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |