@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, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public WebSocketAuthorizationHandler(Authorizer authorizer)
public void channelRead(io.netty.channel.ChannelHandlerContext ctx, Object msg)
channelRead
in interface io.netty.channel.ChannelInboundHandler
channelRead
in class io.netty.channel.ChannelInboundHandlerAdapter
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.