to top
Android APIs
public class

BasicSchemeFactory

extends Object
implements AuthSchemeFactory
java.lang.Object
   ↳ org.apache.http.impl.auth.BasicSchemeFactory

Summary

Public Constructors
BasicSchemeFactory()
Public Methods
AuthScheme newInstance( HttpParams params)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.http.auth.AuthSchemeFactory

Public Constructors

public BasicSchemeFactory ()

Added in API level 1

Public Methods

public AuthScheme newInstance (HttpParams params)

Added in API level 1

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.