Package net.shibboleth.shared.httpclient
Class HttpClientBuilderTest.TestContextHandler
java.lang.Object
net.shibboleth.shared.httpclient.HttpClientBuilderTest.TestContextHandler
- All Implemented Interfaces:
HttpClientContextHandler
- Enclosing class:
- HttpClientBuilderTest
public class HttpClientBuilderTest.TestContextHandler
extends Object
implements HttpClientContextHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinvokeAfter(org.apache.hc.client5.http.protocol.HttpClientContext context, org.apache.hc.core5.http.ClassicHttpRequest request) voidinvokeBefore(org.apache.hc.client5.http.protocol.HttpClientContext context, org.apache.hc.core5.http.ClassicHttpRequest request)
-
Constructor Details
-
TestContextHandler
public TestContextHandler()
-
-
Method Details
-
invokeBefore
public void invokeBefore(org.apache.hc.client5.http.protocol.HttpClientContext context, org.apache.hc.core5.http.ClassicHttpRequest request) throws IOException - Specified by:
invokeBeforein interfaceHttpClientContextHandler- Throws:
IOException
-
invokeAfter
public void invokeAfter(org.apache.hc.client5.http.protocol.HttpClientContext context, org.apache.hc.core5.http.ClassicHttpRequest request) throws IOException - Specified by:
invokeAfterin interfaceHttpClientContextHandler- Throws:
IOException
-