| Package | Description |
|---|---|
| org.wildfly.extension.undertow | |
| org.wildfly.extension.undertow.deployment |
| Modifier and Type | Method and Description |
|---|---|
protected UndertowService |
ListenerService.getUndertowService() |
UndertowService |
UndertowService.getValue() |
| Constructor and Description |
|---|
Host(Consumer<Host> serviceConsumer,
Supplier<Server> server,
Supplier<UndertowService> undertowService,
Supplier<org.jboss.as.controller.ControlledProcessStateService> controlledProcessStateService,
Supplier<org.jboss.as.server.suspend.SuspendController> suspendController,
String name,
List<String> aliases,
String defaultWebModule,
int defaultResponseCode,
Boolean queueRequestsOnStart) |
Server(Consumer<Server> serverConsumer,
Supplier<ServletContainerService> servletContainer,
Supplier<UndertowService> undertowService,
String name,
String defaultHost) |
UndertowService(Consumer<UndertowService> serviceConsumer,
String defaultContainer,
String defaultServer,
String defaultVirtualHost,
String instanceId,
boolean obfuscateSessionRoute,
boolean statisticsEnabled) |
| Modifier and Type | Method and Description |
|---|---|
UndertowDeploymentInfoService |
UndertowDeploymentInfoService.Builder.createUndertowDeploymentInfoService(Consumer<io.undertow.servlet.api.DeploymentInfo> deploymentInfoConsumer,
Supplier<UndertowService> undertowService,
Supplier<io.undertow.servlet.api.SessionManagerFactory> sessionManagerFactory,
Supplier<SessionIdentifierCodec> sessionIdentifierCodec,
Supplier<SecurityDomainContext> securityDomainContext,
Supplier<ServletContainerService> container,
Supplier<ComponentRegistry> componentRegistry,
Supplier<Host> host,
Supplier<org.wildfly.extension.requestcontroller.ControlPoint> controlPoint,
Supplier<org.jboss.as.server.suspend.SuspendController> suspendController,
Supplier<org.jboss.as.server.ServerEnvironment> serverEnvironment,
Supplier<org.wildfly.security.auth.server.SecurityDomain> rawSecurityDomain,
Supplier<org.wildfly.security.http.HttpServerAuthenticationMechanismFactory> rawMechanismFactory,
Supplier<BiFunction> applySecurityFunction) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.