Class HandshakeStepWrapper
java.lang.Object
org.opendaylight.openflowplugin.impl.connection.HandshakeStepWrapper
- All Implemented Interfaces:
- Runnable
- 
Constructor SummaryConstructorsConstructorDescriptionHandshakeStepWrapper(HelloMessage helloMessage, HandshakeManager handshakeManager, ConnectionAdapter connectionAdapter) Handshake step wrapper.
- 
Method Summary
- 
Constructor Details- 
HandshakeStepWrapperpublic 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