@Immutable public class BasicSchemeFactory extends Object implements AuthSchemeFactory
AuthSchemeFactory
implementation that creates and initializes
BasicScheme
instances.Constructor and Description |
---|
BasicSchemeFactory() |
Modifier and Type | Method and Description |
---|---|
AuthScheme |
newInstance(HttpParams params)
Creates an instance of
AuthScheme using given HTTP parameters. |
public AuthScheme newInstance(HttpParams params)
AuthSchemeFactory
AuthScheme
using given HTTP parameters.newInstance
in interface AuthSchemeFactory
params
- HTTP parameters.Copyright © 1999–2013 The Apache Software Foundation. All rights reserved.