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.core.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
httpValidator, 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.xcontent.NamedXContentRegistry xContentRegistry, org.elasticsearch.http.HttpServerTransport.Dispatcher dispatcher, org.elasticsearch.common.settings.ClusterSettings clusterSettings, org.elasticsearch.transport.SharedGroupFactory sharedGroupFactory, org.elasticsearch.http.netty4.internal.HttpValidator httpValidator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.channel.ChannelHandlerconfigureServerChannelHandler()protected voidpopulatePerRequestThreadContext(org.elasticsearch.rest.RestRequest restRequest, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)-
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, getThreadPool, 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
-
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.xcontent.NamedXContentRegistry xContentRegistry, org.elasticsearch.http.HttpServerTransport.Dispatcher dispatcher, org.elasticsearch.common.settings.ClusterSettings clusterSettings, org.elasticsearch.transport.SharedGroupFactory sharedGroupFactory, org.elasticsearch.http.netty4.internal.HttpValidator httpValidator)
-
-
Method Detail
-
configureServerChannelHandler
public io.netty.channel.ChannelHandler configureServerChannelHandler()
- Overrides:
configureServerChannelHandlerin classorg.elasticsearch.http.netty4.Netty4HttpServerTransport
-
populatePerRequestThreadContext
protected void populatePerRequestThreadContext(org.elasticsearch.rest.RestRequest restRequest, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)- Overrides:
populatePerRequestThreadContextin classorg.elasticsearch.http.AbstractHttpServerTransport
-
-