Package | Description |
---|---|
io.undertow.server.handlers.proxy |
Modifier and Type | Method and Description |
---|---|
void | ProxyConnectionPool.connect(ProxyClient.ProxyTarget proxyTarget, HttpServerExchange exchange, ProxyCallback<ProxyConnection> callback, long timeout, TimeUnit timeUnit, boolean exclusive) |
void | ProxyClient.getConnection(ProxyClient.ProxyTarget target, HttpServerExchange exchange, ProxyCallback<ProxyConnection> callback, long timeout, TimeUnit timeUnit) Gets a proxy connection for the given request. |
void | SimpleProxyClientProvider.getConnection(ProxyClient.ProxyTarget target, HttpServerExchange exchange, ProxyCallback<ProxyConnection> callback, long timeout, TimeUnit timeUnit) Deprecated. |
void | LoadBalancingProxyClient.getConnection(ProxyClient.ProxyTarget target, HttpServerExchange exchange, ProxyCallback<ProxyConnection> callback, long timeout, TimeUnit timeUnit) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.