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

public static class ContextHandlingHttpClientTest.MockResponseHandler extends Object implements org.apache.hc.core5.http.io.HttpClientResponseHandler<Object>
  • Constructor Details

    • MockResponseHandler

      public MockResponseHandler()
  • Method Details

    • handleResponse

      public Object handleResponse(org.apache.hc.core5.http.ClassicHttpResponse response) throws IOException
      Specified by:
      handleResponse in interface org.apache.hc.core5.http.io.HttpClientResponseHandler<Object>
      Throws:
      IOException