Search in sources :

Example 1 with NiciraExtensionCodecRegistratorImpl

use of org.opendaylight.openflowjava.nx.NiciraExtensionCodecRegistratorImpl in project openflowplugin by opendaylight.

the class ActionDeserializerTest method addRecordToMap.

private void addRecordToMap() {
    niciraExtensionCodecRegistrator = new NiciraExtensionCodecRegistratorImpl(providers);
    NiciraActionDeserializerKey key = new NiciraActionDeserializerKey(VERSION, SUBTYPE);
    niciraExtensionCodecRegistrator.registerActionDeserializer(key, deserializer);
}
Also used : NiciraActionDeserializerKey(org.opendaylight.openflowjava.nx.api.NiciraActionDeserializerKey) NiciraExtensionCodecRegistratorImpl(org.opendaylight.openflowjava.nx.NiciraExtensionCodecRegistratorImpl)

Aggregations

NiciraExtensionCodecRegistratorImpl (org.opendaylight.openflowjava.nx.NiciraExtensionCodecRegistratorImpl)1 NiciraActionDeserializerKey (org.opendaylight.openflowjava.nx.api.NiciraActionDeserializerKey)1