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)