Class HelixHttpMetricsInterceptor
java.lang.Object
com.helixframework.okhttp.metrics.HelixHttpMetricsInterceptor
- All Implemented Interfaces:
okhttp3.Interceptor
Interceptor that collects metrics for HTTP requests made through OkHttp.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder 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
-
Method Details
-
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:
interceptin interfaceokhttp3.Interceptor- Throws:
IOException
-