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.