Class SpringPropertiesNetworkConfiguration
java.lang.Object
com.levigo.jadice.web.server.config.DefaultNetworkConfiguration
com.levigo.jadice.web.server.spring.SpringPropertiesNetworkConfiguration
- All Implemented Interfaces:
ServerConfiguration.NetworkConfiguration
,com.levigo.jadice.web.transport.server.internal.config.ConnectionConfiguration
@Component
@ConfigurationProperties(prefix="webtoolkit.network-configuration")
public class SpringPropertiesNetworkConfiguration
extends DefaultNetworkConfiguration
This
ServerConfiguration.NetworkConfiguration
is hooked by Spring Boot and
fed with the values from a default configuration file such as the "application.yml".
The configuration is externalized by the ConfigurationProperties
with the prefix
"webtoolkit.network-configuration".
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.levigo.jadice.web.server.config.DefaultNetworkConfiguration
getKeepAliveInterval, getLongPollTimeout, getResponseAggregationWindow, getSessionTimeout, getWebSocketTimeout, isAlwaysCreateHttpSession, setAlwaysCreateHttpSession, setKeepAliveInterval, setLongPollTimeout, setResponseAggregationWindow, setSessionTimeout, setWebSocketTimeout, toString
-
Constructor Details
-
SpringPropertiesNetworkConfiguration
public SpringPropertiesNetworkConfiguration()
-