Package com.biglybt.core.util.http
Interface HTTPAuthHelperListener
-
public interface HTTPAuthHelperListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cookieFound(HTTPAuthHelper helper, java.lang.String cookie_name, java.lang.String cookie_value)
-
-
-
Method Detail
-
cookieFound
void cookieFound(HTTPAuthHelper helper, java.lang.String cookie_name, java.lang.String cookie_value)
-
-