A B C D E F G H I L M N O P R S T U W X 

A

addCloseListener(ActionListener<Void>) - Method in class org.elasticsearch.transport.netty4.NettyTcpChannel
 
additionalSettings() - Method in class org.elasticsearch.transport.Netty4Plugin
 
allowCredentials() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
By default cookies are not included in CORS requests, but this method will enable cookies to be added to CORS requests.
allowedRequestHeaders() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfig
Returns the allowed set of Request Headers.
allowedRequestHeaders(String...) - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
Specifies the if headers that should be returned in the CORS 'Access-Control-Allow-Headers' response header.
allowedRequestMethods() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfig
Returns the allowed set of Request Methods.
allowedRequestMethods(HttpMethod...) - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
Specifies the allowed set of HTTP Request Methods that should be returned in the CORS 'Access-Control-Request-Method' response header.
ANY_ORIGIN - Static variable in class org.elasticsearch.http.netty4.cors.Netty4CorsHandler
 

B

bigArrays - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
bind(String, InetSocketAddress) - Method in class org.elasticsearch.transport.netty4.Netty4Transport
 
bindHosts - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
bootstrap - Variable in class org.elasticsearch.transport.netty4.Netty4Transport
 
boundAddress - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
boundAddress() - Method in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
build() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
Builds a Netty4CorsConfig with settings specified by previous method calls.

C

channelActive(ChannelHandlerContext) - Method in class org.elasticsearch.transport.netty4.Netty4OpenChannelsHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class org.elasticsearch.http.netty4.pipelining.HttpPipeliningHandler
 
ClientChannelInitializer() - Constructor for class org.elasticsearch.transport.netty4.Netty4Transport.ClientChannelInitializer
 
close() - Method in class org.elasticsearch.transport.netty4.Netty4OpenChannelsHandler
 
close() - Method in class org.elasticsearch.transport.netty4.NettyTcpChannel
 
close(ChannelHandlerContext, ChannelPromise) - Method in class org.elasticsearch.http.netty4.pipelining.HttpPipeliningHandler
 
closeChannels(Collection<Channel>) - Static method in class org.elasticsearch.transport.netty4.Netty4Utils
 
compression - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
compressionLevel - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
configureServerChannelHandler() - Method in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
content() - Method in class org.elasticsearch.http.netty4.Netty4HttpRequest
 
createHttpResponse(FullHttpResponse, ChannelPromise) - Method in class org.elasticsearch.http.netty4.pipelining.HttpPipelinedRequest
 

D

detailedErrorsEnabled - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
disable() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
Disables CORS support.
doClose() - Method in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
doStart() - Method in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
doStart() - Method in class org.elasticsearch.transport.netty4.Netty4Transport
 
doStop() - Method in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 

E

exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.elasticsearch.http.netty4.Netty4HttpServerTransport.HttpChannelHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.elasticsearch.transport.netty4.Netty4Transport.ClientChannelInitializer
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.elasticsearch.transport.netty4.Netty4Transport
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.elasticsearch.transport.netty4.Netty4Transport.ServerChannelInitializer
 

F

forAnyOrigin() - Static method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
Creates a Builder instance with it's origin set to '*'.
forOrigin(String) - Static method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
Creates a Netty4CorsConfigBuilder instance with the specified origin.
forOrigins(String...) - Static method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
Creates a Netty4CorsConfigBuilder instance with the specified origins.
forPattern(Pattern) - Static method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
Create a Netty4CorsConfigBuilder instance with the specified pattern origin.

G

getChannel() - Method in class org.elasticsearch.http.netty4.Netty4HttpRequest
 
getClientChannelInitializer() - Method in class org.elasticsearch.transport.netty4.Netty4Transport
 
getCorsConfig() - Method in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
getHttpTransports(Settings, ThreadPool, BigArrays, CircuitBreakerService, NamedWriteableRegistry, NamedXContentRegistry, NetworkService, HttpServerTransport.Dispatcher) - Method in class org.elasticsearch.transport.Netty4Plugin
 
getLocalAddress() - Method in class org.elasticsearch.http.netty4.Netty4HttpRequest
Returns the local address where this request channel is bound to.
getLocalAddress() - Method in class org.elasticsearch.transport.netty4.NettyTcpChannel
 
