Uses of Interface
io.undertow.server.handlers.proxy.ProxyClient.ProxyTarget
-
Packages that use ProxyClient.ProxyTarget Package Description io.undertow.server.handlers.proxy io.undertow.server.handlers.proxy.mod_cluster -
-
Uses of ProxyClient.ProxyTarget in io.undertow.server.handlers.proxy
Subinterfaces of ProxyClient.ProxyTarget in io.undertow.server.handlers.proxy Modifier and Type Interface Description static interface
ProxyClient.MaxRetriesProxyTarget
Methods in io.undertow.server.handlers.proxy that return ProxyClient.ProxyTarget Modifier and Type Method Description ProxyClient.ProxyTarget
LoadBalancingProxyClient. findTarget(HttpServerExchange exchange)
ProxyClient.ProxyTarget
ProxyClient. findTarget(HttpServerExchange exchange)
Finds a proxy target for this request, returning null if none can be found.ProxyClient.ProxyTarget
SimpleProxyClientProvider. findTarget(HttpServerExchange exchange)
Deprecated.Methods in io.undertow.server.handlers.proxy with parameters of type ProxyClient.ProxyTarget 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. -
Uses of ProxyClient.ProxyTarget in io.undertow.server.handlers.proxy.mod_cluster
Subinterfaces of ProxyClient.ProxyTarget in io.undertow.server.handlers.proxy.mod_cluster Modifier and Type Interface Description interface
ModClusterProxyTarget
Classes in io.undertow.server.handlers.proxy.mod_cluster that implement ProxyClient.ProxyTarget Modifier and Type Class Description static class
ModClusterProxyTarget.BasicTarget
static class
ModClusterProxyTarget.ExistingSessionTarget
-