public class HostTable<H> extends Object
HostTable()
HostTable
addHost(H host)
addRoute(H host, String virtualHost, String contextPath)
Set<H>
getHostsForTarget(String hostName, String path)
removeHost(H host)
removeRoute(H host, String virtualHost, String contextPath)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HostTable()
public HostTable addHost(H host)
public HostTable removeHost(H host)
public HostTable addRoute(H host, String virtualHost, String contextPath)
public HostTable removeRoute(H host, String virtualHost, String contextPath)
public Set<H> getHostsForTarget(String hostName, String path)
Copyright © 2017 JBoss by Red Hat. All rights reserved.