Interface OkHttpInterceptor

  • All Implemented Interfaces:
    okhttp3.Interceptor

    
    public interface OkHttpInterceptor
     implements Interceptor
                        
    Since:

    2022-06-16

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean isNetwork()
      • Methods inherited from class okhttp3.Interceptor

        intercept
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail