Class AbstractAuthenticationHandler

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
    Direct Known Subclasses:
    HttpBasicAuthenticationHandler, SaslAuthenticationHandler

    public abstract class AbstractAuthenticationHandler
    extends io.netty.channel.ChannelInboundHandlerAdapter
    Provides an abstraction point to allow for http auth schemes beyond basic auth.