Package com.floragunn.searchguard.http
Class SearchGuardHttpServerTransport
- java.lang.Object
-
- org.elasticsearch.common.component.AbstractLifecycleComponent
-
- org.elasticsearch.http.AbstractHttpServerTransport
-
- org.elasticsearch.http.netty4.Netty4HttpServerTransport
-
- com.floragunn.searchguard.ssl.http.netty.SearchGuardSSLNettyHttpServerTransport
-
- com.floragunn.searchguard.http.SearchGuardHttpServerTransport
-
- All Implemented Interfaces:
Closeable,AutoCloseable,org.elasticsearch.common.component.LifecycleComponent,org.elasticsearch.core.Releasable,org.elasticsearch.http.HttpServerTransport,org.elasticsearch.node.ReportingService<org.elasticsearch.http.HttpInfo>
public class SearchGuardHttpServerTransport extends SearchGuardSSLNettyHttpServerTransport
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.floragunn.searchguard.ssl.http.netty.SearchGuardSSLNettyHttpServerTransport
SearchGuardSSLNettyHttpServerTransport.SSLHttpChannelHandler
-
Nested classes/interfaces inherited from class org.elasticsearch.http.netty4.Netty4HttpServerTransport
org.elasticsearch.http.netty4.Netty4HttpServerTransport.HttpChannelHandler
-
-
Field Summary
-
Fields inherited from class org.elasticsearch.http.netty4.Netty4HttpServerTransport
SETTING_HTTP_NETTY_MAX_COMPOSITE_BUFFER_COMPONENTS, SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_SIZE, SETTING_HTTP_WORKER_COUNT
-
-
Constructor Summary
Constructors 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)
-
Method Summary
-
Methods inherited from class com.floragunn.searchguard.ssl.http.netty.SearchGuardSSLNettyHttpServerTransport
configureServerChannelHandler, onException
-
Methods inherited from class org.elasticsearch.http.netty4.Netty4HttpServerTransport
bind, doStart, settings, stopInternal
-
Methods inherited from class org.elasticsearch.http.AbstractHttpServerTransport
bindServer, boundAddress, doClose, doStop, incomingRequest, info, onServerException, serverAcceptedChannel, stats
-
Methods inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent
addLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
SearchGuardHttpServerTransport
public 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)
-
-