java.lang.Object
org.eclipse.microprofile.rest.client.tck.ssl.HttpsServer

public class HttpsServer extends Object
HTTPS server which returns responseContent on each request. Use keyStore(String, String) and trustStore(String, String) to set, appropriately, the server key store and trust store
  • Constructor Details

    • HttpsServer

      public HttpsServer()
  • Method Details