Class SearchGuardSSLNettyHttpServerTransport
- java.lang.Object
-
- org.elasticsearch.common.component.AbstractLifecycleComponent
-
- org.elasticsearch.http.AbstractHttpServerTransport
-
- org.elasticsearch.http.netty4.Netty4HttpServerTransport
-
- com.floragunn.searchguard.ssl.http.netty.SearchGuardSSLNettyHttpServerTransport
-
- All Implemented Interfaces:
Closeable,AutoCloseable,org.elasticsearch.common.component.LifecycleComponent,org.elasticsearch.common.lease.Releasable,org.elasticsearch.http.HttpServerTransport
- Direct Known Subclasses:
SearchGuardHttpServerTransport
public class SearchGuardSSLNettyHttpServerTransport extends org.elasticsearch.http.netty4.Netty4HttpServerTransport
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classSearchGuardSSLNettyHttpServerTransport.SSLHttpChannelHandler
-
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_COUNT
-
-
Constructor Summary
Constructors Constructor 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, ValidatingDispatcher dispatcher, SslExceptionHandler errorHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.channel.ChannelHandlerconfigureServerChannelHandler()voidonException(org.elasticsearch.http.HttpChannel channel, Exception cause0)-
Methods inherited from class org.elasticsearch.http.netty4.Netty4HttpServerTransport
bind, doStart, settings, stopInternal
-
Methods inherited from class org.elasticsearch.http.AbstractHttpServerTransport
bindServer, boundAddress, doClose, doStop, incomingRequest, incomingRequestError, info, onServerException, serverAcceptedChannel, stats
-
Methods inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent
addLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
SearchGuardSSLNettyHttpServerTransport
public 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, ValidatingDispatcher dispatcher, SslExceptionHandler errorHandler)
-
-
Method Detail
-
configureServerChannelHandler
public io.netty.channel.ChannelHandler configureServerChannelHandler()
- Overrides:
configureServerChannelHandlerin classorg.elasticsearch.http.netty4.Netty4HttpServerTransport
-
onException
public void onException(org.elasticsearch.http.HttpChannel channel, Exception cause0)- Overrides:
onExceptionin classorg.elasticsearch.http.netty4.Netty4HttpServerTransport
-
-