public class KieServerProxyClient extends Object implements io.undertow.server.handlers.proxy.ProxyClient, ConfigurationListener
| Constructor and Description |
|---|
KieServerProxyClient(Configuration configuration,
AdminHttpHandler adminHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContainer(String containerId,
URI serverURI) |
io.undertow.server.handlers.proxy.ProxyClient.ProxyTarget |
findTarget(io.undertow.server.HttpServerExchange exchange) |
void |
getConnection(io.undertow.server.handlers.proxy.ProxyClient.ProxyTarget target,
io.undertow.server.HttpServerExchange exchange,
io.undertow.server.handlers.proxy.ProxyCallback<io.undertow.server.handlers.proxy.ProxyConnection> callback,
long timeout,
TimeUnit timeUnit) |
void |
onContainerAdded(String container,
String serverUrl) |
void |
onContainerRemoved(String container,
String serverUrl) |
void |
removeContainer(String containerId,
URI serverURI) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonConfigurationReloaded, onServerAdded, onServerRemovedpublic KieServerProxyClient(Configuration configuration, AdminHttpHandler adminHandler)
public io.undertow.server.handlers.proxy.ProxyClient.ProxyTarget findTarget(io.undertow.server.HttpServerExchange exchange)
findTarget in interface io.undertow.server.handlers.proxy.ProxyClientpublic void getConnection(io.undertow.server.handlers.proxy.ProxyClient.ProxyTarget target,
io.undertow.server.HttpServerExchange exchange,
io.undertow.server.handlers.proxy.ProxyCallback<io.undertow.server.handlers.proxy.ProxyConnection> callback,
long timeout,
TimeUnit timeUnit)
getConnection in interface io.undertow.server.handlers.proxy.ProxyClientpublic void onContainerAdded(String container, String serverUrl)
onContainerAdded in interface ConfigurationListenerpublic void onContainerRemoved(String container, String serverUrl)
onContainerRemoved in interface ConfigurationListenerCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.