|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.auth.DigestSchemeFactory
@Immutable public class DigestSchemeFactory
AuthSchemeFactory
implementation that creates and initializes
DigestScheme
instances.
Constructor Summary | |
---|---|
DigestSchemeFactory()
|
Method Summary | |
---|---|
AuthScheme |
newInstance(org.apache.http.params.HttpParams params)
Creates an instance of AuthScheme using given HTTP parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DigestSchemeFactory()
Method Detail |
---|
public AuthScheme newInstance(org.apache.http.params.HttpParams params)
AuthSchemeFactory
AuthScheme
using given HTTP parameters.
newInstance
in interface AuthSchemeFactory
params
- HTTP parameters.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |