| Package | Description |
|---|---|
| org.wildfly.extension.undertow | |
| org.wildfly.extension.undertow.deployment |
| Modifier and Type | Method and Description |
|---|---|
Host |
Host.getValue() |
| Modifier and Type | Method and Description |
|---|---|
Set<Host> |
Server.getHosts() |
| Modifier and Type | Method and Description |
|---|---|
default void |
UndertowEventListener.onDeploymentStart(io.undertow.servlet.api.Deployment deployment,
Host host) |
default void |
UndertowEventListener.onDeploymentStart(String contextPath,
Host host) |
default void |
UndertowEventListener.onDeploymentStop(io.undertow.servlet.api.Deployment deployment,
Host host) |
default void |
UndertowEventListener.onDeploymentStop(String contextPath,
Host host) |
default void |
UndertowEventListener.onHostStart(Host host) |
default void |
UndertowEventListener.onHostStop(Host host) |
protected void |
Server.registerHost(Host host) |
protected void |
Server.unregisterHost(Host host) |
| 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) |
| 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 © 2022 JBoss by Red Hat. All rights reserved.