@Immutable public class BasicSchemeFactoryHC4 extends java.lang.Object implements org.apache.http.auth.AuthSchemeFactory, AuthSchemeProvider
AuthSchemeProvider implementation that creates and initializes
BasicScheme instances.| Constructor and Description |
|---|
BasicSchemeFactoryHC4() |
BasicSchemeFactoryHC4(java.nio.charset.Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.auth.AuthScheme |
create(org.apache.http.protocol.HttpContext context)
Creates an instance of
AuthScheme. |
org.apache.http.auth.AuthScheme |
newInstance(org.apache.http.params.HttpParams params) |
public BasicSchemeFactoryHC4(java.nio.charset.Charset charset)
public BasicSchemeFactoryHC4()
public org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpParams params)
newInstance in interface org.apache.http.auth.AuthSchemeFactorypublic org.apache.http.auth.AuthScheme create(org.apache.http.protocol.HttpContext context)
AuthSchemeProviderAuthScheme.create in interface AuthSchemeProviderCopyright © 1999-2015 The Apache Software Foundation. All rights reserved.