Uses of Class
org.wildfly.extension.undertow.Host
-
Packages that use Host Package Description org.wildfly.extension.undertow -
-
Uses of Host in org.wildfly.extension.undertow
Methods in org.wildfly.extension.undertow that return Host Modifier and Type Method Description HostHost. getValue()Methods in org.wildfly.extension.undertow that return types with arguments of type Host Modifier and Type Method Description Set<Host>Server. getHosts()Methods in org.wildfly.extension.undertow with parameters of type Host Modifier and Type Method Description default voidUndertowEventListener. onDeploymentStart(io.undertow.servlet.api.Deployment deployment, Host host)default voidUndertowEventListener. onDeploymentStart(String contextPath, Host host)default voidUndertowEventListener. onDeploymentStop(io.undertow.servlet.api.Deployment deployment, Host host)default voidUndertowEventListener. onDeploymentStop(String contextPath, Host host)default voidUndertowEventListener. onHostStart(Host host)default voidUndertowEventListener. onHostStop(Host host)protected voidServer. registerHost(Host host)protected voidServer. unregisterHost(Host host)Constructor parameters in org.wildfly.extension.undertow with type arguments of type Host Constructor 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)
-