Class ConnectionReadyListenerImpl

java.lang.Object
org.opendaylight.openflowplugin.impl.connection.listener.ConnectionReadyListenerImpl
All Implemented Interfaces:
ConnectionReadyListener

public class ConnectionReadyListenerImpl extends Object implements ConnectionReadyListener
Oneshot listener - once connection is ready, initiate handshake (if not already started by device).
  • Constructor Details

    • ConnectionReadyListenerImpl

      public ConnectionReadyListenerImpl(ConnectionContext connectionContext, HandshakeContext handshakeContext)
      Constructor.
      Parameters:
      connectionContext - - connection context
      handshakeContext - - handshake context
  • Method Details