org.apache.http.impl.auth
Class BasicSchemeFactoryHC4

java.lang.Object
  extended by org.apache.http.impl.auth.BasicSchemeFactoryHC4
All Implemented Interfaces:
org.apache.http.auth.AuthSchemeFactory, AuthSchemeProvider

@Immutable
public class BasicSchemeFactoryHC4
extends java.lang.Object
implements org.apache.http.auth.AuthSchemeFactory, AuthSchemeProvider

AuthSchemeProvider implementation that creates and initializes BasicScheme instances.

Since:
4.0

Constructor Summary
BasicSchemeFactoryHC4()
           
BasicSchemeFactoryHC4(java.nio.charset.Charset charset)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSchemeFactoryHC4

public BasicSchemeFactoryHC4(java.nio.charset.Charset charset)
Since:
4.3

BasicSchemeFactoryHC4

public BasicSchemeFactoryHC4()
Method Detail

newInstance

public org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpParams params)
Specified by:
newInstance in interface org.apache.http.auth.AuthSchemeFactory

create

public org.apache.http.auth.AuthScheme create(org.apache.http.protocol.HttpContext context)
Description copied from interface: AuthSchemeProvider
Creates an instance of AuthScheme.

Specified by:
create in interface AuthSchemeProvider
Returns:
auth scheme.