Class SecurityNetty4HttpServerTransport
java.lang.Object
org.elasticsearch.common.component.AbstractLifecycleComponent
org.elasticsearch.http.AbstractHttpServerTransport
org.elasticsearch.http.netty4.Netty4HttpServerTransport
org.elasticsearch.xpack.security.transport.netty4.SecurityNetty4HttpServerTransport
- 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 SecurityNetty4HttpServerTransport
extends org.elasticsearch.http.netty4.Netty4HttpServerTransport
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.http.netty4.Netty4HttpServerTransport
org.elasticsearch.http.netty4.Netty4HttpServerTransport.HttpChannelHandlerNested classes/interfaces inherited from interface org.elasticsearch.http.HttpServerTransport
org.elasticsearch.http.HttpServerTransport.DispatcherNested classes/interfaces inherited from interface org.elasticsearch.node.ReportingService
org.elasticsearch.node.ReportingService.Info -
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_COUNTFields inherited from class org.elasticsearch.http.AbstractHttpServerTransport
bigArrays, corsHandler, dispatcher, handlingSettings, maxContentLength, networkService, port, settings, threadPoolFields inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent
lifecycleFields inherited from interface org.elasticsearch.http.HttpServerTransport
HTTP_SERVER_WORKER_THREAD_NAME_PREFIX -
Constructor Summary
ConstructorsConstructorDescriptionSecurityNetty4HttpServerTransport(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.common.network.NetworkService networkService, org.elasticsearch.common.util.BigArrays bigArrays, IPFilter ipFilter, org.elasticsearch.xpack.core.ssl.SSLService sslService, 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.netty4.SharedGroupFactory sharedGroupFactory) -
Method Summary
Modifier and TypeMethodDescriptionio.netty.channel.ChannelHandlerprotected voiddoStart()voidonException(org.elasticsearch.http.HttpChannel channel, Exception e) Methods inherited from class org.elasticsearch.http.netty4.Netty4HttpServerTransport
bind, settings, stopInternalMethods inherited from class org.elasticsearch.http.AbstractHttpServerTransport
bindServer, boundAddress, doClose, doStop, incomingRequest, info, onServerException, serverAcceptedChannel, statsMethods inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent
addLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.common.component.LifecycleComponent
addLifecycleListener, lifecycleState, removeLifecycleListener, start, stopMethods inherited from interface org.elasticsearch.core.Releasable
close
-
Constructor Details
-
Method Details
-
onException
- Overrides:
onExceptionin classorg.elasticsearch.http.netty4.Netty4HttpServerTransport
-
doStart
protected void doStart()- Overrides:
doStartin classorg.elasticsearch.http.netty4.Netty4HttpServerTransport
-
configureServerChannelHandler
public io.netty.channel.ChannelHandler configureServerChannelHandler()- Overrides:
configureServerChannelHandlerin classorg.elasticsearch.http.netty4.Netty4HttpServerTransport
-