Interface ChannelConnector

All Known Implementing Classes:
ChannelConnectorImpl

public interface ChannelConnector
  • Method Summary

    Modifier and Type
    Method
    Description
    io.netty.channel.ChannelFuture
    connect(org.neo4j.driver.internal.BoltServerAddress address, io.netty.bootstrap.Bootstrap bootstrap, Function<io.netty.channel.ChannelFuture,io.netty.channel.ChannelFuture> channelFutureExtensionMapper)
     
  • Method Details

    • connect

      io.netty.channel.ChannelFuture connect(org.neo4j.driver.internal.BoltServerAddress address, io.netty.bootstrap.Bootstrap bootstrap, Function<io.netty.channel.ChannelFuture,io.netty.channel.ChannelFuture> channelFutureExtensionMapper)