Module org.neo4j.driver
Class NettyChannelInitializer
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
org.neo4j.driver.internal.async.connection.NettyChannelInitializer
- All Implemented Interfaces:
io.netty.channel.ChannelHandler
,io.netty.channel.ChannelInboundHandler
public class NettyChannelInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable
-
Constructor Summary
ConstructorDescriptionNettyChannelInitializer
(org.neo4j.driver.internal.BoltServerAddress address, SecurityPlan securityPlan, int connectTimeoutMillis, AuthTokenManager authTokenManager, SSLContext sslContext, Clock clock, Logging logging) -
Method Summary
Methods inherited from class io.netty.channel.ChannelInitializer
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggered
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, isSharable
-
Constructor Details
-
NettyChannelInitializer
public NettyChannelInitializer(org.neo4j.driver.internal.BoltServerAddress address, SecurityPlan securityPlan, int connectTimeoutMillis, AuthTokenManager authTokenManager, SSLContext sslContext, Clock clock, Logging logging)
-
-
Method Details
-
initChannel
protected void initChannel(io.netty.channel.Channel channel) - Specified by:
initChannel
in classio.netty.channel.ChannelInitializer<io.netty.channel.Channel>
-