Interface IRetryInterceptor

  • All Superinterfaces:
    okhttp3.Interceptor
    All Known Implementing Classes:
    RetryInterceptor

    public interface IRetryInterceptor
    extends okhttp3.Interceptor
    This is a marker interface used to identify retry interceptor implementations within the java core library.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface okhttp3.Interceptor

        okhttp3.Interceptor.Chain, okhttp3.Interceptor.Companion
    • Field Summary

      • Fields inherited from interface okhttp3.Interceptor

        Companion
    • Method Summary

      • Methods inherited from interface okhttp3.Interceptor

        intercept