Class DropwizardAppExtension.BufferingHttpResponseInterceptor

  • All Implemented Interfaces:
    org.apache.hc.core5.http.HttpResponseInterceptor
    Enclosing class:
    DropwizardAppExtension<C extends Configuration>

    public static class DropwizardAppExtension.BufferingHttpResponseInterceptor
    extends Object
    implements org.apache.hc.core5.http.HttpResponseInterceptor
    • Constructor Detail

      • BufferingHttpResponseInterceptor

        public BufferingHttpResponseInterceptor()
    • Method Detail

      • process

        public void process​(org.apache.hc.core5.http.HttpResponse response,
                            org.apache.hc.core5.http.EntityDetails entity,
                            org.apache.hc.core5.http.protocol.HttpContext context)
                     throws org.apache.hc.core5.http.HttpException,
                            IOException
        Specified by:
        process in interface org.apache.hc.core5.http.HttpResponseInterceptor
        Throws:
        org.apache.hc.core5.http.HttpException
        IOException