Package org.apache.tinkerpop.gremlin.server.channel
-
Class Summary Class Description HttpChannelizer Constructs aChannelizer
that exposes an HTTP endpoint in Gremlin Server.UnifiedChannelizer AChannelizer
that supports websocket and HTTP requests and does so with the most streamlined processing model for Gremlin Server introduced with 3.5.0.WebSocketChannelizer AChannelizer
that exposes a WebSocket-based Gremlin endpoint with a custom sub-protocol.WsAndHttpChannelizer A channelizer for port unification with websockets and http