Class AbstractMockClient

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void checkStatus()
      Check the status from the service
      void checkStatus​(javax.ws.rs.core.MultivaluedHashMap<java.lang.String,​java.lang.Object> headers)
      Check the status from the service used to passe "X-SSL-CLIENT-CERT" header that contain a pem certificate
      void close()
      Close the underneath http client
      void consumeAnyEntityAndClose​(javax.ws.rs.core.Response response)
      Helper when an error occurs on client usage side to consume response however
      java.lang.String getResourcePath()
      Get the resource path of the server.
      java.lang.String getServiceUrl()
      Get the service URL
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait