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
Methods in io.undertow.server.handlers.proxy that return ProxyClient.ProxyTarget Modifier and Type Method Description ProxyClient.ProxyTargetLoadBalancingProxyClient. findTarget(HttpServerExchange exchange)ProxyClient.ProxyTargetProxyClient. findTarget(HttpServerExchange exchange)Finds a proxy target for this request, returning null if none can be found.ProxyClient.ProxyTargetSimpleProxyClientProvider. findTarget(HttpServerExchange exchange)Methods in io.undertow.server.handlers.proxy with parameters of type ProxyClient.ProxyTarget Modifier and Type Method Description voidProxyConnectionPool. connect(ProxyClient.ProxyTarget proxyTarget, HttpServerExchange exchange, ProxyCallback<ProxyConnection> callback, long timeout, TimeUnit timeUnit, boolean exclusive)voidLoadBalancingProxyClient. getConnection(ProxyClient.ProxyTarget target, HttpServerExchange exchange, ProxyCallback<ProxyConnection> callback, long timeout, TimeUnit timeUnit)voidProxyClient. getConnection(ProxyClient.ProxyTarget target, HttpServerExchange exchange, ProxyCallback<ProxyConnection> callback, long timeout, TimeUnit timeUnit)Gets a proxy connection for the given request.voidSimpleProxyClientProvider. getConnection(ProxyClient.ProxyTarget target, HttpServerExchange exchange, ProxyCallback<ProxyConnection> callback, long timeout, TimeUnit timeUnit) -
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 interfaceModClusterProxyTargetClasses in io.undertow.server.handlers.proxy.mod_cluster that implement ProxyClient.ProxyTarget Modifier and Type Class Description static classModClusterProxyTarget.BasicTargetstatic classModClusterProxyTarget.ExistingSessionTarget
-