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 HostTable
HostTable. addHost(H host)
HostTable
HostTable. addRoute(H host, java.lang.String virtualHost, java.lang.String contextPath)
HostTable
HostTable. removeHost(H host)
HostTable
HostTable. removeRoute(H host, java.lang.String virtualHost, java.lang.String contextPath)
-