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.channelSubclasses of AbstractChannelizer in org.apache.tinkerpop.gremlin.server.channel Modifier and Type Class Description classHttpChannelizerConstructs aChannelizerthat exposes an HTTP endpoint in Gremlin Server.classUnifiedChannelizerDeprecated.As of release 3.8.0, not replaced.classWebSocketChannelizerAChannelizerthat exposes a WebSocket-based Gremlin endpoint with a custom sub-protocol.classWsAndHttpChannelizerA channelizer for port unification with websockets and http
 
-