A B C D E F G H I M N O P R S T U W 
All Classes All Packages

A

addCloseListener(ActionListener<Void>) - Method in class org.elasticsearch.http.netty4.Netty4HttpChannel
 
addCloseListener(ActionListener<Void>) - Method in class org.elasticsearch.http.netty4.Netty4HttpServerChannel
 
addCloseListener(ActionListener<Void>) - Method in class org.elasticsearch.transport.netty4.Netty4TcpChannel
 
addCloseListener(ActionListener<Void>) - Method in class org.elasticsearch.transport.netty4.Netty4TcpServerChannel
 
addConnectListener(ActionListener<Void>) - Method in class org.elasticsearch.transport.netty4.Netty4TcpChannel
 
addHeader(String, String) - Method in class org.elasticsearch.http.netty4.Netty4HttpResponse
 
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

bind(String, InetSocketAddress) - Method in class org.elasticsearch.transport.netty4.Netty4Transport
 
bind(InetSocketAddress) - 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

channelRead(ChannelHandlerContext, Object) - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class org.elasticsearch.http.netty4.Netty4HttpPipeliningHandler
 
ClientChannelInitializer() - Constructor for class org.elasticsearch.transport.netty4.Netty4Transport.ClientChannelInitializer
 
close() - Method in class org.elasticsearch.http.netty4.Netty4HttpChannel
 
close() - Method in class org.elasticsearch.http.netty4.Netty4HttpServerChannel
 
close() - Method in class org.elasticsearch.transport.netty4.Netty4TcpChannel
 
close() - Method in class org.elasticsearch.transport.netty4.Netty4TcpServerChannel
 
close(ChannelHandlerContext, ChannelPromise) - Method in class org.elasticsearch.http.netty4.Netty4HttpPipeliningHandler
 
configureServerChannelHandler() - Method in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
containsHeader(String) - Method in class org.elasticsearch.http.netty4.Netty4HttpResponse
 
content() - Method in class org.elasticsearch.http.netty4.Netty4HttpRequest
 
createResponse(RestStatus, BytesReference) - Method in class org.elasticsearch.http.netty4.Netty4HttpRequest
 

D

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

E

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.ServerChannelInitializer
 

F

forAnyOrigin() - Static method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfigBuilder
Creates a Builder instance with it's origin set to '*'.
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

getChannelStats() - Method in class org.elasticsearch.transport.netty4.Netty4TcpChannel
 
getClientChannelInitializer(DiscoveryNode) - Method in class org.elasticsearch.transport.netty4.Netty4Transport
 
getHeaders() - Method in class org.elasticsearch.http.netty4.Netty4HttpRequest
 
getHttpTransports(Settings, ThreadPool, BigArrays, PageCacheRecycler, CircuitBreakerService, NamedXContentRegistry, NetworkService, HttpServerTransport.Dispatcher) - Method in class org.elasticsearch.transport.Netty4Plugin
 
getLocalAddress() - Method in class org.elasticsearch.http.netty4.Netty4HttpChannel
 
getLocalAddress() - Method in class org.elasticsearch.http.netty4.Netty4HttpServerChannel
 
getLocalAddress() - Method in class org.elasticsearch.transport.netty4.Netty4TcpChannel
 
getLocalAddress() - Method in class org.elasticsearch.transport.netty4.Netty4TcpServerChannel
 
getNettyChannel() - Method in class org.elasticsearch.http.netty4.Netty4HttpChannel
 
getNettyChannel() - Method in class org.elasticsearch.transport.netty4.Netty4TcpChannel
 
getProfile() - Method in class org.elasticsearch.transport.netty4.Netty4TcpChannel
 
getProfile() - Method in class org.elasticsearch.transport.netty4.Netty4TcpServerChannel
 
getRemoteAddress() - Method in class org.elasticsearch.http.netty4.Netty4HttpChannel
 
getRemoteAddress() - Method in class org.elasticsearch.transport.netty4.Netty4TcpChannel
 
getRequest() - Method in class org.elasticsearch.http.netty4.Netty4HttpResponse
 
getSequence() - Method in class org.elasticsearch.http.netty4.Netty4HttpResponse
 
getServerChannelInitializer(String) - Method in class org.elasticsearch.transport.netty4.Netty4Transport
 
getSettings() - Method in class org.elasticsearch.transport.Netty4Plugin
 
