Class OSGiCodecsRegistry
java.lang.Object
org.opendaylight.protocol.bgp.rib.impl.OSGiCodecsRegistry
- All Implemented Interfaces:
CodecsRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCodecs
(RIBSupport<?, ?> ribSupport) Return the Codecs class registered for given RIBSupport.
-
Constructor Details
-
OSGiCodecsRegistry
public OSGiCodecsRegistry()
-
-
Method Details
-
getCodecs
Description copied from interface:CodecsRegistry
Return the Codecs class registered for given RIBSupport.- Specified by:
getCodecs
in interfaceCodecsRegistry
- Parameters:
ribSupport
- associated with Codecs class- Returns:
- Codecs
-