类 DummyProxyAuthenticator

  • 所有已实现的接口:
    okhttp3.Authenticator

    public class DummyProxyAuthenticator
    extends Object
    implements okhttp3.Authenticator
    dummy代理认证
    作者:
    frankcl
    • 构造器详细资料

      • DummyProxyAuthenticator

        public DummyProxyAuthenticator​(String username,
                                       String password)
    • 方法详细资料

      • authenticate

        public okhttp3.Request authenticate​(okhttp3.Route route,
                                            okhttp3.Response response)
                                     throws IOException
        指定者:
        authenticate 在接口中 okhttp3.Authenticator
        抛出:
        IOException