Uses of Interface
org.opendaylight.openflowplugin.api.openflow.connection.HandshakeContext
Packages that use HandshakeContext
Package
Description
-
Uses of HandshakeContext in org.opendaylight.openflowplugin.api.openflow.connection
Methods in org.opendaylight.openflowplugin.api.openflow.connection with parameters of type HandshakeContextModifier and TypeMethodDescriptionvoid
ConnectionContext.setHandshakeContext
(HandshakeContext handshakeContext) Setter. -
Uses of HandshakeContext in org.opendaylight.openflowplugin.api.openflow.md.core
Methods in org.opendaylight.openflowplugin.api.openflow.md.core with parameters of type HandshakeContextModifier and TypeMethodDescriptionvoid
HandshakeListener.setHandshakeContext
(HandshakeContext handshakeContext) Setter. -
Uses of HandshakeContext in org.opendaylight.openflowplugin.impl.connection
Classes in org.opendaylight.openflowplugin.impl.connection that implement HandshakeContextMethods in org.opendaylight.openflowplugin.impl.connection with parameters of type HandshakeContextModifier and TypeMethodDescriptionvoid
ConnectionContextImpl.setHandshakeContext
(HandshakeContext handshakeContext) -
Uses of HandshakeContext in org.opendaylight.openflowplugin.impl.connection.listener
Methods in org.opendaylight.openflowplugin.impl.connection.listener with parameters of type HandshakeContextModifier and TypeMethodDescriptionvoid
HandshakeListenerImpl.setHandshakeContext
(HandshakeContext handshakeContext) Constructors in org.opendaylight.openflowplugin.impl.connection.listener with parameters of type HandshakeContextModifierConstructorDescriptionConnectionReadyListenerImpl
(ConnectionContext connectionContext, HandshakeContext handshakeContext) Constructor.OpenflowProtocolListenerInitialImpl
(ConnectionContext connectionContext, HandshakeContext handshakeContext) Constructor.