@ChannelHandler.Sharable
public final class LastHttpContentHandler
extends io.netty.channel.ChannelInboundHandlerAdapter
ChannelAttributeKey.LAST_HTTP_CONTENT_RECEIVED_KEY if LastHttpContent is received.| Constructor and Description |
|---|
LastHttpContentHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
static LastHttpContentHandler |
create() |
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic void channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg)
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead in class io.netty.channel.ChannelInboundHandlerAdapterpublic static LastHttpContentHandler create()
Copyright © 2022. All rights reserved.