org.openflow.protocol
Class OFTable

java.lang.Object
  extended by org.openflow.protocol.OFTable

public class OFTable
extends java.lang.Object


Nested Class Summary
static class OFTable.OFTableConfig
           
 
Field Summary
static byte OFPTT_ALL
           
static byte OFPTT_MAX
           
 
Constructor Summary
OFTable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OFPTT_MAX

public static final byte OFPTT_MAX
See Also:
Constant Field Values

OFPTT_ALL

public static final byte OFPTT_ALL
See Also:
Constant Field Values
Constructor Detail

OFTable

public OFTable()