Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.TranslatorLibrary
Packages that use TranslatorLibrary
Package
Description
-
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.api.openflow.device
Methods in org.opendaylight.openflowplugin.api.openflow.device that return TranslatorLibrary -
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.api.openflow.translator
Methods in org.opendaylight.openflowplugin.api.openflow.translator that return TranslatorLibraryModifier and TypeMethodDescriptionTranslatorLibrarian.oook()
Method provides translator library held by Librarian.Methods in org.opendaylight.openflowplugin.api.openflow.translator with parameters of type TranslatorLibraryModifier and TypeMethodDescriptionvoid
TranslatorLibrarian.setTranslatorLibrary
(TranslatorLibrary translatorLibrary) Method registers translator library for translating message objects. -
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.impl.common
Methods in org.opendaylight.openflowplugin.impl.common with parameters of type TranslatorLibraryModifier and TypeMethodDescriptionstatic Optional<? extends MultipartReplyBody>
MultipartReplyTranslatorUtil.translate
(OfHeader message, DeviceInfo deviceInfo, @Nullable ConvertorExecutor convertorExecutor, @Nullable TranslatorLibrary translatorLibrary) -
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.impl.device
Methods in org.opendaylight.openflowplugin.impl.device that return TranslatorLibraryMethods in org.opendaylight.openflowplugin.impl.device with parameters of type TranslatorLibraryModifier and TypeMethodDescriptionvoid
DeviceManagerImpl.setTranslatorLibrary
(TranslatorLibrary translatorLibrary) -
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.impl.services.multilayer
Constructors in org.opendaylight.openflowplugin.impl.services.multilayer with parameters of type TranslatorLibraryModifierConstructorDescriptionMultiLayerAggregateFlowMultipartService
(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, TranslatorLibrary translatorLibrary) -
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.impl.translator
Methods in org.opendaylight.openflowplugin.impl.translator that return TranslatorLibrary