类 DummyProxyAuthenticator
- java.lang.Object
-
- xin.manong.weapon.base.http.DummyProxyAuthenticator
-
- 所有已实现的接口:
okhttp3.Authenticator
public class DummyProxyAuthenticator extends Object implements okhttp3.Authenticator
dummy代理认证- 作者:
- frankcl
-
-
构造器概要
构造器 构造器 说明 DummyProxyAuthenticator(String username, String password)
-
-
-
方法详细资料
-
authenticate
public okhttp3.Request authenticate(okhttp3.Route route, okhttp3.Response response) throws IOException- 指定者:
authenticate在接口中okhttp3.Authenticator- 抛出:
IOException
-
-