Package org.somda.sdc.dpws.http.helper
Class HttpServerClientSelfTest
java.lang.Object
org.somda.sdc.dpws.http.helper.HttpServerClientSelfTest
Helper class to perform HTTP server - client connection self-test.
-
Constructor Summary
ConstructorsConstructorDescriptionHttpServerClientSelfTest(String frameworkIdentifier, boolean enableHttps, CryptoConfigurator cryptoConfigurator, CryptoSettings cryptoSettings, String[] tlsProtocols, String[] enabledCiphers, HostnameVerifier hostnameVerifier, Duration connectionTimeout, JettyHttpServerHandlerFactory jettyHttpServerHandlerFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidPerforms HTTP connection self-test during framework startup.
-
Constructor Details
-
HttpServerClientSelfTest
@Inject public HttpServerClientSelfTest(String frameworkIdentifier, boolean enableHttps, CryptoConfigurator cryptoConfigurator, @Nullable CryptoSettings cryptoSettings, String[] tlsProtocols, String[] enabledCiphers, HostnameVerifier hostnameVerifier, Duration connectionTimeout, JettyHttpServerHandlerFactory jettyHttpServerHandlerFactory)
-
-
Method Details
-
testConnection
public void testConnection()Performs HTTP connection self-test during framework startup.
-