Interface ServerConfiguration.NetworkConfiguration

All Superinterfaces:
com.levigo.jadice.web.transport.server.internal.config.ConnectionConfiguration
All Known Implementing Classes:
DefaultNetworkConfiguration, SpringPropertiesNetworkConfiguration
Enclosing interface:
ServerConfiguration

public static interface ServerConfiguration.NetworkConfiguration extends com.levigo.jadice.web.transport.server.internal.config.ConnectionConfiguration
Holds the initial configuration parameters the network layer will use.
  • Method Summary

    Methods inherited from interface com.levigo.jadice.web.transport.server.internal.config.ConnectionConfiguration

    getKeepAliveInterval, getLongPollTimeout, getResponseAggregationWindow, getSessionTimeout, getWebSocketTimeout, isAlwaysCreateHttpSession, setAlwaysCreateHttpSession, setKeepAliveInterval, setLongPollTimeout, setResponseAggregationWindow, setSessionTimeout, setWebSocketTimeout