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.Provides utilities for hooking into the netty pipeline and authenticate each HTTP request's headers.
HttpHeaders implementation that carries along the ThreadContext.StoredContext iff
 the HTTP headers have been authenticated successfully.Provides handling for 'Expect' header and content size.
Implements HTTP pipelining ordering, ensuring that responses are completely served in the same order as their corresponding requests.
Netty based implementation of 
HttpBody.Stream.Inbound channel handler that enrich leaking buffers information from HTTP request.
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() 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 returns 
EventLoopGroup instances.Wraps the 
SharedGroupFactory.RefCountedGroup.