use of org.onosproject.openstacknetworking.codec.InstancePortCodec in project onos by opennetworkinglab.
the class OpenstackNetworkingCodecRegister method activate.
@Activate
protected void activate() {
codecService.registerCodec(InstancePort.class, new InstancePortCodec());
log.info("Started");
}
Aggregations