Package org.somda.sdc.dpws.http.helper
Class HttpServerClientSelfTest
-
- All Implemented Interfaces:
public class HttpServerClientSelfTestHelper class to perform HTTP server - client connection self-test.
-
-
Constructor Summary
Constructors Constructor Description HttpServerClientSelfTest(String frameworkIdentifier, boolean enableHttps, CryptoConfigurator cryptoConfigurator, CryptoSettings cryptoSettings, Array<String> tlsProtocols, Array<String> enabledCiphers, HostnameVerifier hostnameVerifier, Duration connectionTimeout, JettyHttpServerHandlerFactory jettyHttpServerHandlerFactory)
-
Method Summary
Modifier and Type Method Description voidtestConnection()Performs HTTP connection self-test during framework startup. -
-
Constructor Detail
-
HttpServerClientSelfTest
HttpServerClientSelfTest(String frameworkIdentifier, boolean enableHttps, CryptoConfigurator cryptoConfigurator, CryptoSettings cryptoSettings, Array<String> tlsProtocols, Array<String> enabledCiphers, HostnameVerifier hostnameVerifier, Duration connectionTimeout, JettyHttpServerHandlerFactory jettyHttpServerHandlerFactory)
-
-
Method Detail
-
testConnection
void testConnection()
Performs HTTP connection self-test during framework startup.
-
-
-
-