Class HttpLoggingInterceptor

  • All Implemented Interfaces:
    com.squareup.okhttp.Interceptor

    public final class HttpLoggingInterceptor
    extends Object
    implements com.squareup.okhttp.Interceptor
    • Constructor Detail

      • HttpLoggingInterceptor

        public HttpLoggingInterceptor()
    • Method Detail

      • intercept

        public com.squareup.okhttp.Response intercept​(com.squareup.okhttp.Interceptor.Chain chain)
                                               throws IOException
        Specified by:
        intercept in interface com.squareup.okhttp.Interceptor
        Throws:
        IOException