getLowLevelChannel() - Method in class org.elasticsearch.transport.netty4.NettyTcpChannel
 
getRemoteAddress() - Method in class org.elasticsearch.http.netty4.Netty4HttpRequest
Returns the remote address where this rest request channel is "connected to".
getServerChannelInitializer(String) - Method in class org.elasticsearch.transport.netty4.Netty4Transport
 
getSettings() - Method in class org.elasticsearch.transport.Netty4Plugin
 
getTransports(Settings, ThreadPool, BigArrays, PageCacheRecycler, CircuitBreakerService, NamedWriteableRegistry, NetworkService) - Method in class org.elasticsearch.transport.Netty4Plugin
 

H

hasContent() - Method in class org.elasticsearch.http.netty4.Netty4HttpRequest
 
HttpChannelHandler(Netty4HttpServerTransport, boolean, ThreadContext) - Constructor for class org.elasticsearch.http.netty4.Netty4HttpServerTransport.HttpChannelHandler
 
HttpPipelinedRequest - Class in org.elasticsearch.http.netty4.pipelining
Permits downstream channel events to be ordered and signalled as to whether more are to come for a given sequence.
HttpPipelinedRequest(LastHttpContent, int) - Constructor for class org.elasticsearch.http.netty4.pipelining.HttpPipelinedRequest
 
HttpPipeliningHandler - Class in org.elasticsearch.http.netty4.pipelining
Implements HTTP pipelining ordering, ensuring that responses are completely served in the same order as their corresponding requests.
HttpPipeliningHandler(Logger, int) - Constructor for class org.elasticsearch.http.netty4.pipelining.HttpPipeliningHandler
Construct a new pipelining handler; this handler should be used downstream of HTTP decoding/aggregation.

I

info() - Method in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
initChannel(Channel) - Method in class org.elasticsearch.http.netty4.Netty4HttpServerTransport.HttpChannelHandler
 
initChannel(Channel) - Method in class org.elasticsearch.transport.netty4.Netty4Transport.ClientChannelInitializer
 
initChannel(Channel) - Method in class org.elasticsearch.transport.netty4.Netty4Transport.ServerChannelInitializer
 
initiateChannel(DiscoveryNode, TimeValue, ActionListener<Void>) - Method in class org.elasticsearch.transport.netty4.Netty4Transport
 
isAnyOriginSupported() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfig
Determines whether a wildcard origin, '*', is supported.
isCorsSupportEnabled() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfig
Determines if support for CORS is enabled.
isCredentialsAllowed() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfig
Determines if cookies are supported for CORS requests.
isNullOriginAllowed() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfig
Web browsers may set the 'Origin' request header to 'null' if a resource is loaded from the local file system.
isOpen() - Method in class org.elasticsearch.transport.netty4.NettyTcpChannel
 
isOriginAllowed(String) - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfig
Returns whether the input origin is allowed by this configuration.
isShortCircuit() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfig
Determines whether a CORS request should be rejected if it's invalid before being further processing.

L

last() - Method in class org.elasticsearch.http.netty4.pipelining.HttpPipelinedRequest
 

M

maxAge() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfig
Gets the maxAge setting.
maxAge(long) - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
When making a preflight request the client has to perform two request with can be inefficient.
maxChunkSize - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
maxCompositeBufferComponents - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
maxContentLength - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
maxHeaderSize - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
maxInitialLineLength - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
maybeDie(Throwable) - Static method in class org.elasticsearch.transport.netty4.Netty4Utils
If the specified cause is an unrecoverable error, this method will rethrow the cause on a separate thread so that it can not be caught and bubbles up to the uncaught exception handler.
method() - Method in class org.elasticsearch.http.netty4.Netty4HttpRequest
 

N

name - Variable in class org.elasticsearch.transport.netty4.Netty4Transport.ServerChannelInitializer
 
NETTY_BOSS_COUNT - Static variable in class org.elasticsearch.transport.netty4.Netty4Transport
 
NETTY_HTTP_TRANSPORT_NAME - Static variable in class org.elasticsearch.transport.Netty4Plugin
 
