Package | Description |
---|---|
org.apache.tinkerpop.gremlin.server | |
org.apache.tinkerpop.gremlin.server.channel |
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 | Class and Description |
---|---|
class |
HttpChannelizer
Constructs a
Channelizer that exposes an HTTP endpoint in Gremlin Server. |
class |
NioChannelizer
A
Channelizer that exposes an NIO-based Gremlin endpoint with a custom
protocol. |
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
|
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.