Uses of Class
io.undertow.server.handlers.NameVirtualHostHandler
-
Packages that use NameVirtualHostHandler Package Description io.undertow io.undertow.server.handlers -
-
Uses of NameVirtualHostHandler in io.undertow
Methods in io.undertow that return NameVirtualHostHandler Modifier and Type Method Description static 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, java.lang.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, java.lang.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 NameVirtualHostHandler Modifier and Type Method Description NameVirtualHostHandlerNameVirtualHostHandler. addHost(java.lang.String host, HttpHandler handler)NameVirtualHostHandlerNameVirtualHostHandler. removeHost(java.lang.String host)NameVirtualHostHandlerNameVirtualHostHandler. setDefaultHandler(HttpHandler defaultHandler)
-