Class HandshakeStepWrapper

java.lang.Object
org.opendaylight.openflowplugin.impl.connection.HandshakeStepWrapper
All Implemented Interfaces:
Runnable

public class HandshakeStepWrapper extends Object implements Runnable
  • Constructor Details

    • HandshakeStepWrapper

      public HandshakeStepWrapper(HelloMessage helloMessage, HandshakeManager handshakeManager, ConnectionAdapter connectionAdapter)
      Handshake step wrapper.
      Parameters:
      helloMessage - initial hello message
      handshakeManager - connection handshake manager
      connectionAdapter - connection adaptor fro switch
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable