public class SearchGuardSSLNettyHttpServerTransport
extends org.elasticsearch.http.netty4.Netty4HttpServerTransport
| Modifier and Type | Class and Description |
|---|---|
protected class |
SearchGuardSSLNettyHttpServerTransport.SSLHttpChannelHandler |
bigArrays, bindHosts, blockingServer, boundAddress, compression, compressionLevel, detailedErrorsEnabled, httpServerAdapter, maxChunkSize, maxCompositeBufferComponents, maxContentLength, maxCumulationBufferCapacity, maxHeaderSize, maxInitialLineLength, networkService, pipelining, pipeliningMaxEvents, port, publishHosts, recvByteBufAllocator, resetCookies, reuseAddress, serverBootstrap, serverChannels, SETTING_HTTP_NETTY_MAX_COMPOSITE_BUFFER_COMPONENTS, SETTING_HTTP_NETTY_MAX_CUMULATION_BUFFER_CAPACITY, SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_MAX, SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_MIN, SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_SIZE, SETTING_HTTP_TCP_BLOCKING_SERVER, SETTING_HTTP_TCP_KEEP_ALIVE, SETTING_HTTP_TCP_NO_DELAY, SETTING_HTTP_TCP_RECEIVE_BUFFER_SIZE, SETTING_HTTP_TCP_REUSE_ADDRESS, SETTING_HTTP_TCP_SEND_BUFFER_SIZE, SETTING_HTTP_WORKER_COUNT, tcpKeepAlive, tcpNoDelay, tcpReceiveBufferSize, tcpSendBufferSize, threadPool, workerCount, xContentRegistry| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.ChannelHandler |
configureServerChannelHandler() |
protected void |
dispatchRequest(org.elasticsearch.rest.RestRequest request,
org.elasticsearch.rest.RestChannel channel) |
protected void |
errorThrown(Throwable t,
org.elasticsearch.rest.RestRequest request) |
protected void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
boundAddress, doClose, doStart, doStop, getCorsConfig, httpServerAdapter, info, settings, statsaddLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stoplogDeprecatedSetting, logRemovedSetting, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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)
public io.netty.channel.ChannelHandler configureServerChannelHandler()
configureServerChannelHandler in class org.elasticsearch.http.netty4.Netty4HttpServerTransportprotected void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause)
throws Exception
exceptionCaught in class org.elasticsearch.http.netty4.Netty4HttpServerTransportExceptionprotected void dispatchRequest(org.elasticsearch.rest.RestRequest request,
org.elasticsearch.rest.RestChannel channel)
dispatchRequest in class org.elasticsearch.http.netty4.Netty4HttpServerTransportprotected void errorThrown(Throwable t, org.elasticsearch.rest.RestRequest request)
Copyright © 2015-2017. All Rights Reserved.