Class LoadBalancingProxyClient

java.lang.Object
io.undertow.server.handlers.proxy.LoadBalancingProxyClient
All Implemented Interfaces:
ProxyClient

public class LoadBalancingProxyClient extends Object implements ProxyClient
Initial implementation of a load balancing proxy client. This initial implementation is rather simplistic, and will likely change.
Author:
Stuart Douglas, Richard Opalka