| 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) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<Host> |
UndertowDeploymentService.getHost() |
org.jboss.msc.value.InjectedValue<Host> |
UndertowDeploymentInfoService.getHost() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.