Class GzipInterceptor

  • All Implemented Interfaces:
    okhttp3.Interceptor

    @API(status=EXPERIMENTAL)
    public final class GzipInterceptor
    extends Object
    implements okhttp3.Interceptor
    • Constructor Detail

      • GzipInterceptor

        public GzipInterceptor()
    • Method Detail

      • intercept

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