Class HttpServerConfigurationProvidingConfiguration
- java.lang.Object
-
- ch.squaredesk.nova.comm.http.spring.HttpServerConfigurationProvidingConfiguration
-
@Configuration public class HttpServerConfigurationProvidingConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpServerConfigurationProvidingConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ch.squaredesk.nova.comm.http.HttpServerConfigurationhttpServerConfiguration()IntegerhttpServerPort()StringinterfaceName()StringsslKeyStorePass()StringsslKeyStorePath()StringsslTrustStorePass()StringsslTrustStorePath()
-
-
-
Method Detail
-
httpServerPort
@Bean("httpServerPort") public Integer httpServerPort()
-
interfaceName
@Bean("httpServerInterfaceName") public String interfaceName()
-
sslTrustStorePass
@Bean("httpServerTrustStore") public String sslTrustStorePass()
-
sslTrustStorePath
@Bean("httpServerTrustStorePass") public String sslTrustStorePath()
-
sslKeyStorePass
@Bean("httpServerKeyStore") public String sslKeyStorePass()
-
sslKeyStorePath
@Bean("httpServerKeyStorePass") public String sslKeyStorePath()
-
httpServerConfiguration
@Bean("httpServerConfiguration") public ch.squaredesk.nova.comm.http.HttpServerConfiguration httpServerConfiguration()
-
-