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

A

allowCredentials() - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfigBuilder
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.netty3.cors.Netty3CorsConfig
Returns the allowed set of Request Headers.
allowedRequestHeaders(Set<String>) - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfigBuilder
Specifies the if headers that should be returned in the CORS 'Access-Control-Allow-Headers' response header.
allowedRequestMethods() - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfig
Returns the allowed set of Request Methods.
allowedRequestMethods(Set<HttpMethod>) - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfigBuilder
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.netty3.cors.Netty3CorsHandler
 

B

bigArrays - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
bind(String, InetSocketAddress) - Method in class org.elasticsearch.transport.netty3.Netty3Transport
 
bindHosts - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
blockingServer - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
boundAddress - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
boundAddress() - Method in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
build() - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfigBuilder
Builds a Netty3CorsConfig with settings specified by previous method calls.

C

clientBootstrap - Variable in class org.elasticsearch.transport.netty3.Netty3Transport
 
ClientChannelPipelineFactory(Netty3Transport) - Constructor for class org.elasticsearch.transport.netty3.Netty3Transport.ClientChannelPipelineFactory
 
close() - Method in class org.elasticsearch.transport.netty3.Netty3OpenChannelsHandler
 
closeChannels(List<Channel>) - Method in class org.elasticsearch.transport.netty3.Netty3Transport
 
compression - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
compressionLevel - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
configureClientChannelPipelineFactory() - Method in class org.elasticsearch.transport.netty3.Netty3Transport
 
configureServerChannelPipelineFactory() - Method in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
configureServerChannelPipelineFactory(String, Settings) - Method in class org.elasticsearch.transport.netty3.Netty3Transport
 
connectToChannels(DiscoveryNode, ConnectionProfile, Consumer<Channel>) - Method in class org.elasticsearch.transport.netty3.Netty3Transport
 
content() - Method in class org.elasticsearch.http.netty3.Netty3HttpRequest
 

D

DEFAULT_GATHERING - Static variable in class org.elasticsearch.transport.netty3.Netty3Utils
Here we go....
deprecationMessage() - Method in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
deprecationMessage() - Method in class org.elasticsearch.transport.netty3.Netty3Transport
 
detailedErrorsEnabled - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
determineThreadName(String, String) - Method in class org.elasticsearch.transport.netty3.Netty3Utils.EsThreadNameDeterminer
 
disable() - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfigBuilder
Disables CORS support.
dispatchRequest(RestRequest, RestChannel) - Method in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
doClose() - Method in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
doStart() - Method in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
doStart() - Method in class org.elasticsearch.transport.netty3.Netty3Transport
 
doStop() - Method in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 

E

encode(ChannelHandlerContext, Channel, Object) - Method in class org.elasticsearch.http.netty3.ESNetty3HttpResponseEncoder
 
ESNetty3HttpResponseEncoder - Class in org.elasticsearch.http.netty3
Wraps a netty HttpResponseEncoder and makes sure that if the resulting channel buffer is composite, it will use the correct gathering flag.
ESNetty3HttpResponseEncoder() - Constructor for class org.elasticsearch.http.netty3.ESNetty3HttpResponseEncoder
 
EsThreadNameDeterminer() - Constructor for class org.elasticsearch.transport.netty3.Netty3Utils.EsThreadNameDeterminer
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.elasticsearch.http.netty3.Netty3HttpRequestHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.elasticsearch.transport.netty3.Netty3Transport
 

F

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

G

getChannel() - Method in class org.elasticsearch.http.netty3.Netty3HttpRequest
 
getChannel() - Method in class org.elasticsearch.http.netty3.pipelining.OrderedDownstreamChannelEvent
 
getChannelEvent() - Method in class org.elasticsearch.http.netty3.pipelining.OrderedDownstreamChannelEvent
 
getCorsConfig() - Method in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
getFuture() - Method in class org.elasticsearch.http.netty3.pipelining.OrderedDownstreamChannelEvent
 
