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, exceptionCaught
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public 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.ChannelInboundHandler
userEventTriggered
in class io.netty.channel.ChannelInboundHandlerAdapter
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.