Class Channelizer.HttpChannelizer

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

    public static final class Channelizer.HttpChannelizer
    extends Channelizer.AbstractChannelizer
    Sends requests over the HTTP endpoint. Client functionality is governed by the limitations of the HTTP endpoint, meaning that sessions are not available and as such tx() (i.e. transactions) are not available over this channelizer. Only sessionless requests are possible. Some driver configuration options may not be relevant when using HTTP, such as Tokens#ARGS_BATCH_SIZE since HTTP does not stream results back in that fashion.
    • Constructor Detail

      • HttpChannelizer

        public HttpChannelizer()