public class SearchGuardSSLNettyTransport
extends org.elasticsearch.transport.netty.NettyTransport
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SearchGuardSSLNettyTransport.ClientSSLHandler |
protected static class |
SearchGuardSSLNettyTransport.SSLClientChannelPipelineFactory |
protected static class |
SearchGuardSSLNettyTransport.SSLServerChannelPipelineFactory |
org.elasticsearch.transport.netty.NettyTransport.ChannelCloseListener, org.elasticsearch.transport.netty.NettyTransport.ClientChannelPipelineFactory, org.elasticsearch.transport.netty.NettyTransport.NodeChannels, org.elasticsearch.transport.netty.NettyTransport.ServerChannelPipelineFactorybigArrays, blockingClient, boundAddress, clientBootstrap, compress, connectedNodes, connectionLock, CONNECTIONS_PER_NODE_BULK, CONNECTIONS_PER_NODE_PING, CONNECTIONS_PER_NODE_RECOVERY, CONNECTIONS_PER_NODE_REG, CONNECTIONS_PER_NODE_STATE, connectionsPerNodeBulk, connectionsPerNodePing, connectionsPerNodeRecovery, connectionsPerNodeReg, connectionsPerNodeState, connectTimeout, DEFAULT_PING_SCHEDULE, DEFAULT_PORT_RANGE, DEFAULT_PROFILE, HTTP_SERVER_BOSS_THREAD_NAME_PREFIX, HTTP_SERVER_WORKER_THREAD_NAME_PREFIX, maxCompositeBufferComponents, maxCumulationBufferCapacity, namedWriteableRegistry, networkService, PING_SCHEDULE, profileBoundAddresses, receiveBufferSizePredictorFactory, receivePredictorMax, receivePredictorMin, serverBootstraps, serverChannels, threadPool, TRANSPORT_CLIENT_BOSS_THREAD_NAME_PREFIX, TRANSPORT_CLIENT_WORKER_THREAD_NAME_PREFIX, transportServiceAdapter, version, WORKER_COUNT, workerCount| Constructor and Description |
|---|
SearchGuardSSLNettyTransport(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.threadpool.ThreadPool threadPool,
org.elasticsearch.common.network.NetworkService networkService,
org.elasticsearch.common.util.BigArrays bigArrays,
org.elasticsearch.Version version,
org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry,
org.elasticsearch.indices.breaker.CircuitBreakerService circuitBreakerService,
SearchGuardKeyStore sgks) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.channel.ChannelPipelineFactory |
configureClientChannelPipelineFactory() |
org.jboss.netty.channel.ChannelPipelineFactory |
configureServerChannelPipelineFactory(String name,
org.elasticsearch.common.settings.Settings settings) |
protected void |
exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e) |
addressesFromString, addressSupported, boundAddress, connectToChannels, connectToChannelsLight, connectToNode, connectToNode, connectToNodeLight, disconnectFromNode, disconnectFromNode, disconnectFromNodeChannel, doClose, doStart, doStop, getLocalAddresses, nodeChannel, nodeConnected, profileBoundAddresses, sendRequest, serverOpen, settings, transportServiceAdapteraddLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stoplogDeprecatedSetting, logRemovedSetting, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait@Inject
public SearchGuardSSLNettyTransport(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.threadpool.ThreadPool threadPool,
org.elasticsearch.common.network.NetworkService networkService,
org.elasticsearch.common.util.BigArrays bigArrays,
org.elasticsearch.Version version,
org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry,
org.elasticsearch.indices.breaker.CircuitBreakerService circuitBreakerService,
SearchGuardKeyStore sgks)
protected void exceptionCaught(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.ExceptionEvent e)
throws Exception
exceptionCaught in class org.elasticsearch.transport.netty.NettyTransportExceptionpublic org.jboss.netty.channel.ChannelPipelineFactory configureClientChannelPipelineFactory()
configureClientChannelPipelineFactory in class org.elasticsearch.transport.netty.NettyTransportpublic org.jboss.netty.channel.ChannelPipelineFactory configureServerChannelPipelineFactory(String name, org.elasticsearch.common.settings.Settings settings)
configureServerChannelPipelineFactory in class org.elasticsearch.transport.netty.NettyTransportCopyright © 2015-2017. All Rights Reserved.