Uses of Interface
io.undertow.server.handlers.proxy.ProxyCallback
-
Packages that use ProxyCallback Package Description io.undertow.server.handlers.proxy -
-
Uses of ProxyCallback in io.undertow.server.handlers.proxy
Methods in io.undertow.server.handlers.proxy with parameters of type ProxyCallback Modifier and Type Method Description void
ProxyConnectionPool. connect(ProxyClient.ProxyTarget proxyTarget, HttpServerExchange exchange, ProxyCallback<ProxyConnection> callback, long timeout, java.util.concurrent.TimeUnit timeUnit, boolean exclusive)
void
LoadBalancingProxyClient. getConnection(ProxyClient.ProxyTarget target, HttpServerExchange exchange, ProxyCallback<ProxyConnection> callback, long timeout, java.util.concurrent.TimeUnit timeUnit)
void
ProxyClient. getConnection(ProxyClient.ProxyTarget target, HttpServerExchange exchange, ProxyCallback<ProxyConnection> callback, long timeout, java.util.concurrent.TimeUnit timeUnit)
Gets a proxy connection for the given request.void
SimpleProxyClientProvider. getConnection(ProxyClient.ProxyTarget target, HttpServerExchange exchange, ProxyCallback<ProxyConnection> callback, long timeout, java.util.concurrent.TimeUnit timeUnit)
Deprecated.
-