public class SearchGuardSSLNettyTransport
extends org.elasticsearch.transport.netty4.Netty4Transport
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SearchGuardSSLNettyTransport.ClientSSLHandler |
protected class |
SearchGuardSSLNettyTransport.SSLClientChannelInitializer |
protected class |
SearchGuardSSLNettyTransport.SSLServerChannelInitializer |
org.elasticsearch.transport.netty4.Netty4Transport.ClientChannelInitializer, org.elasticsearch.transport.netty4.Netty4Transport.ServerChannelInitializerorg.elasticsearch.transport.TcpTransport.HttpOnTransportException, org.elasticsearch.transport.TcpTransport.NodeChannels, org.elasticsearch.transport.TcpTransport.ProfileSettingsorg.elasticsearch.transport.Transport.Connection, org.elasticsearch.transport.Transport.ResponseContext<T extends org.elasticsearch.transport.TransportResponse>, org.elasticsearch.transport.Transport.ResponseHandlersNETTY_BOSS_COUNT, NETTY_RECEIVE_PREDICTOR_MAX, NETTY_RECEIVE_PREDICTOR_MIN, NETTY_RECEIVE_PREDICTOR_SIZE, WORKER_COUNT| Constructor and Description |
|---|
SearchGuardSSLNettyTransport(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.Version version,
org.elasticsearch.threadpool.ThreadPool threadPool,
org.elasticsearch.common.network.NetworkService networkService,
org.elasticsearch.common.util.PageCacheRecycler pageCacheRecycler,
org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry,
org.elasticsearch.indices.breaker.CircuitBreakerService circuitBreakerService,
SearchGuardKeyStore sgks,
SslExceptionHandler errorHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected io.netty.channel.ChannelHandler |
getClientChannelInitializer(org.elasticsearch.cluster.node.DiscoveryNode node) |
protected io.netty.channel.ChannelHandler |
getServerChannelInitializer(String name) |
void |
onException(org.elasticsearch.transport.TcpChannel channel,
Exception e) |
bind, doStart, initiateChannel, stopInternaladdMessageListener, addressesFromString, bindServer, boundAddress, consumeNetworkReads, doClose, doStop, ensureOpen, executeHandshake, getInFlightRequestBreaker, getLocalAddresses, getProfileSettings, getRequestHandler, getResponseHandlers, getStats, handleRequest, inboundMessage, maybeOverrideConnectionProfile, messageReceived, onServerException, openConnection, profileBoundAddresses, readMessageLength, registerRequestHandler, removeMessageListener, sendErrorResponse, sendResponse, serverAcceptedChannel, validateRequestaddLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SearchGuardSSLNettyTransport(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.Version version,
org.elasticsearch.threadpool.ThreadPool threadPool,
org.elasticsearch.common.network.NetworkService networkService,
org.elasticsearch.common.util.PageCacheRecycler pageCacheRecycler,
org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry,
org.elasticsearch.indices.breaker.CircuitBreakerService circuitBreakerService,
SearchGuardKeyStore sgks,
SslExceptionHandler errorHandler)
public void onException(org.elasticsearch.transport.TcpChannel channel,
Exception e)
onException in class org.elasticsearch.transport.TcpTransportprotected io.netty.channel.ChannelHandler getServerChannelInitializer(String name)
getServerChannelInitializer in class org.elasticsearch.transport.netty4.Netty4Transportprotected io.netty.channel.ChannelHandler getClientChannelInitializer(org.elasticsearch.cluster.node.DiscoveryNode node)
getClientChannelInitializer in class org.elasticsearch.transport.netty4.Netty4TransportCopyright © 2015–2019. All rights reserved.