Uses of Interface
io.undertow.server.handlers.proxy.ExclusivityChecker
-
Packages that use ExclusivityChecker Package Description io.undertow.security.impl io.undertow.server.handlers.proxy -
-
Uses of ExclusivityChecker in io.undertow.security.impl
Fields in io.undertow.security.impl declared as ExclusivityChecker Modifier and Type Field Description static ExclusivityCheckerGSSAPIAuthenticationMechanism. EXCLUSIVITY_CHECKER -
Uses of ExclusivityChecker in io.undertow.server.handlers.proxy
Constructors in io.undertow.server.handlers.proxy with parameters of type ExclusivityChecker Constructor Description LoadBalancingProxyClient(UndertowClient client, ExclusivityChecker exclusivityChecker)LoadBalancingProxyClient(UndertowClient client, ExclusivityChecker exclusivityChecker, LoadBalancingProxyClient.HostSelector hostSelector)LoadBalancingProxyClient(ExclusivityChecker client)
-