Class HostTable<H>
- java.lang.Object
-
- io.undertow.server.handlers.proxy.HostTable<H>
-
public class HostTable<H> extends Object
Class that maintains a table of remote hosts that this proxy knows about. Basically this maps a virtual host + context path pair to a set of hosts. Note that this class does not have any knowledge of connection pooling- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description HostTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostTableaddHost(H host)HostTableaddRoute(H host, String virtualHost, String contextPath)Set<H>getHostsForTarget(String hostName, String path)HostTableremoveHost(H host)HostTableremoveRoute(H host, String virtualHost, String contextPath)
-