getHttpTransports(Settings, ThreadPool, BigArrays, CircuitBreakerService, NamedWriteableRegistry, NamedXContentRegistry, NetworkService, HttpServerTransport.Dispatcher) - Method in class org.elasticsearch.transport.Netty3Plugin
 
getLocalAddress() - Method in class org.elasticsearch.http.netty3.Netty3HttpRequest
Returns the local address where this request channel is bound to.
getLocalAddress(Channel) - Method in class org.elasticsearch.transport.netty3.Netty3Transport
 
getMaxEventsHeld() - Method in class org.elasticsearch.http.netty3.pipelining.HttpPipeliningHandler
 
getOrderedUpstreamMessageEvent() - Method in class org.elasticsearch.http.netty3.pipelining.OrderedDownstreamChannelEvent
 
getPipeline() - Method in class org.elasticsearch.http.netty3.Netty3HttpServerTransport.HttpChannelPipelineFactory
 
getPipeline() - Method in class org.elasticsearch.transport.netty3.Netty3Transport.ClientChannelPipelineFactory
 
getPipeline() - Method in class org.elasticsearch.transport.netty3.Netty3Transport.ServerChannelPipelineFactory
 
getRemoteAddress() - Method in class org.elasticsearch.http.netty3.Netty3HttpRequest
Returns the remote address where this rest request channel is "connected to".
getSequence() - Method in class org.elasticsearch.http.netty3.pipelining.OrderedUpstreamMessageEvent
 
getSettings() - Method in class org.elasticsearch.transport.Netty3Plugin
 
getSubsequence() - Method in class org.elasticsearch.http.netty3.pipelining.OrderedDownstreamChannelEvent
 
getTransports(Settings, ThreadPool, BigArrays, CircuitBreakerService, NamedWriteableRegistry, NetworkService) - Method in class org.elasticsearch.transport.Netty3Plugin
 

H

handleDownstream(ChannelHandlerContext, ChannelEvent) - Method in class org.elasticsearch.http.netty3.pipelining.HttpPipeliningHandler
 
handleUpstream(ChannelHandlerContext, ChannelEvent) - Method in class org.elasticsearch.transport.netty3.Netty3OpenChannelsHandler
 
hasContent() - Method in class org.elasticsearch.http.netty3.Netty3HttpRequest
 
HttpChannelPipelineFactory(Netty3HttpServerTransport, boolean, ThreadContext) - Constructor for class org.elasticsearch.http.netty3.Netty3HttpServerTransport.HttpChannelPipelineFactory
 
HttpPipeliningHandler - Class in org.elasticsearch.http.netty3.pipelining
Implements HTTP pipelining ordering, ensuring that responses are completely served in the same order as their corresponding requests.
HttpPipeliningHandler(int) - Constructor for class org.elasticsearch.http.netty3.pipelining.HttpPipeliningHandler
 

I

info() - Method in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
INITIAL_EVENTS_HELD - Static variable in class org.elasticsearch.http.netty3.pipelining.HttpPipeliningHandler
 
isAnyOriginSupported() - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfig
Determines whether a wildcard origin, '*', is supported.
isCorsSupportEnabled() - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfig
Determines if support for CORS is enabled.
isCredentialsAllowed() - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfig
Determines if cookies are supported for CORS requests.
isLast() - Method in class org.elasticsearch.http.netty3.pipelining.OrderedDownstreamChannelEvent
 
isNullOriginAllowed() - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfig
Web browsers may set the 'Origin' request header to 'null' if a resource is loaded from the local file system.
isOpen(Channel) - Method in class org.elasticsearch.transport.netty3.Netty3Transport
 
isOriginAllowed(String) - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfig
Returns whether the input origin is allowed by this configuration.
isShortCircuit() - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfig
Determines whether a CORS request should be rejected if it's invalid before being further processing.

M

