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 voidConnectionContext. 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 voidHandshakeListener. 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 classHandshakeContextImplMethods in org.opendaylight.openflowplugin.impl.connection with parameters of type HandshakeContext Modifier and Type Method Description voidConnectionContextImpl. 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 voidHandshakeListenerImpl. 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.
-