com.aelitis.azureus.ui.swt.browser.listener
Class ExternalLoginWindow

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.browser.listener.ExternalLoginWindow

public class ExternalLoginWindow
extends Object


Constructor Summary
ExternalLoginWindow(ExternalLoginListener _listener, String name, String _loginUrl, boolean captureMode, String authMode, boolean isMine)
           
 
Method Summary
 void close()
           
protected  String cookiesToString()
           
protected  void foundCookies(String _cookies, boolean _from_js)
           
static void main(String[] args)
           
 boolean proxyCaptureModeRequired()
           
protected  void setCaptureMethod(BrowserWrapper browser, boolean transparent, boolean show_progress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalLoginWindow

public ExternalLoginWindow(ExternalLoginListener _listener,
                           String name,
                           String _loginUrl,
                           boolean captureMode,
                           String authMode,
                           boolean isMine)
Method Detail

setCaptureMethod

protected void setCaptureMethod(BrowserWrapper browser,
                                boolean transparent,
                                boolean show_progress)

foundCookies

protected void foundCookies(String _cookies,
                            boolean _from_js)

cookiesToString

protected String cookiesToString()

proxyCaptureModeRequired

public boolean proxyCaptureModeRequired()

close

public void close()

main

public static void main(String[] args)