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 interfacestatic interfaceMethods 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 TypeMethodDescriptionvoidProxyConnectionPool.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) 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 classstatic class