Uses of Interface
org.opendaylight.openflowplugin.api.openflow.connection.HandshakeContext
-
-
Uses of HandshakeContext in org.opendaylight.openflowplugin.api.openflow.connection
Methods in org.opendaylight.openflowplugin.api.openflow.connection with parameters of type HandshakeContext Modifier and Type Method Description void
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 HandshakeContext Modifier and Type Method Description void
HandshakeListener. setHandshakeContext(HandshakeContext handshakeContext)
Setter. -
Uses of HandshakeContext in org.opendaylight.openflowplugin.impl.connection
Classes in org.opendaylight.openflowplugin.impl.connection that implement HandshakeContext Modifier and Type Class Description class
HandshakeContextImpl
Methods in org.opendaylight.openflowplugin.impl.connection with parameters of type HandshakeContext Modifier and Type Method Description void
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 HandshakeContext Modifier and Type Method Description void
HandshakeListenerImpl. setHandshakeContext(HandshakeContext handshakeContext)
Constructors in org.opendaylight.openflowplugin.impl.connection.listener with parameters of type HandshakeContext Constructor Description ConnectionReadyListenerImpl(ConnectionContext connectionContext, HandshakeContext handshakeContext)
Constructor.OpenflowProtocolListenerInitialImpl(ConnectionContext connectionContext, HandshakeContext handshakeContext)
Constructor.
-