android.webkit
Class HttpAuthHandler

java.lang.Object
  extended by android.os.Handler
      extended by android.webkit.HttpAuthHandler

public class HttpAuthHandler
extends Handler


Nested Class Summary
 
Nested classes/interfaces inherited from class android.os.Handler
Handler.Callback
 
Method Summary
 void cancel()
           
 void proceed(String username, String password)
           
 boolean useHttpAuthUsernamePassword()
           
 
Methods inherited from class android.os.Handler
dispatchMessage, dump, getLooper, getMessageName, handleMessage, hasMessages, hasMessages, obtainMessage, obtainMessage, obtainMessage, obtainMessage, obtainMessage, post, postAtFrontOfQueue, postAtTime, postAtTime, postDelayed, removeCallbacks, removeCallbacks, removeCallbacksAndMessages, removeMessages, removeMessages, sendEmptyMessage, sendEmptyMessageAtTime, sendEmptyMessageDelayed, sendMessage, sendMessageAtFrontOfQueue, sendMessageAtTime, sendMessageDelayed, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

useHttpAuthUsernamePassword

public boolean useHttpAuthUsernamePassword()

cancel

public void cancel()

proceed

public void proceed(String username,
                    String password)


Copyright © 2008-2012. All Rights Reserved.