Class HelixHttpMetricsInterceptor

java.lang.Object
com.helixframework.okhttp.metrics.HelixHttpMetricsInterceptor
All Implemented Interfaces:
okhttp3.Interceptor

public class HelixHttpMetricsInterceptor extends Object implements okhttp3.Interceptor
Interceptor that collects metrics for HTTP requests made through OkHttp.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Builder class for creating instances of HelixMetricsInterceptor.

    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

    Modifier and Type
    Method
    Description
    Returns a new instance of the Builder class for creating instances of HelixHttpMetricsInterceptor.
    okhttp3.Response
    intercept(okhttp3.Interceptor.Chain chain)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • builder

      public static HelixHttpMetricsInterceptor.Builder builder()
      Returns a new instance of the Builder class for creating instances of HelixHttpMetricsInterceptor.
      Returns:
      a new instance of the Builder class
    • intercept

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