Class HttpClientRetryInterceptor

java.lang.Object
io.signpath.signpathclient.api.http.HttpClientRetryInterceptor
All Implemented Interfaces:
okhttp3.Interceptor

public class HttpClientRetryInterceptor extends Object implements okhttp3.Interceptor
  • Constructor Details

  • Method Details

    • intercept

      @NotNull public okhttp3.Response intercept(@NotNull okhttp3.Interceptor.Chain chain) throws IOException
      Specified by:
      intercept in interface okhttp3.Interceptor
      Throws:
      IOException