public class DefaultContainerResolver extends Object implements ContainerResolver
NOT_FOUND| Constructor and Description |
|---|
DefaultContainerResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
resolveContainerId(io.undertow.server.HttpServerExchange exchange,
Map<String,Set<ContainerInfo>> containerInfoPerContainer)
Based on given request (exchange) find the proper container id to be used to locate the server that the request
should be routed to.
|
String |
toString() |
public String resolveContainerId(io.undertow.server.HttpServerExchange exchange, Map<String,Set<ContainerInfo>> containerInfoPerContainer)
ContainerResolverresolveContainerId in interface ContainerResolverexchange - exchange representing request to be routedcontainerInfoPerContainer - set of known containers with mapped detailsNOT_FOUND should be returnedCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.