| 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  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)Deprecated. 
 As of release 3.1.1-incubating, not replaced. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WsAndHttpChannelizer. init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor) | 
| void | HttpChannelizer. init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor) | 
| void | WebSocketChannelizer. init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor) | 
| void | NioChannelizer. 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.