| 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  | AbstractChannelizerA base implementation for the  Channelizerwhich does a basic configuration of the pipeline, one that
 is generally common to virtually any Gremlin Server operation (i.e. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpChannelizerConstructs a  Channelizerthat exposes an HTTP endpoint in Gremlin Server. | 
| class  | NioChannelizerA  Channelizerthat exposes an NIO-based Gremlin endpoint with a custom
 protocol. | 
| class  | WebSocketChannelizerA  Channelizerthat exposes a WebSocket-based Gremlin endpoint with a custom
 sub-protocol. | 
| class  | WsAndHttpChannelizerA channelizer for port unification with websockets and http | 
| Modifier and Type | Method and Description | 
|---|---|
| Channelizer | WsAndHttpChannelizerHandler. getWsChannelizer() | 
| Constructor and Description | 
|---|
| OpSelectorHandler(Settings settings,
                 GraphManager graphManager,
                 GremlinExecutor gremlinExecutor,
                 ScheduledExecutorService scheduledExecutorService,
                 Channelizer channelizer) | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.