maxAge() - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfig
Gets the maxAge setting.
maxAge(long) - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfigBuilder
When making a preflight request the client has to perform two request with can be inefficient.
maxChunkSize - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
maxCompositeBufferComponents - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
maxCompositeBufferComponents - Variable in class org.elasticsearch.transport.netty3.Netty3Transport
 
maxContentLength - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
maxCumulationBufferCapacity - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
maxCumulationBufferCapacity - Variable in class org.elasticsearch.transport.netty3.Netty3Transport
 
maxHeaderSize - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
maxInitialLineLength - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
maybeDie(Throwable) - Static method in class org.elasticsearch.transport.netty3.Netty3Utils
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.
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.elasticsearch.http.netty3.Netty3HttpRequestHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.elasticsearch.http.netty3.pipelining.HttpPipeliningHandler
 
method() - Method in class org.elasticsearch.http.netty3.Netty3HttpRequest
 

N

name - Variable in class org.elasticsearch.transport.netty3.Netty3Transport.ServerChannelPipelineFactory
 
Netty3CorsConfig - Class in org.elasticsearch.http.netty3.cors
Configuration for Cross-Origin Resource Sharing (CORS).
Netty3CorsConfigBuilder - Class in org.elasticsearch.http.netty3.cors
Builder used to configure and build a Netty3CorsConfig instance.
Netty3CorsHandler - Class in org.elasticsearch.http.netty3.cors
Handles Cross Origin Resource Sharing (CORS) requests.
Netty3CorsHandler(Netty3CorsConfig) - Constructor for class org.elasticsearch.http.netty3.cors.Netty3CorsHandler
Creates a new instance with the specified Netty3CorsConfig.
Netty3HttpChannel - Class in org.elasticsearch.http.netty3
 
Netty3HttpChannel(Netty3HttpServerTransport, Netty3HttpRequest, OrderedUpstreamMessageEvent, boolean, ThreadContext) - Constructor for class org.elasticsearch.http.netty3.Netty3HttpChannel
 
Netty3HttpRequest - Class in org.elasticsearch.http.netty3
 
Netty3HttpRequest(NamedXContentRegistry, HttpRequest, Channel) - Constructor for class org.elasticsearch.http.netty3.Netty3HttpRequest
 
Netty3HttpRequestHandler - Class in org.elasticsearch.http.netty3
 
Netty3HttpRequestHandler(Netty3HttpServerTransport, boolean, ThreadContext) - Constructor for class org.elasticsearch.http.netty3.Netty3HttpRequestHandler
 
Netty3HttpServerTransport - Class in org.elasticsearch.http.netty3
 
Netty3HttpServerTransport(Settings, NetworkService, BigArrays, ThreadPool, NamedXContentRegistry, HttpServerTransport.Dispatcher) - Constructor for class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
Netty3HttpServerTransport.HttpChannelPipelineFactory - Class in org.elasticsearch.http.netty3
 
Netty3OpenChannelsHandler - Class in org.elasticsearch.transport.netty3
 
Netty3OpenChannelsHandler(Logger) - Constructor for class org.elasticsearch.transport.netty3.Netty3OpenChannelsHandler
 
Netty3Plugin - Class in org.elasticsearch.transport
 
Netty3Plugin() - Constructor for class org.elasticsearch.transport.Netty3Plugin
 
Netty3Transport - Class in org.elasticsearch.transport.netty3
There are 4 types of connections per node, low/med/high/ping.
Netty3Transport(Settings, ThreadPool, NetworkService, BigArrays, NamedWriteableRegistry, CircuitBreakerService) - Constructor for class org.elasticsearch.transport.netty3.Netty3Transport
 
Netty3Transport.ClientChannelPipelineFactory - Class in org.elasticsearch.transport.netty3
 
Netty3Transport.ServerChannelPipelineFactory - Class in org.elasticsearch.transport.netty3
 
Netty3Utils - Class in org.elasticsearch.transport.netty3
 
Netty3Utils() - Constructor for class org.elasticsearch.transport.netty3.Netty3Utils
 
