Uses of Class
io.undertow.server.handlers.proxy.ProxyConnection
Packages that use ProxyConnection
-
Uses of ProxyConnection in io.undertow.server.handlers.proxy
Method parameters in io.undertow.server.handlers.proxy with type arguments of type ProxyConnectionModifier 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.