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.Implements HTTP pipelining ordering, ensuring that responses are completely served in the same order as their corresponding requests.
Helper class to expose
Netty4NioSocketChannel.javaChannel() methodThere are 4 types of connections per node, low/med/high/ping.
Creates and returns
EventLoopGroup instances.Wraps the
SharedGroupFactory.RefCountedGroup.