Class GzipInterceptor

java.lang.Object
com.studerw.tda.http.GzipInterceptor
All Implemented Interfaces:
okhttp3.Interceptor

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

    • GzipInterceptor

      public GzipInterceptor()
  • Method Details

    • intercept

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