程序包 com.cnosdb.impl

类 BasicAuthInterceptor

java.lang.Object
com.cnosdb.impl.BasicAuthInterceptor
所有已实现的接口:
okhttp3.Interceptor

public class BasicAuthInterceptor extends Object implements okhttp3.Interceptor
  • 构造器详细资料

    • BasicAuthInterceptor

      public BasicAuthInterceptor(String user, String password)
  • 方法详细资料

    • intercept

      public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOException
      指定者:
      intercept 在接口中 okhttp3.Interceptor
      抛出:
      IOException