All Classes and Interfaces

Class
Description
This class is adapted from NioServerSocketChannel class in the Netty project.
This class is adapted from NioSocketChannel class in the Netty project.
A http response that will be transferred via chunked encoding when handled by Netty4HttpPipeliningHandler.
 
Implements HTTP pipelining ordering, ensuring that responses are completely served in the same order as their corresponding requests.
 
 
 
 
 
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 expose Netty4NioSocketChannel.javaChannel() method
 
 
 
 
There 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 returns EventLoopGroup instances.
Wraps the SharedGroupFactory.RefCountedGroup.