Uses of Interface
org.opendaylight.openflowplugin.learningswitch.LearningSwitchHandler
-
Packages that use LearningSwitchHandler Package Description org.opendaylight.openflowplugin.learningswitch org.opendaylight.openflowplugin.learningswitch.multi -
-
Uses of LearningSwitchHandler in org.opendaylight.openflowplugin.learningswitch
Classes in org.opendaylight.openflowplugin.learningswitch that implement LearningSwitchHandler Modifier and Type Class Description class
LearningSwitchHandlerSimpleImpl
Simple Learning Switch implementation which does mac learning for one switch.Methods in org.opendaylight.openflowplugin.learningswitch with parameters of type LearningSwitchHandler Modifier and Type Method Description void
WakeupOnNode. setLearningSwitchHandler(LearningSwitchHandler learningSwitchHandler)
Sets the LearningSwitchHandler. -
Uses of LearningSwitchHandler in org.opendaylight.openflowplugin.learningswitch.multi
Classes in org.opendaylight.openflowplugin.learningswitch.multi that implement LearningSwitchHandler Modifier and Type Class Description class
MultipleLearningSwitchHandlerFacadeImpl
-