Uses of Class
com.biglybt.core.util.http.HTTPAuthHelper
-
Packages that use HTTPAuthHelper Package Description com.biglybt.core.util.http com.biglybt.ui.swt.browser.listener -
-
Uses of HTTPAuthHelper in com.biglybt.core.util.http
Fields in com.biglybt.core.util.http declared as HTTPAuthHelper Modifier and Type Field Description private HTTPAuthHelper
HTTPAuthHelper. parent
Methods in com.biglybt.core.util.http that return HTTPAuthHelper Modifier and Type Method Description private HTTPAuthHelper
HTTPAuthHelper. getChild(java.lang.String url_str, boolean optional)
Methods in com.biglybt.core.util.http with parameters of type HTTPAuthHelper Modifier and Type Method Description void
HTTPAuthHelperListener. cookieFound(HTTPAuthHelper helper, java.lang.String cookie_name, java.lang.String cookie_value)
Constructors in com.biglybt.core.util.http with parameters of type HTTPAuthHelper Constructor Description HTTPAuthHelper(HTTPAuthHelper _parent, java.net.URL _delegate_to)
-
Uses of HTTPAuthHelper in com.biglybt.ui.swt.browser.listener
Fields in com.biglybt.ui.swt.browser.listener declared as HTTPAuthHelper Modifier and Type Field Description (package private) HTTPAuthHelper
ExternalLoginWindow. sniffer
-