public static final class Channelizer.NioChannelizer extends Channelizer.AbstractChannelizer
Channelizer
implementation.Channelizer.AbstractChannelizer, Channelizer.NioChannelizer, Channelizer.WebSocketChannelizer
cluster, connection, PIPELINE_GREMLIN_HANDLER, PIPELINE_GREMLIN_SASL_HANDLER
Constructor and Description |
---|
NioChannelizer() |
Modifier and Type | Method and Description |
---|---|
void |
configure(io.netty.channel.ChannelPipeline pipeline) |
void |
init(org.apache.tinkerpop.gremlin.driver.Connection connection)
Initializes the
Channelizer . |
close, finalize, initChannel, supportsSsl
channelRegistered, exceptionCaught, handlerAdded
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggered
ensureNotSharable, handlerRemoved, isSharable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
connected, createKeepAliveMessage, supportsKeepAlive
public void init(org.apache.tinkerpop.gremlin.driver.Connection connection)
Channelizer
Channelizer
. Called just after construction.init
in interface Channelizer
init
in class Channelizer.AbstractChannelizer
public void configure(io.netty.channel.ChannelPipeline pipeline)
configure
in class Channelizer.AbstractChannelizer
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.