@ChannelHandler.Sharable
public class WebSocketAuthorizationHandler
extends io.netty.channel.ChannelInboundHandlerAdapter
Authorizer to be plugged into it.| Constructor and Description | 
|---|
| WebSocketAuthorizationHandler(Authorizer authorizer) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | channelRead(io.netty.channel.ChannelHandlerContext ctx,
           Object msg) | 
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic WebSocketAuthorizationHandler(Authorizer authorizer)
public void channelRead(io.netty.channel.ChannelHandlerContext ctx,
                        Object msg)
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead in class io.netty.channel.ChannelInboundHandlerAdapterCopyright © 2013–2023 Apache Software Foundation. All rights reserved.