Uses of Class
org.wildfly.extension.undertow.Server
Packages that use Server
-
Uses of Server in org.wildfly.extension.undertow
Fields in org.wildfly.extension.undertow with type parameters of type ServerModifier and TypeFieldDescriptionprotected final org.jboss.as.server.deployment.DelegatingSupplier<Server>ListenerService.serverServicestatic final org.wildfly.service.descriptor.UnaryServiceDescriptor<Server>Server.SERVICE_DESCRIPTORMethods in org.wildfly.extension.undertow that return ServerModifier and TypeMethodDescriptionHost.getServer()ListenerService.getServer()UndertowListener.getServer()Returns the server this listener is registered with.Server.getValue()Methods in org.wildfly.extension.undertow that return types with arguments of type ServerModifier and TypeMethodDescriptionUndertowService.getServers()org.jboss.as.server.deployment.DelegatingSupplier<Server>ListenerService.getServerService()Methods in org.wildfly.extension.undertow with parameters of type ServerModifier and TypeMethodDescriptiondefault voidUndertowEventListener.onServerStart(Server server) default voidUndertowEventListener.onServerStop(Server server) protected voidUndertowService.registerServer(Server server) protected voidUndertowService.unregisterServer(Server server) Constructor parameters in org.wildfly.extension.undertow with type arguments of type ServerModifierConstructorDescriptionHost(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) protectedServer(Consumer<Server> serverConsumer, Supplier<ServletContainerService> servletContainer, Supplier<UndertowService> undertowService, String name, String defaultHost)