Uses of Interface
org.elasticsearch.transport.TransportInterceptor
-
Packages that use TransportInterceptor Package Description org.elasticsearch.common.network org.elasticsearch.node org.elasticsearch.plugins org.elasticsearch.transport -
-
Uses of TransportInterceptor in org.elasticsearch.common.network
Methods in org.elasticsearch.common.network that return TransportInterceptor Modifier and Type Method Description TransportInterceptorNetworkModule. getTransportInterceptor()Returns a compositeTransportInterceptorcontaining all registered interceptors -
Uses of TransportInterceptor in org.elasticsearch.node
Methods in org.elasticsearch.node with parameters of type TransportInterceptor Modifier and Type Method Description protected TransportServiceNode. newTransportService(Settings settings, Transport transport, ThreadPool threadPool, TransportInterceptor interceptor, Function<BoundTransportAddress,DiscoveryNode> localNodeFactory, ClusterSettings clusterSettings, Set<String> taskHeaders) -
Uses of TransportInterceptor in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type TransportInterceptor Modifier and Type Method Description default List<TransportInterceptor>NetworkPlugin. getTransportInterceptors(NamedWriteableRegistry namedWriteableRegistry, ThreadContext threadContext)Returns a list ofTransportInterceptorinstances that are used to intercept incoming and outgoing transport (inter-node) requests. -
Uses of TransportInterceptor in org.elasticsearch.transport
Fields in org.elasticsearch.transport declared as TransportInterceptor Modifier and Type Field Description static TransportInterceptorTransportService. NOOP_TRANSPORT_INTERCEPTORConstructors in org.elasticsearch.transport with parameters of type TransportInterceptor Constructor Description TransportService(Settings settings, Transport transport, ThreadPool threadPool, TransportInterceptor transportInterceptor, Function<BoundTransportAddress,DiscoveryNode> localNodeFactory, ClusterSettings clusterSettings, Set<String> taskHeaders)Build the service.TransportService(Settings settings, Transport transport, ThreadPool threadPool, TransportInterceptor transportInterceptor, Function<BoundTransportAddress,DiscoveryNode> localNodeFactory, ClusterSettings clusterSettings, Set<String> taskHeaders, ConnectionManager connectionManager)
-