Uses of Class
org.wildfly.extension.undertow.Host
Packages that use Host
-
Uses of Host in org.wildfly.extension.undertow
Methods in org.wildfly.extension.undertow that return HostMethods in org.wildfly.extension.undertow that return types with arguments of type HostMethods in org.wildfly.extension.undertow with parameters of type HostModifier and TypeMethodDescriptiondefault 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 HostModifierConstructorDescriptionHost(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)