Uses of Class
org.apache.tinkerpop.gremlin.server.AbstractChannelizer
-
Packages that use AbstractChannelizer Package Description org.apache.tinkerpop.gremlin.server.channel -
-
Uses of AbstractChannelizer in org.apache.tinkerpop.gremlin.server.channel
Subclasses of AbstractChannelizer in org.apache.tinkerpop.gremlin.server.channel Modifier and Type Class Description class
HttpChannelizer
Constructs aChannelizer
that exposes an HTTP endpoint in Gremlin Server.class
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.class
WebSocketChannelizer
AChannelizer
that exposes a WebSocket-based Gremlin endpoint with a custom sub-protocol.class
WsAndHttpChannelizer
A channelizer for port unification with websockets and http
-