Uses of Class
org.kie.server.router.ContainerInfo
-
Packages that use ContainerInfo Package Description org.kie.server.router org.kie.server.router.handlers org.kie.server.router.proxy org.kie.server.router.spi -
-
Uses of ContainerInfo in org.kie.server.router
Methods in org.kie.server.router that return types with arguments of type ContainerInfo Modifier and Type Method Description Map<String,List<ContainerInfo>>Configuration. getContainerInfosPerContainer()Methods in org.kie.server.router with parameters of type ContainerInfo Modifier and Type Method Description voidConfiguration. addContainerInfo(ContainerInfo containerInfo)voidConfiguration. removeContainerInfo(ContainerInfo containerInfo) -
Uses of ContainerInfo in org.kie.server.router.handlers
Methods in org.kie.server.router.handlers with parameters of type ContainerInfo Modifier and Type Method Description protected voidAdminHttpHandler. updateControllerOnAdd(String containerId, String releaseId, String alias, ContainerInfo containerInfo) -
Uses of ContainerInfo in org.kie.server.router.proxy
Method parameters in org.kie.server.router.proxy with type arguments of type ContainerInfo Modifier and Type Method Description StringDefaultContainerResolver. resolveContainerId(io.undertow.server.HttpServerExchange exchange, Map<String,List<ContainerInfo>> containerInfoPerContainer) -
Uses of ContainerInfo in org.kie.server.router.spi
Method parameters in org.kie.server.router.spi with type arguments of type ContainerInfo Modifier and Type Method Description StringContainerResolver. 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.
-