org.apache.http.impl.auth
Class BasicSchemeFactory

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

public class BasicSchemeFactory
extends java.lang.Object
implements AuthSchemeFactory

Since:
4.0
Author:
Oleg Kalnichevski

Constructor Summary
BasicSchemeFactory()
           
 
Method Summary
 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

BasicSchemeFactory

public BasicSchemeFactory()
Method Detail

newInstance

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


Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.