Uses of Class
io.netty.handler.codec.http.HttpObjectAggregator
Packages that use HttpObjectAggregator
Package
Description
Encoder, decoder and their related message types for HTTP.
-
Uses of HttpObjectAggregator in io.netty.handler.codec.http
Subclasses of HttpObjectAggregator in io.netty.handler.codec.httpModifier and TypeClassDescriptionclass
Client-side handler for handling an HTTP upgrade handshake to another protocol.class
A server-side handler that receives HTTP requests and optionally performs a protocol switch if the requested protocol is supported.