Package com.cefrium
Interface CefriumBrowser.HttpAuthHandler
- Enclosing class:
CefriumBrowser
public static interface CefriumBrowser.HttpAuthHandler
Supplies credentials for an HTTP or proxy authentication challenge (the
WebView
onReceivedHttpAuthRequest equivalent). Without a handler
set, the challenge is cancelled (no credentials supplied).-
Method Summary
Modifier and TypeMethodDescriptionvoidonHttpAuthRequest(String host, String realm, int port, boolean isProxy, CefriumBrowser.HttpAuthCallback callback)
-
Method Details
-
onHttpAuthRequest
void onHttpAuthRequest(String host, String realm, int port, boolean isProxy, CefriumBrowser.HttpAuthCallback callback)
-