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