org.projectfloodlight.openflow.protocol.OFMatchBmap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openflowj Show documentation
Show all versions of openflowj Show documentation
OpenFlowJ API supporting OpenFlow versions 1.0 through 1.5.1, generated by LoxiGen
package org.projectfloodlight.openflow.protocol;
import org.projectfloodlight.openflow.types.PrimitiveSinkable;
import com.google.common.hash.PrimitiveSink;
public class OFMatchBmap implements PrimitiveSinkable{
@Override
public void putTo(PrimitiveSink sink) {
}
}