Package io.imagekit.core.http
Object ProxyAuthenticator.Companion
-
- All Implemented Interfaces:
public class ProxyAuthenticator.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ProxyAuthenticator.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static ProxyAuthenticatorbasic(String username, String password)A ProxyAuthenticator that uses RFC 7617 Basic authentication with the ISO-8859-1 charset. final static ProxyAuthenticatorbasic(String username, String password, Charset charset)A ProxyAuthenticator that uses RFC 7617 Basic authentication with the given charset. -
-
Method Detail
-
basic
final static ProxyAuthenticator basic(String username, String password)
A ProxyAuthenticator that uses RFC 7617 Basic authentication with the ISO-8859-1 charset.
-
basic
final static ProxyAuthenticator basic(String username, String password, Charset charset)
A ProxyAuthenticator that uses RFC 7617 Basic authentication with the given charset.
-
-
-
-