Uses of Class
io.undertow.server.handlers.NameVirtualHostHandler
Packages that use NameVirtualHostHandler
-
Uses of NameVirtualHostHandler in io.undertow
Methods in io.undertow that return NameVirtualHostHandlerModifier and TypeMethodDescriptionstatic NameVirtualHostHandlerHandlers.virtualHost()Creates a new virtual host handlerstatic NameVirtualHostHandlerHandlers.virtualHost(HttpHandler defaultHandler) Creates a new virtual host handler using the provided default handlerstatic NameVirtualHostHandlerHandlers.virtualHost(HttpHandler defaultHandler, HttpHandler hostHandler, String... hostnames) Creates a new virtual host handler that uses the provided handler as the root handler for the given hostnames.static NameVirtualHostHandlerHandlers.virtualHost(HttpHandler hostHandler, String... hostnames) Creates a new virtual host handler that uses the provided handler as the root handler for the given hostnames. -
Uses of NameVirtualHostHandler in io.undertow.server.handlers
Methods in io.undertow.server.handlers that return NameVirtualHostHandlerModifier and TypeMethodDescriptionNameVirtualHostHandler.addHost(String host, HttpHandler handler) NameVirtualHostHandler.removeHost(String host) NameVirtualHostHandler.setDefaultHandler(HttpHandler defaultHandler)