Uses of Interface
io.undertow.server.handlers.proxy.ProxyClient.ProxyTarget
Packages that use ProxyClient.ProxyTarget
-
Uses of ProxyClient.ProxyTarget in io.undertow.server.handlers.proxy
Subinterfaces of ProxyClient.ProxyTarget in io.undertow.server.handlers.proxyModifier and TypeInterfaceDescriptionstatic interface
static interface
Methods in io.undertow.server.handlers.proxy that return ProxyClient.ProxyTargetModifier and TypeMethodDescriptionLoadBalancingProxyClient.findTarget
(HttpServerExchange exchange) ProxyClient.findTarget
(HttpServerExchange exchange) Finds a proxy target for this request, returning null if none can be found.SimpleProxyClientProvider.findTarget
(HttpServerExchange exchange) Deprecated.Methods in io.undertow.server.handlers.proxy that return types with arguments of type ProxyClient.ProxyTargetModifier and TypeMethodDescriptionLoadBalancingProxyClient.getAllTargets()
default List<ProxyClient.ProxyTarget>
ProxyClient.getAllTargets()
Methods in io.undertow.server.handlers.proxy with parameters of type ProxyClient.ProxyTargetModifier and TypeMethodDescriptionvoid
ProxyConnectionPool.connect
(ProxyClient.ProxyTarget proxyTarget, HttpServerExchange exchange, ProxyCallback<ProxyConnection> callback, long timeout, TimeUnit timeUnit, boolean exclusive) void
LoadBalancingProxyClient.getConnection
(ProxyClient.ProxyTarget target, HttpServerExchange exchange, ProxyCallback<ProxyConnection> callback, long timeout, TimeUnit timeUnit) 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. -
Uses of ProxyClient.ProxyTarget in io.undertow.server.handlers.proxy.mod_cluster
Subinterfaces of ProxyClient.ProxyTarget in io.undertow.server.handlers.proxy.mod_clusterClasses in io.undertow.server.handlers.proxy.mod_cluster that implement ProxyClient.ProxyTargetModifier and TypeClassDescriptionstatic class
static class