Class ModClusterProxyTarget.BasicTarget
java.lang.Object
io.undertow.server.handlers.proxy.mod_cluster.ModClusterProxyTarget.BasicTarget
- All Implemented Interfaces:
ModClusterProxyTarget,ProxyClient.MaxRetriesProxyTarget,ProxyClient.ProxyTarget
- Enclosing interface:
- ModClusterProxyTarget
public static class ModClusterProxyTarget.BasicTarget
extends Object
implements ModClusterProxyTarget
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.undertow.server.handlers.proxy.mod_cluster.ModClusterProxyTarget
ModClusterProxyTarget.BasicTarget, ModClusterProxyTarget.ExistingSessionTarget -
Constructor Summary
ConstructorsConstructorDescriptionBasicTarget(io.undertow.server.handlers.proxy.mod_cluster.VirtualHost.HostEntry entry, io.undertow.server.handlers.proxy.mod_cluster.ModClusterContainer container) -
Method Summary
Modifier and TypeMethodDescriptionintio.undertow.server.handlers.proxy.mod_cluster.ContextresolveContext(HttpServerExchange exchange) Resolve the responsible context handling this request.
-
Constructor Details
-
BasicTarget
public BasicTarget(io.undertow.server.handlers.proxy.mod_cluster.VirtualHost.HostEntry entry, io.undertow.server.handlers.proxy.mod_cluster.ModClusterContainer container)
-
-
Method Details
-
getMaxRetries
public int getMaxRetries()- Specified by:
getMaxRetriesin interfaceProxyClient.MaxRetriesProxyTarget
-
resolveContext
public io.undertow.server.handlers.proxy.mod_cluster.Context resolveContext(HttpServerExchange exchange) Description copied from interface:ModClusterProxyTargetResolve the responsible context handling this request.- Specified by:
resolveContextin interfaceModClusterProxyTarget- Parameters:
exchange- the http server exchange- Returns:
- the context
-