类 BaseAuthenticator

java.lang.Object
org.macrocloud.kernel.http.BaseAuthenticator
所有已实现的接口:
okhttp3.Authenticator

public class BaseAuthenticator extends Object implements okhttp3.Authenticator
BaseAuth
作者:
macro
  • 构造器详细资料

    • BaseAuthenticator

      public BaseAuthenticator()
  • 方法详细资料

    • authenticate

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