public class KieServerProxyClient extends Object implements io.undertow.server.handlers.proxy.ProxyClient
| Constructor and Description |
|---|
KieServerProxyClient() |
| 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 |
removeContainer(String containerId,
URI serverURI) |
protected String |
resolveContainerId(io.undertow.server.HttpServerExchange exchange) |
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.ProxyClientprotected String resolveContainerId(io.undertow.server.HttpServerExchange exchange)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.