类 HttpProxyAuthenticator

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

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

      • HttpProxyAuthenticator

        public HttpProxyAuthenticator()
    • 方法详细资料

      • authenticate

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