Netty3Utils.EsThreadNameDeterminer - Class in org.elasticsearch.transport.netty3
 
NETTY_BOSS_COUNT - Static variable in class org.elasticsearch.transport.netty3.Netty3Transport
 
NETTY_HTTP_TRANSPORT_NAME - Static variable in class org.elasticsearch.transport.Netty3Plugin
 
NETTY_MAX_COMPOSITE_BUFFER_COMPONENTS - Static variable in class org.elasticsearch.transport.netty3.Netty3Transport
 
NETTY_MAX_CUMULATION_BUFFER_CAPACITY - Static variable in class org.elasticsearch.transport.netty3.Netty3Transport
 
NETTY_RECEIVE_PREDICTOR_MAX - Static variable in class org.elasticsearch.transport.netty3.Netty3Transport
 
NETTY_RECEIVE_PREDICTOR_MIN - Static variable in class org.elasticsearch.transport.netty3.Netty3Transport
 
NETTY_RECEIVE_PREDICTOR_SIZE - Static variable in class org.elasticsearch.transport.netty3.Netty3Transport
 
NETTY_TRANSPORT_NAME - Static variable in class org.elasticsearch.transport.Netty3Plugin
 
nettyTransport - Variable in class org.elasticsearch.transport.netty3.Netty3Transport.ClientChannelPipelineFactory
 
nettyTransport - Variable in class org.elasticsearch.transport.netty3.Netty3Transport.ServerChannelPipelineFactory
 
networkService - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
newBytesOutput() - Method in class org.elasticsearch.http.netty3.Netty3HttpChannel
 
noPreflightResponseHeaders() - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfigBuilder
Specifies that no preflight response headers should be added to a preflight response.
numberOfOpenChannels() - Method in class org.elasticsearch.transport.netty3.Netty3OpenChannelsHandler
 

O

OrderedDownstreamChannelEvent - Class in org.elasticsearch.http.netty3.pipelining
Permits downstream channel events to be ordered and signalled as to whether more are to come for a given sequence.
OrderedDownstreamChannelEvent(OrderedUpstreamMessageEvent, int, boolean, ChannelEvent) - Constructor for class org.elasticsearch.http.netty3.pipelining.OrderedDownstreamChannelEvent
Construct a downstream channel event for all types of events.
OrderedDownstreamChannelEvent(OrderedUpstreamMessageEvent, Object) - Constructor for class org.elasticsearch.http.netty3.pipelining.OrderedDownstreamChannelEvent
Convenience constructor signifying that this downstream message event is the last one for the given sequence, and that there is only one response.
OrderedDownstreamChannelEvent(OrderedUpstreamMessageEvent, int, boolean, Object) - Constructor for class org.elasticsearch.http.netty3.pipelining.OrderedDownstreamChannelEvent
Convenience constructor for passing message events.
OrderedUpstreamMessageEvent - Class in org.elasticsearch.http.netty3.pipelining
Permits upstream message events to be ordered.
OrderedUpstreamMessageEvent(int, Channel, Object, SocketAddress) - Constructor for class org.elasticsearch.http.netty3.pipelining.OrderedUpstreamMessageEvent
 
org.elasticsearch.http.netty3 - package org.elasticsearch.http.netty3
 
org.elasticsearch.http.netty3.cors - package org.elasticsearch.http.netty3.cors
 
org.elasticsearch.http.netty3.pipelining - package org.elasticsearch.http.netty3.pipelining
 
org.elasticsearch.transport - package org.elasticsearch.transport
 
org.elasticsearch.transport.netty3 - package org.elasticsearch.transport.netty3
 
origins() - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfig
Returns the set of allowed origins.

P

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

R

receiveBufferSizePredictorFactory - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
receiveBufferSizePredictorFactory - Variable in class org.elasticsearch.transport.netty3.Netty3Transport
 
receivePredictorMax - Variable in class org.elasticsearch.transport.netty3.Netty3Transport
 