getTransports(Settings, ThreadPool, PageCacheRecycler, CircuitBreakerService, NamedWriteableRegistry, NetworkService) - Method in class org.elasticsearch.transport.Netty4Plugin
 

H

HttpChannelHandler(Netty4HttpServerTransport, HttpHandlingSettings) - Constructor for class org.elasticsearch.http.netty4.Netty4HttpServerTransport.HttpChannelHandler
 

I

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) - 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 credentials are supported for CORS requests.
isOpen() - Method in class org.elasticsearch.http.netty4.Netty4HttpChannel
 
isOpen() - Method in class org.elasticsearch.http.netty4.Netty4HttpServerChannel
 
isOpen() - Method in class org.elasticsearch.transport.netty4.Netty4TcpChannel
 
isOpen() - Method in class org.elasticsearch.transport.netty4.Netty4TcpServerChannel
 
isOriginAllowed(String) - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfig
Returns whether the input origin is allowed by this configuration.
isServerChannel() - Method in class org.elasticsearch.transport.netty4.Netty4TcpChannel
 
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.

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.
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.
Netty4HttpChannel - Class in org.elasticsearch.http.netty4
 
Netty4HttpPipeliningHandler - Class in org.elasticsearch.http.netty4
Implements HTTP pipelining ordering, ensuring that responses are completely served in the same order as their corresponding requests.
Netty4HttpPipeliningHandler(Logger, int) - Constructor for class org.elasticsearch.http.netty4.Netty4HttpPipeliningHandler
Construct a new pipelining handler; this handler should be used downstream of HTTP decoding/aggregation.
Netty4HttpRequest - Class in org.elasticsearch.http.netty4
 
Netty4HttpResponse - Class in org.elasticsearch.http.netty4
 
Netty4HttpServerChannel - 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
 
Netty4Plugin - Class in org.elasticsearch.transport
 
Netty4Plugin() - Constructor for class org.elasticsearch.transport.Netty4Plugin
 
Netty4TcpChannel - Class in org.elasticsearch.transport.netty4
 
Netty4TcpServerChannel - Class in org.elasticsearch.transport.netty4
 
Netty4Transport - Class in org.elasticsearch.transport.netty4
There are 4 types of connections per node, low/med/high/ping.
Netty4Transport(Settings, Version, ThreadPool, NetworkService, PageCacheRecycler, 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
 
nettyRequest() - Method in class org.elasticsearch.http.netty4.Netty4HttpRequest
 

O

onException(HttpChannel, Exception) - Method in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
org.elasticsearch.http.netty4 - package org.elasticsearch.http.netty4
 
org.elasticsearch.http.netty4.cors - package org.elasticsearch.http.netty4.cors
 
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

preflightResponseHeaders() - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsConfig
Returns HTTP response headers that should be added to a CORS preflight response.
protocolVersion() - Method in class org.elasticsearch.http.netty4.Netty4HttpRequest
 

R

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

S

sendMessage(BytesReference, ActionListener<Void>) - Method in class org.elasticsearch.transport.netty4.Netty4TcpChannel
 
sendResponse(HttpResponse, ActionListener<Void>) - Method in class org.elasticsearch.http.netty4.Netty4HttpChannel
 
serverBootstrap - Variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
ServerChannelInitializer(String) - Constructor for class org.elasticsearch.transport.netty4.Netty4Transport.ServerChannelInitializer
 
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
 
SETTING_HTTP_NETTY_MAX_COMPOSITE_BUFFER_COMPONENTS - Static variable in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
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.
stopInternal() - Method in class org.elasticsearch.http.netty4.Netty4HttpServerTransport
 
stopInternal() - Method in class org.elasticsearch.transport.netty4.Netty4Transport
 
strictCookies() - Method in class org.elasticsearch.http.netty4.Netty4HttpRequest
 

T

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.http.netty4.Netty4HttpChannel
 
toString() - Method in class org.elasticsearch.http.netty4.Netty4HttpServerChannel
 
toString() - Method in class org.elasticsearch.transport.netty4.Netty4TcpChannel
 
toString() - Method in class org.elasticsearch.transport.netty4.Netty4TcpServerChannel
 

U

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

W

WORKER_COUNT - Static variable in class org.elasticsearch.transport.netty4.Netty4Transport
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.elasticsearch.http.netty4.cors.Netty4CorsHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.elasticsearch.http.netty4.Netty4HttpPipeliningHandler
 
A B C D E F G H I M N O P R S T U W 
All Classes All Packages