Package | Description |
---|---|
org.jboss.as.web.session | |
org.wildfly.clustering.web.undertow.session | |
org.wildfly.extension.undertow.deployment | |
org.wildfly.extension.undertow.session |
Modifier and Type | Class and Description |
---|---|
class |
SimpleSessionIdentifierCodec
Simple codec implementation that uses a static route source.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributableSessionIdentifierCodec
SessionIdentifierCodec that encodes the route determined by a RouteLocator . |
Modifier and Type | Method and Description |
---|---|
SessionIdentifierCodec |
DistributableSessionIdentifierCodecService.getValue() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceBuilder<SessionIdentifierCodec> |
DistributableSessionIdentifierCodecBuilder.build(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName name,
org.jboss.msc.service.ServiceName deploymentServiceName) |
static org.jboss.msc.service.ServiceBuilder<SessionIdentifierCodec> |
DistributableSessionIdentifierCodecService.build(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName name,
org.jboss.msc.service.ServiceName locatorServiceName) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.inject.Injector<SessionIdentifierCodec> |
UndertowDeploymentInfoService.getSessionIdentifierCodecInjector() |
Modifier and Type | Method and Description |
---|---|
SessionIdentifierCodec |
SimpleSessionIdentifierCodecService.getValue() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.msc.service.ServiceBuilder<SessionIdentifierCodec> |
SimpleSessionIdentifierCodecService.build(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName name) |
org.jboss.msc.service.ServiceBuilder<SessionIdentifierCodec> |
DistributableSessionIdentifierCodecBuilder.build(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName name,
org.jboss.msc.service.ServiceName deploymentServiceName)
Builds a
SessionIdentifierCodec service. |
Constructor and Description |
---|
CodecSessionConfig(io.undertow.server.session.SessionConfig config,
SessionIdentifierCodec codec) |
CodecSessionConfigWrapper(SessionIdentifierCodec codec) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.