| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.server | |
| org.apache.tinkerpop.gremlin.server.channel | |
| org.apache.tinkerpop.gremlin.server.handler | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractChannelizer
A base implementation for the  
Channelizer which does a basic configuration of the pipeline, one that
 is generally common to virtually any Gremlin Server operation (i.e. | 
| Modifier and Type | Method and Description | 
|---|---|
Channelizer | 
GremlinServer.getChannelizer()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HttpChannelizer
Constructs a  
Channelizer that exposes an HTTP endpoint in Gremlin Server. | 
class  | 
UnifiedChannelizer
A  
Channelizer 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
A  
Channelizer that exposes a WebSocket-based Gremlin endpoint with a custom sub-protocol. | 
class  | 
WsAndHttpChannelizer
A channelizer for port unification with websockets and http 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Channelizer | 
UnifiedHandler.channelizer  | 
| Modifier and Type | Method and Description | 
|---|---|
Channelizer | 
WsAndHttpChannelizerHandler.getWsChannelizer()  | 
| Constructor and Description | 
|---|
OpSelectorHandler(Settings settings,
                 GraphManager graphManager,
                 GremlinExecutor gremlinExecutor,
                 ScheduledExecutorService scheduledExecutorService,
                 Channelizer channelizer)  | 
UnifiedHandler(Settings settings,
              GraphManager graphManager,
              GremlinExecutor gremlinExecutor,
              ScheduledExecutorService scheduledExecutorService,
              Channelizer channelizer)  | 
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.