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<EventLoopGroup> |
GremlinServer.getServerGremlinExecutor() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ServerGremlinExecutor<EventLoopGroup>> |
GremlinServer.start()
Start Gremlin Server with
Settings provided to the constructor. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractChannelizer.init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor) |
void |
Channelizer.init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor)
This method is called just after the
Channelizer is initialized. |
Constructor and Description |
---|
GremlinServer(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor)
Deprecated.
As of release 3.1.1-incubating, not replaced.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpChannelizer.init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor) |
void |
NioChannelizer.init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor) |
void |
WebSocketChannelizer.init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor) |
void |
WsAndHttpChannelizer.init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor) |
Modifier and Type | Method and Description |
---|---|
void |
WsAndHttpChannelizerHandler.init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor,
HttpGremlinEndpointHandler httpGremlinEndpointHandler) |
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.