All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.projectfloodlight.openflow.protocol.OFObject Maven / Gradle / Ivy

Go to download

OpenFlowJ API supporting OpenFlow versions 1.0 through 1.5.1, generated by LoxiGen

The newest version!
package org.projectfloodlight.openflow.protocol;

import org.projectfloodlight.openflow.types.PrimitiveSinkable;


/**
 * Base interface of all OpenFlow objects (e.g., messages, actions, stats, etc.)
 */
public interface OFObject extends Writeable, PrimitiveSinkable {
    OFVersion getVersion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy