public interface Channelizer
Channelizer implementation can be
 configured in Gremlin Server with the channelizer setting in the configuration file.AbstractChannelizer| Modifier and Type | Method and Description | 
|---|---|
default Object | 
createIdleDetectionMessage()
Create a message to send to seemingly dead clients to see if they respond back. 
 | 
void | 
init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor)
This method is called just after the  
Channelizer is initialized. | 
default boolean | 
supportsIdleMonitor()
Determines if the channelizer supports a method for keeping the connection alive and auto-closing zombie
 channels. 
 | 
void init(ServerGremlinExecutor<EventLoopGroup> serverGremlinExecutor)
Channelizer is initialized.default Object createIdleDetectionMessage()
supportsIdleMonitor() is true.default boolean supportsIdleMonitor()
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.