Class SaslAuthenticationHandler

    • Field Detail

      • MAX_REQUEST_DEFERRABLE_DURATION

        public static final Duration MAX_REQUEST_DEFERRABLE_DURATION
        Default for settings.authentication.preAuthTimeout, how long a channel may stay unauthenticated, covering the whole handshake, not just the deferral window.
      • settings

        protected final Settings settings
    • Method Detail

      • channelRead

        public void channelRead​(io.netty.channel.ChannelHandlerContext ctx,
                                Object msg)
                         throws Exception
        Specified by:
        channelRead in interface io.netty.channel.ChannelInboundHandler
        Overrides:
        channelRead in class io.netty.channel.ChannelInboundHandlerAdapter
        Throws:
        Exception