| Package | Description |
|---|---|
| org.kie.server.router | |
| org.kie.server.router.handlers | |
| org.kie.server.router.proxy | |
| org.kie.server.router.spi |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ContainerInfo>> |
Configuration.getContainerInfosPerContainer() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.addContainerInfo(ContainerInfo containerInfo) |
void |
Configuration.removeContainerInfo(ContainerInfo containerInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AdminHttpHandler.updateControllerOnAdd(String containerId,
String releaseId,
String alias,
ContainerInfo containerInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultContainerResolver.resolveContainerId(io.undertow.server.HttpServerExchange exchange,
Map<String,List<ContainerInfo>> containerInfoPerContainer) |
| Modifier and Type | Method and Description |
|---|---|
String |
ContainerResolver.resolveContainerId(io.undertow.server.HttpServerExchange exchange,
Map<String,List<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.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.