public static final class Channelizer.WebSocketChannelizer extends Channelizer.AbstractChannelizer
Channelizer
implementation.Channelizer.AbstractChannelizer, Channelizer.NioChannelizer, Channelizer.WebSocketChannelizer
cluster, connection, PIPELINE_GREMLIN_HANDLER, PIPELINE_GREMLIN_SASL_HANDLER
Constructor and Description |
---|
WebSocketChannelizer() |
Modifier and Type | Method and Description |
---|---|
void |
close(io.netty.channel.Channel channel)
Sends a
CloseWebSocketFrame to the server for the specified channel. |
void |
configure(io.netty.channel.ChannelPipeline pipeline) |
void |
connected()
Called after the channel connects.
|
Object |
createKeepAliveMessage()
Create a message for the driver to use as a "keep-alive" for the connection.
|
void |
init(org.apache.tinkerpop.gremlin.driver.Connection connection)
Initializes the
Channelizer . |
boolean |
supportsKeepAlive()
Keep-alive is supported through the ping/pong websocket protocol.
|
boolean |
supportsSsl() |
finalize, initChannel
channelRegistered, exceptionCaught, handlerAdded
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggered
ensureNotSharable, handlerRemoved, isSharable
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 boolean supportsKeepAlive()
public Object createKeepAliveMessage()
Channelizer
Channelizer.supportsKeepAlive()
is true
.public void close(io.netty.channel.Channel channel)
CloseWebSocketFrame
to the server for the specified channel.close
in interface Channelizer
close
in class Channelizer.AbstractChannelizer
public boolean supportsSsl()
supportsSsl
in class Channelizer.AbstractChannelizer
public void configure(io.netty.channel.ChannelPipeline pipeline)
configure
in class Channelizer.AbstractChannelizer
public void connected()
Channelizer
Channelizer
may need to perform some functions, such as a
handshake.Copyright © 2013–2019 Apache Software Foundation. All rights reserved.