Package org.somda.sdc.dpws.http.helper
Class HttpServerClientSelfTest
- java.lang.Object
-
- org.somda.sdc.dpws.http.helper.HttpServerClientSelfTest
-
public class HttpServerClientSelfTest extends Object
Helper class to perform HTTP server - client connection self-test.
-
-
Constructor Summary
Constructors Constructor Description HttpServerClientSelfTest(String frameworkIdentifier, boolean enableHttps, CryptoConfigurator cryptoConfigurator, CryptoSettings cryptoSettings, String[] tlsProtocols, String[] enabledCiphers, HostnameVerifier hostnameVerifier, Duration connectionTimeout, JettyHttpServerHandlerFactory jettyHttpServerHandlerFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestConnection()Performs HTTP connection self-test during framework startup.
-
-
-
Constructor Detail
-
HttpServerClientSelfTest
@Inject public HttpServerClientSelfTest(String frameworkIdentifier, boolean enableHttps, CryptoConfigurator cryptoConfigurator, @Nullable CryptoSettings cryptoSettings, String[] tlsProtocols, String[] enabledCiphers, HostnameVerifier hostnameVerifier, Duration connectionTimeout, JettyHttpServerHandlerFactory jettyHttpServerHandlerFactory)
-
-