public abstract static class Channelizer.AbstractChannelizer extends <any> implements Channelizer
Channelizer.Channelizer.AbstractChannelizer, Channelizer.NioChannelizer, Channelizer.WebSocketChannelizer| Modifier and Type | Field and Description |
|---|---|
protected Cluster |
cluster |
protected org.apache.tinkerpop.gremlin.driver.Connection |
connection |
protected static String |
PIPELINE_GREMLIN_HANDLER |
protected static String |
PIPELINE_GREMLIN_SASL_HANDLER |
| Constructor and Description |
|---|
AbstractChannelizer() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
configure(ChannelPipeline pipeline) |
void |
finalize(ChannelPipeline pipeline) |
void |
init(org.apache.tinkerpop.gremlin.driver.Connection connection)
Initializes the
Channelizer. |
protected void |
initChannel(SocketChannel socketChannel) |
boolean |
supportsSsl() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconnectedprotected org.apache.tinkerpop.gremlin.driver.Connection connection
protected Cluster cluster
protected static final String PIPELINE_GREMLIN_SASL_HANDLER
protected static final String PIPELINE_GREMLIN_HANDLER
public boolean supportsSsl()
public abstract void configure(ChannelPipeline pipeline)
public void finalize(ChannelPipeline pipeline)
public void init(org.apache.tinkerpop.gremlin.driver.Connection connection)
ChannelizerChannelizer. Called just after construction.init in interface ChannelizerCopyright © 2013–2015 Apache Software Foundation. All rights reserved.