Class HttpsServer
java.lang.Object
org.eclipse.microprofile.rest.client.tck.ssl.HttpsServer
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstop()trustStore(String keystore, String keyStorePassword)
-
Constructor Details
-
HttpsServer
public HttpsServer()
-
-
Method Details
-
keyStore
-
trustStore
-
start
-
stop
public void stop()
-