Class HandshakeStepWrapper
java.lang.Object
org.opendaylight.openflowplugin.impl.connection.HandshakeStepWrapper
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorDescriptionHandshakeStepWrapper
(HelloMessage helloMessage, HandshakeManager handshakeManager, ConnectionAdapter connectionAdapter) Handshake step wrapper. -
Method Summary
-
Constructor Details
-
HandshakeStepWrapper
public HandshakeStepWrapper(HelloMessage helloMessage, HandshakeManager handshakeManager, ConnectionAdapter connectionAdapter) Handshake step wrapper.- Parameters:
helloMessage
- initial hello messagehandshakeManager
- connection handshake managerconnectionAdapter
- connection adaptor fro switch
-
-
Method Details