Class Channelizer.HttpChannelizer

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
org.apache.tinkerpop.gremlin.driver.Channelizer.AbstractChannelizer
org.apache.tinkerpop.gremlin.driver.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 Details

    • 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 Details

    • HttpChannelizer

      public HttpChannelizer()
  • Method Details