Uses of Class
org.openflow.protocol.OFType

Packages that use OFType
net.floodlightcontroller.core   
net.floodlightcontroller.core.internal   
net.floodlightcontroller.devicemanager.internal   
net.floodlightcontroller.firewall   
net.floodlightcontroller.flowcache   
net.floodlightcontroller.hub   
net.floodlightcontroller.learningswitch   
net.floodlightcontroller.linkdiscovery.internal   
net.floodlightcontroller.loadbalancer   
net.floodlightcontroller.routing   
net.floodlightcontroller.staticflowentry   
net.floodlightcontroller.topology   
net.floodlightcontroller.util   
net.floodlightcontroller.virtualnetwork   
org.openflow.protocol   
org.openflow.protocol.factory   
org.openflow.protocol.statistics   
 

Uses of OFType in net.floodlightcontroller.core
 

Methods in net.floodlightcontroller.core that return types with arguments of type OFType
 java.util.Map<OFType,java.util.List<IOFMessageListener>> IFloodlightProviderService.getListeners()
          Return a non-modifiable list of all current listeners
 

Methods in net.floodlightcontroller.core with parameters of type OFType
 void IFloodlightProviderService.addOFMessageListener(OFType type, IOFMessageListener listener)
          Adds an OpenFlow message listener
 boolean OFMessageFilterManager.isCallbackOrderingPostreq(OFType type, java.lang.String name)
           
 boolean OFMessageFilterManager.isCallbackOrderingPrereq(OFType type, java.lang.String name)
           
 void IFloodlightProviderService.removeOFMessageListener(OFType type, IOFMessageListener listener)
          Removes an OpenFlow message listener
 

Uses of OFType in net.floodlightcontroller.core.internal
 

Fields in net.floodlightcontroller.core.internal declared as OFType
protected  OFType OFMessageFuture.responseType
           
 

Fields in net.floodlightcontroller.core.internal with type parameters of type OFType
protected  java.util.concurrent.ConcurrentMap<OFType,ListenerDispatcher<OFType,IOFMessageListener>> Controller.messageListeners
           
protected  java.util.concurrent.ConcurrentMap<OFType,ListenerDispatcher<OFType,IOFMessageListener>> Controller.messageListeners
           
 

Methods in net.floodlightcontroller.core.internal that return types with arguments of type OFType
 java.util.Map<OFType,java.util.List<IOFMessageListener>> Controller.getListeners()
           
 

Methods in net.floodlightcontroller.core.internal with parameters of type OFType
 void Controller.addOFMessageListener(OFType type, IOFMessageListener listener)
           
 void Controller.removeOFMessageListener(OFType type, IOFMessageListener listener)
           
 void Controller.removeOFMessageListeners(OFType type)
           
 

Constructors in net.floodlightcontroller.core.internal with parameters of type OFType
OFMessageFuture(IThreadPoolService tp, IOFSwitch sw, OFType responseType, int transactionId)
           
OFMessageFuture(IThreadPoolService tp, IOFSwitch sw, OFType responseType, int transactionId, long timeout, java.util.concurrent.TimeUnit unit)
           
 

Uses of OFType in net.floodlightcontroller.devicemanager.internal
 

Methods in net.floodlightcontroller.devicemanager.internal with parameters of type OFType
 boolean DeviceManagerImpl.isCallbackOrderingPostreq(OFType type, java.lang.String name)
           
 boolean DeviceManagerImpl.isCallbackOrderingPrereq(OFType type, java.lang.String name)
           
 

Uses of OFType in net.floodlightcontroller.firewall
 

Methods in net.floodlightcontroller.firewall with parameters of type OFType
 boolean Firewall.isCallbackOrderingPostreq(OFType type, java.lang.String name)
           
 boolean Firewall.isCallbackOrderingPrereq(OFType type, java.lang.String name)
           
 

Uses of OFType in net.floodlightcontroller.flowcache
 

Fields in net.floodlightcontroller.flowcache with type parameters of type OFType
protected  ListenerDispatcher<OFType,IFlowReconcileListener> FlowReconcileManager.flowReconcileListeners
          The list of flow reconcile listeners that have registered to get flow reconcile callbacks.
 

Methods in net.floodlightcontroller.flowcache with parameters of type OFType
 boolean PortDownReconciliation.isCallbackOrderingPostreq(OFType type, java.lang.String name)
           
 boolean PortDownReconciliation.isCallbackOrderingPrereq(OFType type, java.lang.String name)
           
 

Uses of OFType in net.floodlightcontroller.hub
 

Methods in net.floodlightcontroller.hub with parameters of type OFType
 boolean Hub.isCallbackOrderingPostreq(OFType type, java.lang.String name)
           
 boolean Hub.isCallbackOrderingPrereq(OFType type, java.lang.String name)
           
 

Uses of OFType in net.floodlightcontroller.learningswitch
 

Methods in net.floodlightcontroller.learningswitch with parameters of type OFType
 boolean LearningSwitch.isCallbackOrderingPostreq(OFType type, java.lang.String name)
           
 boolean LearningSwitch.isCallbackOrderingPrereq(OFType type, java.lang.String name)
           
 

Uses of OFType in net.floodlightcontroller.linkdiscovery.internal
 

Methods in net.floodlightcontroller.linkdiscovery.internal with parameters of type OFType
 boolean LinkDiscoveryManager.isCallbackOrderingPostreq(OFType type, java.lang.String name)
           
 boolean LinkDiscoveryManager.isCallbackOrderingPrereq(OFType type, java.lang.String name)
           
 

