Package net.shibboleth.shared.httpclient
Class ContextHandlingHttpClientTest.MockResponseHandler
java.lang.Object
net.shibboleth.shared.httpclient.ContextHandlingHttpClientTest.MockResponseHandler
- All Implemented Interfaces:
org.apache.hc.core5.http.io.HttpClientResponseHandler<Object>
- Enclosing class:
- ContextHandlingHttpClientTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleResponse(org.apache.hc.core5.http.ClassicHttpResponse response)
-
Constructor Details
-
MockResponseHandler
public MockResponseHandler()
-
-
Method Details
-
handleResponse
public Object handleResponse(org.apache.hc.core5.http.ClassicHttpResponse response) throws IOException - Specified by:
handleResponsein interfaceorg.apache.hc.core5.http.io.HttpClientResponseHandler<Object>- Throws:
IOException
-