receivePredictorMin - Variable in class org.elasticsearch.transport.netty3.Netty3Transport
 
request() - Method in class org.elasticsearch.http.netty3.Netty3HttpRequest
 
requestHandler - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport.HttpChannelPipelineFactory
 
resetCookies - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
reuseAddress - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 

S

sendMessage(Channel, BytesReference, Runnable) - Method in class org.elasticsearch.transport.netty3.Netty3Transport
 
sendResponse(RestResponse) - Method in class org.elasticsearch.http.netty3.Netty3HttpChannel
 
serverBootstrap - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
serverBootstraps - Variable in class org.elasticsearch.transport.netty3.Netty3Transport
 
ServerChannelPipelineFactory(Netty3Transport, String, Settings) - Constructor for class org.elasticsearch.transport.netty3.Netty3Transport.ServerChannelPipelineFactory
 
serverChannels - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
serverOpen() - Method in class org.elasticsearch.transport.netty3.Netty3Transport
 
setCorsResponseHeaders(HttpRequest, HttpResponse, Netty3CorsConfig) - Static method in class org.elasticsearch.http.netty3.cors.Netty3CorsHandler
 
SETTING_HTTP_NETTY_MAX_COMPOSITE_BUFFER_COMPONENTS - Static variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
SETTING_HTTP_NETTY_MAX_CUMULATION_BUFFER_CAPACITY - Static variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_MAX - Static variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_MIN - Static variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
SETTING_HTTP_NETTY_RECEIVE_PREDICTOR_SIZE - Static variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
SETTING_HTTP_TCP_BLOCKING_SERVER - Static variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
SETTING_HTTP_TCP_KEEP_ALIVE - Static variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
SETTING_HTTP_TCP_NO_DELAY - Static variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
SETTING_HTTP_TCP_RECEIVE_BUFFER_SIZE - Static variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
SETTING_HTTP_TCP_REUSE_ADDRESS - Static variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
SETTING_HTTP_TCP_SEND_BUFFER_SIZE - Static variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
SETTING_HTTP_WORKER_COUNT - Static variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
settings() - Method in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
settings - Variable in class org.elasticsearch.transport.netty3.Netty3Transport.ServerChannelPipelineFactory
 
setup() - Static method in class org.elasticsearch.transport.netty3.Netty3Utils
 
shortCircuit() - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfigBuilder
Specifies that a CORS request should be rejected if it's invalid before being further processing.
stats() - Method in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
stopInternal() - Method in class org.elasticsearch.transport.netty3.Netty3Transport
 

T

tcpKeepAlive - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
tcpNoDelay - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
tcpReceiveBufferSize - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
tcpSendBufferSize - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
threadPool - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
toBytesReference(ChannelBuffer) - Static method in class org.elasticsearch.transport.netty3.Netty3Utils
Wraps the given ChannelBuffer with a BytesReference
toBytesReference(ChannelBuffer, int) - Static method in class org.elasticsearch.transport.netty3.Netty3Utils
Wraps the given ChannelBuffer with a BytesReference of a given size
toChannelBuffer(BytesReference) - Static method in class org.elasticsearch.transport.netty3.Netty3Utils
Turns the given BytesReference into a ChannelBuffer.
toString() - Method in class org.elasticsearch.http.netty3.cors.Netty3CorsConfig
 
totalChannels() - Method in class org.elasticsearch.transport.netty3.Netty3OpenChannelsHandler
 
transport - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport.HttpChannelPipelineFactory
 

U

uri() - Method in class org.elasticsearch.http.netty3.Netty3HttpRequest
 

W

WORKER_COUNT - Static variable in class org.elasticsearch.transport.netty3.Netty3Transport
 
workerCount - Variable in class org.elasticsearch.http.netty3.Netty3HttpServerTransport
 
workerCount - Variable in class org.elasticsearch.transport.netty3.Netty3Transport
 

X

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