Uses of Class
com.floragunn.searchguard.ssl.http.netty.ValidatingDispatcher
-
Packages that use ValidatingDispatcher Package Description com.floragunn.searchguard.http com.floragunn.searchguard.ssl.http.netty -
-
Uses of ValidatingDispatcher in com.floragunn.searchguard.http
Constructors in com.floragunn.searchguard.http with parameters of type ValidatingDispatcher Constructor Description SearchGuardHttpServerTransport(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.network.NetworkService networkService, org.elasticsearch.common.util.BigArrays bigArrays, org.elasticsearch.threadpool.ThreadPool threadPool, SearchGuardKeyStore sgks, SslExceptionHandler sslExceptionHandler, org.elasticsearch.common.xcontent.NamedXContentRegistry namedXContentRegistry, ValidatingDispatcher dispatcher, org.elasticsearch.common.settings.ClusterSettings clusterSettings, org.elasticsearch.transport.SharedGroupFactory sharedGroupFactory) -
Uses of ValidatingDispatcher in com.floragunn.searchguard.ssl.http.netty
Constructors in com.floragunn.searchguard.ssl.http.netty with parameters of type ValidatingDispatcher Constructor Description SearchGuardSSLNettyHttpServerTransport(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.network.NetworkService networkService, org.elasticsearch.common.util.BigArrays bigArrays, org.elasticsearch.threadpool.ThreadPool threadPool, SearchGuardKeyStore sgks, org.elasticsearch.common.xcontent.NamedXContentRegistry namedXContentRegistry, ValidatingDispatcher dispatcher, org.elasticsearch.common.settings.ClusterSettings clusterSettings, org.elasticsearch.transport.SharedGroupFactory sharedGroupFactory, SslExceptionHandler errorHandler)
-