Package io.dropwizard.testing.junit5
Class DropwizardAppExtension.BufferingHttpResponseInterceptor
- java.lang.Object
-
- io.dropwizard.testing.junit5.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 Summary
Constructors Constructor Description BufferingHttpResponseInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(org.apache.hc.core5.http.HttpResponse response, org.apache.hc.core5.http.EntityDetails entity, org.apache.hc.core5.http.protocol.HttpContext context)
-
-
-
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 interfaceorg.apache.hc.core5.http.HttpResponseInterceptor
- Throws:
org.apache.hc.core5.http.HttpException
IOException
-
-