NETTY_RECEIVE_PREDICTOR_MAX - Static variable in class org.elasticsearch.transport.netty4.Netty4Transport
 
NETTY_RECEIVE_PREDICTOR_MIN - Static variable in class org.elasticsearch.transport.netty4.Netty4Transport
 
NETTY_RECEIVE_PREDICTOR_SIZE - Static variable in class org.elasticsearch.transport.netty4.Netty4Transport
 
NETTY_TRANSPORT_NAME - Static variable in class org.elasticsearch.transport.Netty4Plugin
 
Netty4CorsConfig - Class in org.elasticsearch.http.netty4.cors
Configuration for Cross-Origin Resource Sharing (CORS).
Netty4CorsConfigBuilder - Class in org.elasticsearch.http.netty4.cors
Builder used to configure and build a Netty4CorsConfig instance.
Netty4CorsHandler - Class in org.elasticsearch.http.netty4.cors
Handles Cross Origin Resource Sharing (CORS) requests.
Netty4CorsHandler(Netty4CorsConfig) - Constructor for class org.elasticsearch.http.netty4.cors.Netty4CorsHandler
Creates a new instance with the specified Netty4CorsConfig.
Netty4HttpRequest - Class in org.elasticsearch.http.netty4
 
Netty4HttpServerTransport - Class in org.elasticsearch.http.netty4
 
Netty4HttpServerTransport(Settings, NetworkService, BigArrays, ThreadPool, NamedXContentRegistry, HttpServerTransport.Dispatcher) - Constructor for class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
Netty4HttpServerTransport.HttpChannelHandler - Class in org.elasticsearch.http.netty4
 
Netty4OpenChannelsHandler - Class in org.elasticsearch.transport.netty4
 
Netty4OpenChannelsHandler(Logger) - Constructor for class org.elasticsearch.transport.netty4.Netty4OpenChannelsHandler
 
Netty4Plugin - Class in org.elasticsearch.transport
 
Netty4Plugin() - Constructor for class org.elasticsearch.transport.Netty4Plugin
 
Netty4Transport - Class in org.elasticsearch.transport.netty4
There are 4 types of connections per node, low/med/high/ping.
Netty4Transport(Settings, ThreadPool, NetworkService, BigArrays, NamedWriteableRegistry, CircuitBreakerService) - Constructor for class org.elasticsearch.transport.netty4.Netty4Transport
 
Netty4Transport.ClientChannelInitializer - Class in org.elasticsearch.transport.netty4
 
Netty4Transport.ServerChannelInitializer - Class in org.elasticsearch.transport.netty4
 
Netty4Utils - Class in org.elasticsearch.transport.netty4
 
Netty4Utils() - Constructor for class org.elasticsearch.transport.netty4.Netty4Utils
 
NettyTcpChannel - Class in org.elasticsearch.transport.netty4
 
networkService - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
noPreflightResponseHeaders() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
Specifies that no preflight response headers should be added to a preflight response.
numberOfOpenChannels() - Method in class org.elasticsearch.transport.netty4.Netty4OpenChannelsHandler
 

O

org.elasticsearch.http.netty4 - package org.elasticsearch.http.netty4
 
org.elasticsearch.http.netty4.cors - package org.elasticsearch.http.netty4.cors
 
org.elasticsearch.http.netty4.pipelining - package org.elasticsearch.http.netty4.pipelining
 
org.elasticsearch.transport - package org.elasticsearch.transport
 
org.elasticsearch.transport.netty4 - package org.elasticsearch.transport.netty4
 
origins() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfig
Returns the set of allowed origins.

P

pipelining - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
pipeliningMaxEvents - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
port - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
preflightResponseHeader(CharSequence, Iterable<T>) - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
Returns HTTP response headers that should be added to a CORS preflight response.
preflightResponseHeader(CharSequence, Object...) - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
Returns HTTP response headers that should be added to a CORS preflight response.
preflightResponseHeader(CharSequence, Callable<T>) - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
Returns HTTP response headers that should be added to a CORS preflight response.
preflightResponseHeaders() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfig
Returns HTTP response headers that should be added to a CORS preflight response.
publishHosts - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 

R

receivePredictorMax - Variable in class org.elasticsearch.transport.netty4.Netty4Transport
 
