public interface Channelizer
extends io.netty.channel.ChannelHandler
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 serverGremlinExecutor)This method is called just after the  Channelizeris initialized. | 
| default boolean | supportsIdleMonitor()Determines if the channelizer supports a method for keeping the connection alive and auto-closing zombie
 channels. | 
void init(ServerGremlinExecutor serverGremlinExecutor)
Channelizer is initialized.default Object createIdleDetectionMessage()
supportsIdleMonitor() is true.default boolean supportsIdleMonitor()
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.