Package | Description |
---|---|
org.apache.tinkerpop.gremlin.server | |
org.apache.tinkerpop.gremlin.server.channel | |
org.apache.tinkerpop.gremlin.server.handler |
Modifier and Type | Method and Description |
---|---|
ServerGremlinExecutor |
GremlinServer.getServerGremlinExecutor() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ServerGremlinExecutor> |
GremlinServer.start()
Start Gremlin Server with
Settings provided to the constructor. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractChannelizer.init(ServerGremlinExecutor serverGremlinExecutor) |
void |
Channelizer.init(ServerGremlinExecutor serverGremlinExecutor)
This method is called just after the
Channelizer is initialized. |
Modifier and Type | Method and Description |
---|---|
void |
WsAndHttpChannelizer.init(ServerGremlinExecutor serverGremlinExecutor) |
void |
HttpChannelizer.init(ServerGremlinExecutor serverGremlinExecutor) |
void |
WebSocketChannelizer.init(ServerGremlinExecutor serverGremlinExecutor) |
void |
NioChannelizer.init(ServerGremlinExecutor serverGremlinExecutor) |
Modifier and Type | Method and Description |
---|---|
void |
WsAndHttpChannelizerHandler.init(ServerGremlinExecutor serverGremlinExecutor,
HttpGremlinEndpointHandler httpGremlinEndpointHandler) |
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.