Package com.floragunn.searchguard.http
Class SearchGuardNonSslHttpServerTransport
- java.lang.Object
-
- org.elasticsearch.common.component.AbstractLifecycleComponent
-
- org.elasticsearch.http.AbstractHttpServerTransport
-
- org.elasticsearch.http.netty4.Netty4HttpServerTransport
-
- com.floragunn.searchguard.http.SearchGuardNonSslHttpServerTransport
-
- All Implemented Interfaces:
Closeable,AutoCloseable,org.elasticsearch.common.component.LifecycleComponent,org.elasticsearch.common.lease.Releasable,org.elasticsearch.http.HttpServerTransport,org.elasticsearch.node.ReportingService<org.elasticsearch.http.HttpInfo>
public class SearchGuardNonSslHttpServerTransport extends org.elasticsearch.http.netty4.Netty4HttpServerTransport
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classSearchGuardNonSslHttpServerTransport.NonSslHttpChannelHandler-
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 SearchGuardNonSslHttpServerTransport(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.network.NetworkService networkService, org.elasticsearch.common.util.BigArrays bigArrays, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.common.xcontent.NamedXContentRegistry namedXContentRegistry, org.elasticsearch.http.HttpServerTransport.Dispatcher dispatcher, org.elasticsearch.common.settings.ClusterSettings clusterSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.channel.ChannelHandlerconfigureServerChannelHandler()-
Methods inherited from class org.elasticsearch.http.netty4.Netty4HttpServerTransport
bind, doStart, onException, settings, stopInternal
-
Methods inherited from class org.elasticsearch.http.AbstractHttpServerTransport
bindServer, boundAddress, doClose, doStop, incomingRequest, incomingRequestError, 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
-
SearchGuardNonSslHttpServerTransport
public SearchGuardNonSslHttpServerTransport(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.network.NetworkService networkService, org.elasticsearch.common.util.BigArrays bigArrays, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.common.xcontent.NamedXContentRegistry namedXContentRegistry, org.elasticsearch.http.HttpServerTransport.Dispatcher dispatcher, org.elasticsearch.common.settings.ClusterSettings clusterSettings)
-
-