Uses of Class
org.wildfly.extension.undertow.Server
-
Packages that use Server Package Description org.wildfly.extension.undertow org.wildfly.extension.undertow.session -
-
Uses of Server in org.wildfly.extension.undertow
Fields in org.wildfly.extension.undertow with type parameters of type Server Modifier and Type Field Description protected org.jboss.as.server.deployment.DelegatingSupplier<Server>ListenerService. serverServiceMethods in org.wildfly.extension.undertow that return Server Modifier and Type Method Description ServerHost. getServer()ServerListenerService. getServer()ServerUndertowListener. getServer()Returns the server this listener is registered with.ServerServer. getValue()Methods in org.wildfly.extension.undertow that return types with arguments of type Server Modifier and Type Method Description Set<Server>UndertowService. getServers()org.jboss.as.server.deployment.DelegatingSupplier<Server>ListenerService. getServerService()Methods in org.wildfly.extension.undertow with parameters of type Server Modifier and Type Method Description default 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 Server 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)Server(Consumer<Server> serverConsumer, Supplier<ServletContainerService> servletContainer, Supplier<UndertowService> undertowService, String name, String defaultHost) -
Uses of Server in org.wildfly.extension.undertow.session
Methods in org.wildfly.extension.undertow.session with parameters of type Server Modifier and Type Method Description SessionIdentifierCodecSimpleSessionIdentifierCodecServiceConfigurator. apply(Server server)
-