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 handleMessage(Message msg)
           
 void proceed(String username, String password)
           
 boolean useHttpAuthUsernamePassword()
           
 
Methods inherited from class android.os.Handler
dispatchMessage, dump, getLooper, 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

handleMessage

public void handleMessage(Message msg)
Overrides:
handleMessage in class Handler

proceed

public void proceed(String username,
                    String password)

cancel

public void cancel()

useHttpAuthUsernamePassword

public boolean useHttpAuthUsernamePassword()


Copyright © 2008-2010. All Rights Reserved.