Uses of Class
io.undertow.server.handlers.proxy.HostTable
-
Packages that use HostTable Package Description io.undertow.server.handlers.proxy -
-
Uses of HostTable in io.undertow.server.handlers.proxy
Methods in io.undertow.server.handlers.proxy that return HostTable Modifier and Type Method Description HostTableHostTable. addHost(H host)HostTableHostTable. addRoute(H host, String virtualHost, String contextPath)HostTableHostTable. removeHost(H host)HostTableHostTable. removeRoute(H host, String virtualHost, String contextPath)
-