public interface Channelizer
ChannelPipeline
used by the client to connect and send message to Gremlin Server.| Modifier and Type | Interface and Description |
|---|---|
static class |
Channelizer.AbstractChannelizer
Base implementation of the client side
Channelizer. |
static class |
Channelizer.NioChannelizer
NIO
Channelizer implementation. |
static class |
Channelizer.WebSocketChannelizer
WebSocket
Channelizer implementation. |
| Modifier and Type | Method and Description |
|---|---|
default void |
connected()
Called after the channel connects.
|
void |
init(org.apache.tinkerpop.gremlin.driver.Connection connection)
Initializes the
Channelizer. |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.