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 NameVirtualHostHandler
Handlers. virtualHost()
Creates a new virtual host handlerstatic NameVirtualHostHandler
Handlers. virtualHost(HttpHandler defaultHandler)
Creates a new virtual host handler using the provided default handlerstatic NameVirtualHostHandler
Handlers. 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 NameVirtualHostHandler
Handlers. 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 NameVirtualHostHandler
NameVirtualHostHandler. addHost(java.lang.String host, HttpHandler handler)
NameVirtualHostHandler
NameVirtualHostHandler. removeHost(java.lang.String host)
NameVirtualHostHandler
NameVirtualHostHandler. setDefaultHandler(HttpHandler defaultHandler)
-