Uses of Interface
org.opendaylight.openflowplugin.api.openflow.device.TranslatorLibrary
-
-
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.api.openflow.device
Methods in org.opendaylight.openflowplugin.api.openflow.device that return TranslatorLibrary Modifier and Type Method Description TranslatorLibrary
DeviceContext. oook()
Getter. -
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.api.openflow.translator
Methods in org.opendaylight.openflowplugin.api.openflow.translator that return TranslatorLibrary Modifier and Type Method Description TranslatorLibrary
TranslatorLibrarian. oook()
Method provides translator library held by Librarian.Methods in org.opendaylight.openflowplugin.api.openflow.translator with parameters of type TranslatorLibrary Modifier and Type Method Description void
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 TranslatorLibrary Modifier and Type Method Description static 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 TranslatorLibrary Modifier and Type Method Description TranslatorLibrary
DeviceContextImpl. oook()
TranslatorLibrary
DeviceManagerImpl. oook()
Methods in org.opendaylight.openflowplugin.impl.device with parameters of type TranslatorLibrary Modifier and Type Method Description void
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 TranslatorLibrary Constructor Description MultiLayerAggregateFlowMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext, ConvertorExecutor convertorExecutor, TranslatorLibrary translatorLibrary)
-
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.impl.statistics.services
Constructors in org.opendaylight.openflowplugin.impl.statistics.services with parameters of type TranslatorLibrary Constructor Description AggregateFlowsInTableService(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, TranslatorLibrary translatorLibrary)
OpendaylightFlowStatisticsServiceImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, TranslatorLibrary translatorLibrary, ConvertorExecutor convertorExecutor)
-
Uses of TranslatorLibrary in org.opendaylight.openflowplugin.impl.translator
Methods in org.opendaylight.openflowplugin.impl.translator that return TranslatorLibrary Modifier and Type Method Description TranslatorLibrary
TranslatorLibraryBuilder. build()
-