| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.server | |
| org.apache.tinkerpop.gremlin.server.channel | 
| Modifier and Type | Method and Description | 
|---|---|
| CompletableFuture<ServerGremlinExecutor<EventLoopGroup>> | GremlinServer. start()Start Gremlin Server with  Settingsprovided 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  Channelizeris initialized. | 
| Constructor and Description | 
|---|
| GremlinServer(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor)Construct a Gremlin Server instance from the  ServerGremlinExecutorwhich internally carries some
 pre-constructed objects used by the server as well as theSettingsobject itself. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HttpChannelizer. init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor) | 
| void | NioChannelizer. init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor) | 
| void | WebSocketChannelizer. init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor) | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.