public class HostTable<H> extends Object
Constructor and Description |
---|
HostTable() |
Modifier and Type | Method and Description |
---|---|
HostTable | addHost(H host) |
HostTable | addRoute(H host, String virtualHost, String contextPath) |
Set<H> | getHostsForTarget(String hostName, String path) |
HostTable | removeHost(H host) |
HostTable | removeRoute(H host, String virtualHost, String contextPath) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.