Uses of Class
io.netty5.handler.codec.http.HttpObjectAggregator
-
Packages that use HttpObjectAggregator Package Description io.netty5.handler.codec.http Encoder, decoder and their related message types for HTTP. -
-
Uses of HttpObjectAggregator in io.netty5.handler.codec.http
Subclasses of HttpObjectAggregator in io.netty5.handler.codec.http Modifier and Type Class Description class
HttpClientUpgradeHandler<C extends HttpContent<C>>
Client-side handler for handling an HTTP upgrade handshake to another protocol.class
HttpServerUpgradeHandler<C extends HttpContent<C>>
A server-side handler that receives HTTP requests and optionally performs a protocol switch if the requested protocol is supported.
-