Uses of OFType in net.floodlightcontroller.loadbalancer
 

Methods in net.floodlightcontroller.loadbalancer with parameters of type OFType
 boolean LoadBalancer.isCallbackOrderingPostreq(OFType type, java.lang.String name)
           
 boolean LoadBalancer.isCallbackOrderingPrereq(OFType type, java.lang.String name)
           
 

Uses of OFType in net.floodlightcontroller.routing
 

Methods in net.floodlightcontroller.routing with parameters of type OFType
 boolean ForwardingBase.isCallbackOrderingPostreq(OFType type, java.lang.String name)
           
 boolean ForwardingBase.isCallbackOrderingPrereq(OFType type, java.lang.String name)
           
 

Uses of OFType in net.floodlightcontroller.staticflowentry
 

Methods in net.floodlightcontroller.staticflowentry with parameters of type OFType
 boolean StaticFlowEntryPusher.isCallbackOrderingPostreq(OFType type, java.lang.String name)
           
 boolean StaticFlowEntryPusher.isCallbackOrderingPrereq(OFType type, java.lang.String name)
           
 

Uses of OFType in net.floodlightcontroller.topology
 

Methods in net.floodlightcontroller.topology with parameters of type OFType
 boolean TopologyManager.isCallbackOrderingPostreq(OFType type, java.lang.String name)
           
 boolean TopologyManager.isCallbackOrderingPrereq(OFType type, java.lang.String name)
           
 

Uses of OFType in net.floodlightcontroller.util
 

Constructor parameters in net.floodlightcontroller.util with type arguments of type OFType
OFMessageDamper(int capacity, java.util.Set<OFType> typesToDampen, int timeout)
           
 

Uses of OFType in net.floodlightcontroller.virtualnetwork
 

Methods in net.floodlightcontroller.virtualnetwork with parameters of type OFType
 boolean VirtualNetworkFilter.isCallbackOrderingPostreq(OFType type, java.lang.String name)
           
 boolean VirtualNetworkFilter.isCallbackOrderingPrereq(OFType type, java.lang.String name)
           
 

Uses of OFType in org.openflow.protocol
 

Fields in org.openflow.protocol declared as OFType
protected  OFType OFMessage.type
           
 

Methods in org.openflow.protocol that return OFType
 OFType OFMessage.getType()
          Get the type of this message
static OFType OFType.valueOf(java.lang.Byte i)
          Given a wire protocol OpenFlow type number, return the OFType associated with it
static OFType OFType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OFType[] OFType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openflow.protocol with parameters of type OFType
static void OFType.addMapping(byte i, OFType t)
          Adds a mapping from type value to OFType enum
 OFMessage OFMessage.setType(OFType type)
          Set the type of this message
 

Uses of OFType in org.openflow.protocol.factory
 

Methods in org.openflow.protocol.factory with parameters of type OFType
 OFMessage OFMessageFactory.getMessage(OFType t)
          Retrieves an OFMessage instance corresponding to the specified OFType
 OFMessage BasicFactory.getMessage(OFType t)
          create and return a new instance of a message for OFType t.
 OFStatistics OFStatisticsFactory.getStatistics(OFType t, OFStatisticsType st)
          Retrieves an OFStatistics instance corresponding to the specified OFStatisticsType
 OFStatistics BasicFactory.getStatistics(OFType t, OFStatisticsType st)
           
 java.util.List<OFStatistics> OFStatisticsFactory.parseStatistics(OFType t, OFStatisticsType st, java.nio.ByteBuffer data, int length)
          Attempts to parse and return all OFStatistics contained in the given ByteBuffer, beginning at the ByteBuffer's position, and ending at position+length.
 java.util.List<OFStatistics> BasicFactory.parseStatistics(OFType t, OFStatisticsType st, java.nio.ByteBuffer data, int length)
           
 java.util.List<OFStatistics> OFStatisticsFactory.parseStatistics(OFType t, OFStatisticsType st, java.nio.ByteBuffer data, int length, int limit)
          Attempts to parse and return all OFStatistics contained in the given ByteBuffer, beginning at the ByteBuffer's position, and ending at position+length.
 java.util.List<OFStatistics> BasicFactory.parseStatistics(OFType t, OFStatisticsType st, java.nio.ByteBuffer data, int length, int limit)
           
 

Uses of OFType in org.openflow.protocol.statistics
 

Methods in org.openflow.protocol.statistics with parameters of type OFType
static void OFStatisticsType.addMapping(short i, OFType t, OFStatisticsType st)
          Adds a mapping from type value to OFStatisticsType enum
 java.lang.reflect.Constructor<? extends OFStatistics> OFStatisticsType.getConstructor(OFType t)
          Returns the no-argument Constructor of the implementation class for this OFStatisticsType, either request or reply based on the supplied OFType
 OFStatistics OFStatisticsType.newInstance(OFType t)
          Returns a new instance of the implementation class for this OFStatisticsType, either request or reply based on the supplied OFType
static void OFStatisticsType.removeMapping(short i, OFType t)
          Remove a mapping from type value to OFStatisticsType enum
 java.lang.Class<? extends OFStatistics> OFStatisticsType.toClass(OFType t)
           
static OFStatisticsType OFStatisticsType.valueOf(short i, OFType t)
          Given a wire protocol OpenFlow type number, return the OFStatisticsType associated with it