com.aelitis.azureus.core.util.http
Class HTTPAuthHelper

java.lang.Object
  extended by com.aelitis.azureus.core.util.http.HTTPAuthHelper

public class HTTPAuthHelper
extends java.lang.Object


Field Summary
static int CONNECT_TIMEOUT
           
static int MAX_PROCESSORS
           
static int READ_TIMEOUT
           
static boolean TRACE
           
 
Constructor Summary
HTTPAuthHelper(java.net.URL url)
           
 
Method Summary
 void addListener(HTTPAuthHelperListener listener)
           
 void destroy()
           
 int getPort()
           
static void main(java.lang.String[] args)
           
 void setProxy(java.net.Proxy _proxy)
           
 void start()
           
 boolean wasHTTPOnlyCookieDetected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRACE

public static final boolean TRACE
See Also:
Constant Field Values

MAX_PROCESSORS

public static final int MAX_PROCESSORS
See Also:
Constant Field Values

CONNECT_TIMEOUT

public static final int CONNECT_TIMEOUT
See Also:
Constant Field Values

READ_TIMEOUT

public static final int READ_TIMEOUT
See Also:
Constant Field Values
Constructor Detail

HTTPAuthHelper

public HTTPAuthHelper(java.net.URL url)
               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

setProxy

public void setProxy(java.net.Proxy _proxy)

start

public void start()

getPort

public int getPort()

wasHTTPOnlyCookieDetected

public boolean wasHTTPOnlyCookieDetected()

addListener

public void addListener(HTTPAuthHelperListener listener)

destroy

public void destroy()

main

public static void main(java.lang.String[] args)