public class

NTLMSchemeFactory

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

Class Overview

AuthSchemeFactory implementation that creates and initializes NTLMScheme instances configured to use the default NTLMEngine implementation.

Summary

Public Constructors
NTLMSchemeFactory()
Public Methods
AuthScheme newInstance(HttpParams params)
Creates an instance of AuthScheme using given HTTP parameters.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.http.auth.AuthSchemeFactory

Public Constructors

public NTLMSchemeFactory ()

Also: HttpClient

Public Methods

public AuthScheme newInstance (HttpParams params)

Also: HttpClient

Creates an instance of AuthScheme using given HTTP parameters.

Parameters
params HTTP parameters.
Returns
  • auth scheme.