Class HttpBasicAuthenticationHandler

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

    public class HttpBasicAuthenticationHandler
    extends AbstractAuthenticationHandler
    Implements basic HTTP authentication for use with the HttpGremlinEndpointHandler and HTTP based API calls.
    Author:
    Stephen Mallette (http://stephen.genoprime.com)
    • Constructor Detail

    • Method Detail

      • channelRead

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