Example usage for org.apache.http.impl.auth NTLMSchemeFactory newInstance

List of usage examples for org.apache.http.impl.auth NTLMSchemeFactory newInstance

Introduction

In this page you can find the example usage for org.apache.http.impl.auth NTLMSchemeFactory newInstance.

Prototype

public AuthScheme newInstance(final HttpParams params) 

Source Link

Usage