receivePredictorMin - Variable in class org.elasticsearch.transport.netty4.Netty4Transport
 
recvByteBufAllocator - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
recvByteBufAllocator - Variable in class org.elasticsearch.transport.netty4.Netty4Transport
 
refCnt() - Method in class org.elasticsearch.http.netty4.pipelining.HttpPipelinedRequest
 
release() - Method in class org.elasticsearch.http.netty4.pipelining.HttpPipelinedRequest
 
release(int) - Method in class org.elasticsearch.http.netty4.pipelining.HttpPipelinedRequest
 
request() - Method in class org.elasticsearch.http.netty4.Netty4HttpRequest
 
resetCookies - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
retain() - Method in class org.elasticsearch.http.netty4.pipelining.HttpPipelinedRequest
 
retain(int) - Method in class org.elasticsearch.http.netty4.pipelining.HttpPipelinedRequest
 
reuseAddress - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 

S

sendMessage(BytesReference, ActionListener<Void>) - Method in class org.elasticsearch.transport.netty4.NettyTcpChannel
 
serverBootstrap - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
serverBootstraps - Variable in class org.elasticsearch.transport.netty4.Netty4Transport
 
ServerChannelInitializer(String) - Constructor for class org.elasticsearch.transport.netty4.Netty4Transport.ServerChannelInitializer
 
serverChannels - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
setAvailableProcessors(int) - Static method in class org.elasticsearch.transport.netty4.Netty4Utils
Set the number of available processors that Netty uses for sizing various resources (e.g., thread pools).
setCorsResponseHeaders(HttpRequest, HttpResponse, Netty4CorsConfig) - Static method in class org.elasticsearch.http.netty4.cors.Netty4CorsHandler
 
setSoLinger(int) - Method in class org.elasticsearch.transport.netty4.NettyTcpChannel
 
SETTING_HTTP_NETTY_MAX_COMPOSITE_BUFFER_COMPONENTS - Static variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_MAX - Static variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
Deprecated.
This (undocumented) setting is deprecated to reduce complexity and is removed in 7.0. See #26165 for details.
SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_MIN - Static variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
Deprecated.
This (undocumented) setting is deprecated to reduce complexity and is removed in 7.0. See #26165 for details.
SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_SIZE - Static variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
SETTING_HTTP_WORKER_COUNT - Static variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
settings() - Method in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
setup() - Static method in class org.elasticsearch.transport.netty4.Netty4Utils
 
shortCircuit() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
Specifies that a CORS request should be rejected if it's invalid before being further processing.
stats() - Method in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
stopInternal() - Method in class org.elasticsearch.transport.netty4.Netty4Transport
 

T

tcpKeepAlive - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
tcpNoDelay - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
tcpReceiveBufferSize - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
tcpSendBufferSize - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
threadPool - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
toByteBuf(BytesReference) - Static method in class org.elasticsearch.transport.netty4.Netty4Utils
Turns the given BytesReference into a ByteBuf.
toBytesReference(ByteBuf) - Static method in class org.elasticsearch.transport.netty4.Netty4Utils
Wraps the given ChannelBuffer with a BytesReference
toString() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfig
 
toString() - Method in class org.elasticsearch.transport.netty4.NettyTcpChannel
 
totalChannels() - Method in class org.elasticsearch.transport.netty4.Netty4OpenChannelsHandler
 
touch() - Method in class org.elasticsearch.http.netty4.pipelining.HttpPipelinedRequest
 
touch(Object) - Method in class org.elasticsearch.http.netty4.pipelining.HttpPipelinedRequest
 

U

uri() - Method in class org.elasticsearch.http.netty4.Netty4HttpRequest
 

W

WORKER_COUNT - Static variable in class org.elasticsearch.transport.netty4.Netty4Transport
 
workerCount - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
workerCount - Variable in class org.elasticsearch.transport.netty4.Netty4Transport
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.elasticsearch.http.netty4.pipelining.HttpPipeliningHandler
 

X

xContentRegistry - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
The registry used to construct parsers so they support XContentParser.namedObject(Class, String, Object).
A B C D E F G H I L M N O P R S T U W X 
Skip navigation links