Package | Description |
---|---|
io.undertow.server.handlers.proxy |
Modifier and Type | Method and Description |
---|---|
ProxyClient.ProxyTarget |
ProxyClient.findTarget(HttpServerExchange exchange)
Finds a proxy target for this request, returning null if none can be found.
|
ProxyClient.ProxyTarget |
LoadBalancingProxyClient.findTarget(HttpServerExchange exchange) |
ProxyClient.ProxyTarget |
SimpleProxyClientProvider.findTarget(HttpServerExchange exchange) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyClient.getConnection(ProxyClient.ProxyTarget target,
HttpServerExchange exchange,
ProxyCallback<ProxyConnection> callback,
long timeout,
TimeUnit timeUnit)
Gets a proxy connection for the given request.
|
void |
LoadBalancingProxyClient.getConnection(ProxyClient.ProxyTarget target,
HttpServerExchange exchange,
ProxyCallback<ProxyConnection> callback,
long timeout,
TimeUnit timeUnit) |
void |
SimpleProxyClientProvider.getConnection(ProxyClient.ProxyTarget target,
HttpServerExchange exchange,
ProxyCallback<ProxyConnection> callback,
long timeout,
TimeUnit timeUnit) |
void |
ConnectionPoolManager.queuedConnectionFailed(ProxyClient.ProxyTarget proxyTarget,
HttpServerExchange exchange,
ProxyCallback<ProxyConnection> callback,
long timeoutMills)
This is invoked when the target thread pool transitions to problem status.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.