Uses of Class
io.netty5.handler.codec.MessageAggregator
-
Packages that use MessageAggregator Package Description io.netty5.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty5.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of MessageAggregator in io.netty5.handler.codec.http
Subclasses of MessageAggregator in io.netty5.handler.codec.http Modifier and Type Class Description classHttpClientUpgradeHandler<C extends HttpContent<C>>Client-side handler for handling an HTTP upgrade handshake to another protocol.classHttpObjectAggregator<C extends HttpContent<C>>AChannelHandlerthat aggregates anHttpMessageand its followingHttpContents into a singleFullHttpRequestorFullHttpResponse(depending on if it used to handle requests or responses) with no followingHttpContents.classHttpServerUpgradeHandler<C extends HttpContent<C>>A server-side handler that receives HTTP requests and optionally performs a protocol switch if the requested protocol is supported. -
Uses of MessageAggregator in io.netty5.handler.codec.http.websocketx
Subclasses of MessageAggregator in io.netty5.handler.codec.http.websocketx Modifier and Type Class Description classWebSocketFrameAggregatorHandler that aggregate fragmented WebSocketFrame's.
-