public class ModCluster extends Object
Modifier and Type | Class and Description |
---|---|
static class | ModCluster.Builder |
protected String getServerID()
protected io.undertow.server.handlers.proxy.mod_cluster.ModClusterContainer getContainer()
public ModClusterController getController()
public int getMaxConnections()
public int getCacheConnections()
public int getRequestQueueSize()
public boolean isQueueNewRequests()
public long getHealthCheckInterval()
public long getRemoveBrokenNodes()
public NodeHealthChecker getHealthChecker()
public long getTtl()
public boolean isUseAlias()
public boolean isDeterministicFailover()
public RouteParsingStrategy routeParsingStrategy()
public String rankedAffinityDelimiter()
@Deprecated public HttpHandler getProxyHandler()
public HttpHandler createProxyHandler()
public HttpHandler createProxyHandler(HttpHandler next)
public void start()
public void advertise(MCMPConfig config) throws IOException
config
- the mcmp handler configIOException
public void stop()
public static ModCluster.Builder builder(org.xnio.XnioWorker worker)
public static ModCluster.Builder builder(org.xnio.XnioWorker worker, UndertowClient client)
public static ModCluster.Builder builder(org.xnio.XnioWorker worker, UndertowClient client, org.xnio.ssl.XnioSsl xnioSsl)
Copyright © 2020 JBoss by Red Hat. All rights reserved.