Package org.elasticsearch.transport.netty4
package org.elasticsearch.transport.netty4
-
ClassDescriptionThis class is adapted from
NioServerSocketChannelclass in the Netty project.This class is adapted fromNioSocketChannelclass in the Netty project.A handler (must be the last one!) that does size based frame decoding and forwards the actual message to the relevant action.Helper class to exposeNetty4NioSocketChannel.javaChannel()methodThere are 4 types of connections per node, low/med/high/ping.Channel handler that queues up writes it receives and tries to only flush bytes as they can be written by the backing channel.Utilities for network-related methods.Creates and returnsEventLoopGroupinstances.Wraps theSharedGroupFactory.RefCountedGroup.