Uses of Interface
org.opendaylight.openflowplugin.api.openflow.connection.HandshakeContext
Package
Description
-
Uses of HandshakeContext in org.opendaylight.openflowplugin.api.openflow.connection
Modifier and TypeMethodDescriptionvoid
ConnectionContext.setHandshakeContext
(HandshakeContext handshakeContext) Setter. -
Uses of HandshakeContext in org.opendaylight.openflowplugin.api.openflow.md.core
Modifier and TypeMethodDescriptionvoid
HandshakeListener.setHandshakeContext
(HandshakeContext handshakeContext) Setter. -
Uses of HandshakeContext in org.opendaylight.openflowplugin.impl.connection
Modifier and TypeMethodDescriptionvoid
ConnectionContextImpl.setHandshakeContext
(HandshakeContext handshakeContext) -
Uses of HandshakeContext in org.opendaylight.openflowplugin.impl.connection.listener
Modifier and TypeMethodDescriptionvoid
HandshakeListenerImpl.setHandshakeContext
(HandshakeContext handshakeContext) ModifierConstructorDescriptionConnectionReadyListenerImpl
(ConnectionContext connectionContext, HandshakeContext handshakeContext) Constructor.OpenflowProtocolListenerInitialImpl
(ConnectionContext connectionContext, HandshakeContext handshakeContext) Constructor.