blob: 86cafb164213fe4c5263239d60501a3c5a60470f [file] [log] [blame]
package org.openflow.protocol;
import org.jboss.netty.buffer.ChannelBuffer;
public interface OFObjectFactory<T extends OFObject> {
T read(ChannelBuffer buffer);
}