@ChannelHandler.Sharable
public class HttpBasicAuthorizationHandler
extends io.netty.channel.ChannelInboundHandlerAdapter
Authorizer
to be plugged into it.Constructor and Description |
---|
HttpBasicAuthorizationHandler(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 HttpBasicAuthorizationHandler(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–2023 Apache Software Foundation. All rights reserved.