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.
    • Field Detail

      • LAST_CONTENT_READ_RESPONSE

        public static final org.apache.tinkerpop.gremlin.util.message.ResponseMessage LAST_CONTENT_READ_RESPONSE
        This response is used as a signal for determining if all content of the response has been read.
    • Constructor Detail

      • HttpChannelizer

        public HttpChannelizer()