public class WsUserAgentHandler
extends io.netty.channel.ChannelInboundHandlerAdapter
| Modifier and Type | Field and Description |
|---|---|
static io.netty.util.AttributeKey<String> |
USER_AGENT_ATTR_KEY |
| Constructor and Description |
|---|
WsUserAgentHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
userEventTriggered(io.netty.channel.ChannelHandlerContext ctx,
Object evt) |
channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic static final io.netty.util.AttributeKey<String> USER_AGENT_ATTR_KEY
public void userEventTriggered(io.netty.channel.ChannelHandlerContext ctx,
Object evt)
userEventTriggered in interface io.netty.channel.ChannelInboundHandleruserEventTriggered in class io.netty.channel.ChannelInboundHandlerAdapterCopyright © 2013–2023 Apache Software Foundation. All rights reserved.