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.