Package org.apache.http.impl.auth
Class BasicSchemeFactory
java.lang.Object
org.apache.http.impl.auth.BasicSchemeFactory
- All Implemented Interfaces:
AuthSchemeFactory
public class BasicSchemeFactory extends Object implements AuthSchemeFactory
- Since:
- 4.0
- Author:
- Oleg Kalnichevski
-
Constructor Summary
Constructors Constructor Description BasicSchemeFactory() -
Method Summary
Modifier and Type Method Description AuthSchemenewInstance(HttpParams params)
-
Constructor Details
-
BasicSchemeFactory
public BasicSchemeFactory()
-
-
Method Details
-
newInstance
- Specified by:
newInstancein interfaceAuthSchemeFactory
-