public class SearchGuardSSLNettyHttpServerTransport
extends org.elasticsearch.http.netty.NettyHttpServerTransport
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SearchGuardSSLNettyHttpServerTransport.SSLHttpChannelPipelineFactory |
bigArrays, bindHosts, blockingServer, boundAddress, compression, compressionLevel, DEFAULT_PORT_RANGE, DEFAULT_SETTING_PIPELINING, DEFAULT_SETTING_PIPELINING_MAX_EVENTS, detailedErrorsEnabled, httpServerAdapter, maxChunkSize, maxCompositeBufferComponents, maxContentLength, maxCumulationBufferCapacity, maxHeaderSize, maxInitialLineLength, networkService, pipelining, pipeliningMaxEvents, port, publishHosts, receiveBufferSizePredictorFactory, resetCookies, reuseAddress, serverBootstrap, serverChannels, SETTING_CORS_ALLOW_CREDENTIALS, SETTING_CORS_ALLOW_HEADERS, SETTING_CORS_ALLOW_METHODS, SETTING_CORS_ALLOW_ORIGIN, SETTING_CORS_ENABLED, SETTING_CORS_MAX_AGE, SETTING_HTTP_COMPRESSION, SETTING_HTTP_COMPRESSION_LEVEL, SETTING_HTTP_DETAILED_ERRORS_ENABLED, SETTING_PIPELINING, SETTING_PIPELINING_MAX_EVENTS, tcpKeepAlive, tcpNoDelay, tcpReceiveBufferSize, tcpSendBufferSize, workerCount| Constructor and Description |
|---|
SearchGuardSSLNettyHttpServerTransport(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.common.network.NetworkService networkService,
org.elasticsearch.common.util.BigArrays bigArrays,
SearchGuardKeyStore sgks,
PrincipalExtractor principalExtractor) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.channel.ChannelPipelineFactory |
configureServerChannelPipelineFactory() |
protected void |
dispatchRequest(org.elasticsearch.rest.RestRequest request,
org.elasticsearch.rest.RestChannel channel) |
protected void |
errorThrown(Throwable t,
org.elasticsearch.http.netty.NettyHttpRequest request) |
protected void |
exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e) |
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, wait@Inject
public SearchGuardSSLNettyHttpServerTransport(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.common.network.NetworkService networkService,
org.elasticsearch.common.util.BigArrays bigArrays,
SearchGuardKeyStore sgks,
PrincipalExtractor principalExtractor)
public org.jboss.netty.channel.ChannelPipelineFactory configureServerChannelPipelineFactory()
configureServerChannelPipelineFactory in class org.elasticsearch.http.netty.NettyHttpServerTransportprotected void exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e)
throws Exception
exceptionCaught in class org.elasticsearch.http.netty.NettyHttpServerTransportExceptionprotected void dispatchRequest(org.elasticsearch.rest.RestRequest request,
org.elasticsearch.rest.RestChannel channel)
dispatchRequest in class org.elasticsearch.http.netty.NettyHttpServerTransportprotected void errorThrown(Throwable t, org.elasticsearch.http.netty.NettyHttpRequest request)
Copyright © 2015-2016. All Rights Reserved.