Class UndertowDistributableSessionManagementProvider<C extends DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
java.lang.Object
org.wildfly.clustering.web.undertow.session.UndertowDistributableSessionManagementProvider<C>
- All Implemented Interfaces:
SessionManagementProvider
public class UndertowDistributableSessionManagementProvider<C extends DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>>
extends Object
implements SessionManagementProvider
SessionManagementProvider for Undertow.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionUndertowDistributableSessionManagementProvider(DistributableSessionManagementProvider<C> provider, Immutability immutability) -
Method Summary
Modifier and TypeMethodDescriptiongetSessionAffinityServiceConfigurators(org.jboss.msc.service.ServiceName name, WebDeploymentConfiguration configuration) getSessionManagerFactoryServiceConfigurators(org.jboss.msc.service.ServiceName name, SessionManagerFactoryConfiguration configuration)
-
Constructor Details
-
UndertowDistributableSessionManagementProvider
public UndertowDistributableSessionManagementProvider(DistributableSessionManagementProvider<C> provider, Immutability immutability)
-
-
Method Details
-
getSessionManagerFactoryServiceConfigurators
public Iterable<CapabilityServiceConfigurator> getSessionManagerFactoryServiceConfigurators(org.jboss.msc.service.ServiceName name, SessionManagerFactoryConfiguration configuration) - Specified by:
getSessionManagerFactoryServiceConfiguratorsin interfaceSessionManagementProvider
-
getSessionAffinityServiceConfigurators
public Iterable<CapabilityServiceConfigurator> getSessionAffinityServiceConfigurators(org.jboss.msc.service.ServiceName name, WebDeploymentConfiguration configuration) - Specified by:
getSessionAffinityServiceConfiguratorsin interfaceSessionManagementProvider
-