Interface CodecsRegistry
-
- All Known Implementing Classes:
CodecsRegistryImpl
public interface CodecsRegistry
Registry for Codec classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Codecs
getCodecs(RIBSupport<?,?,?,?> ribSupport)
Return the Codecs class registered for given RIBSupport.
-
-
-
Method Detail
-
getCodecs
Codecs getCodecs(RIBSupport<?,?,?,?> ribSupport)
Return the Codecs class registered for given RIBSupport.- Parameters:
ribSupport
- associated with Codecs class- Returns:
- Codecs
-
-