Class HandshakeCompletedListener

java.lang.Object
org.neo4j.driver.internal.async.connection.HandshakeCompletedListener
All Implemented Interfaces:
io.netty.channel.ChannelFutureListener, io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>, EventListener

public class HandshakeCompletedListener extends Object implements io.netty.channel.ChannelFutureListener
  • Field Summary

    Fields inherited from interface io.netty.channel.ChannelFutureListener

    CLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE
  • Constructor Summary

    Constructors
    Constructor
    Description
    HandshakeCompletedListener(String userAgent, org.neo4j.driver.internal.BoltAgent boltAgent, RoutingContext routingContext, io.netty.channel.ChannelPromise connectionInitializedPromise, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, Clock clock)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    operationComplete(io.netty.channel.ChannelFuture future)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HandshakeCompletedListener

      public HandshakeCompletedListener(String userAgent, org.neo4j.driver.internal.BoltAgent boltAgent, RoutingContext routingContext, io.netty.channel.ChannelPromise connectionInitializedPromise, org.neo4j.driver.internal.GqlNotificationConfig notificationConfig, Clock clock)
  • Method Details

    • operationComplete

      public void operationComplete(io.netty.channel.ChannelFuture future)
      Specified by:
      operationComplete in interface io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>