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 TypeMethodDescriptionvoidConnectionContext.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 TypeMethodDescriptionvoidHandshakeListener.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 TypeMethodDescriptionvoidConnectionContextImpl.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 TypeMethodDescriptionvoidHandshakeListenerImpl.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.