org.seasar.robot.client.http.ntlm
クラス NTLMSchemeFactory

java.lang.Object
  上位を拡張 org.seasar.robot.client.http.ntlm.NTLMSchemeFactory
すべての実装されたインタフェース:
org.apache.http.auth.AuthSchemeFactory

public class NTLMSchemeFactory
extends Object
implements org.apache.http.auth.AuthSchemeFactory

This class is AuthSchemeFactory implementation for NTLM.

作成者:
shinsuke

コンストラクタの概要
NTLMSchemeFactory()
           
 
メソッドの概要
 org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpParams params)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NTLMSchemeFactory

public NTLMSchemeFactory()
メソッドの詳細

newInstance

public org.apache.http.auth.AuthScheme newInstance(org.apache.http.params.HttpParams params)
定義:
インタフェース org.apache.http.auth.AuthSchemeFactory 内の newInstance


Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.