A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

O

OBJECT_MAPPING_ERROR_MESSAGE - Variable in class etri.sdn.controller.module.storage.Storage
 
OBJECT_MAPPING_ERROR_MESSAGE - Variable in class etri.sdn.controller.module.storagemanager.Storage
 
OFController - Class in etri.sdn.controller
Mother of all OpenFlow controller implementations.
OFController(int, String) - Constructor for class etri.sdn.controller.OFController
OFController constructor.
OFController.QI - Class in etri.sdn.controller
Queue Item
OFController.QI(Connection, List<OFMessage>) - Constructor for class etri.sdn.controller.OFController.QI
 
OFController.QP - Class in etri.sdn.controller
Queue Item Processor, which is a thread that pulls QI object from the queue that is associated with the thread.
OFController.QP(OFController) - Constructor for class etri.sdn.controller.OFController.QP
Constructor
OFFeaturesReplySerializer - Class in etri.sdn.controller.module.statemanager
A Custom Serializer for OFFeaturesReply (FEATURES_REPLY) message.
OFFeaturesReplySerializer() - Constructor for class etri.sdn.controller.module.statemanager.OFFeaturesReplySerializer
 
OFFeaturesReplySerializerModule - Class in etri.sdn.controller.module.statemanager
A Custom Serializer Module which consists of OFFeaturesReplySerializer and OFPhysicalPortSerializer
OFFeaturesReplySerializerModule() - Constructor for class etri.sdn.controller.module.statemanager.OFFeaturesReplySerializerModule
 
OFFirewallRuleReplySerializerModule - Class in etri.sdn.controller.module.firewall
This class serializes a firewall rule with a different format from a default JSON format.
OFFirewallRuleReplySerializerModule() - Constructor for class etri.sdn.controller.module.firewall.OFFirewallRuleReplySerializerModule
 
OFFirewallRuleSerializer - Class in etri.sdn.controller.module.firewall
This class is the serializer of FirewallRule.
OFFirewallRuleSerializer() - Constructor for class etri.sdn.controller.module.firewall.OFFirewallRuleSerializer
 
OFFlowStatisticsReplySerializerModule - Class in etri.sdn.controller.module.statemanager
A Custom Serializer module consists of OFFlowStatisticsReplySerializer
OFFlowStatisticsReplySerializerModule() - Constructor for class etri.sdn.controller.module.statemanager.OFFlowStatisticsReplySerializerModule
 
OFMatchReconcile - Class in etri.sdn.controller.module.flowcache
OFMatchReconcile class to indicate result of a flow-reconciliation.
OFMatchReconcile() - Constructor for class etri.sdn.controller.module.flowcache.OFMatchReconcile
Instantiates a new oF match reconcile object.
OFMatchReconcile(OFMatchReconcile) - Constructor for class etri.sdn.controller.module.flowcache.OFMatchReconcile
 
OFMatchReconcile.ReconcileAction - Enum in etri.sdn.controller.module.flowcache
The enum ReconcileAction.
OFMatchReconcile.ReconcileAction() - Constructor for enum etri.sdn.controller.module.flowcache.OFMatchReconcile.ReconcileAction
 
OFMatchSerializer - Class in etri.sdn.controller.module.statemanager
Custom serializer for OFMatch message.
OFMatchSerializer() - Constructor for class etri.sdn.controller.module.statemanager.OFMatchSerializer
 
OFMDefaultEntityClassifier - Class in etri.sdn.controller.module.devicemanager
This is a default entity classifier that simply classifies all entities into a fixed entity class, with key fields of MAC and VLAN.
OFMDefaultEntityClassifier() - Constructor for class etri.sdn.controller.module.devicemanager.OFMDefaultEntityClassifier
 
OFMDefaultEntityClassifier.DefaultEntityClass - Class in etri.sdn.controller.module.devicemanager
A default fixed entity class
OFMDefaultEntityClassifier.DefaultEntityClass(String) - Constructor for class etri.sdn.controller.module.devicemanager.OFMDefaultEntityClassifier.DefaultEntityClass
 
OFMDeviceManager - Class in etri.sdn.controller.module.devicemanager
This class implements the device manager module.
OFMDeviceManager() - Constructor for class etri.sdn.controller.module.devicemanager.OFMDeviceManager
 
ofmDeviceManagerCache - Static variable in class etri.sdn.controller.module.devicemanager.OFMDeviceManager
 
OFMESSAGE_DAMPER_CAPACITY - Static variable in class etri.sdn.controller.module.forwarding.ForwardingBase
 
OFMESSAGE_DAMPER_TIMEOUT - Static variable in class etri.sdn.controller.module.forwarding.ForwardingBase
 
OFMessageDamper - Class in etri.sdn.controller.util
Dampens OFMessages sent to an OF switch.
OFMessageDamper(int, Set<OFType>, int) - Constructor for class etri.sdn.controller.util.OFMessageDamper
 
OFMessageDamper.DamperEntry - Class in etri.sdn.controller.util
An entry in the TimedCache.
OFMessageDamper.DamperEntry(OFMessage, IOFSwitch) - Constructor for class etri.sdn.controller.util.OFMessageDamper.DamperEntry
 
ofMessageFactory - Variable in class etri.sdn.controller.module.staticentrypusher.StaticFlowEntryStorage
 
OFMFilter - Class in etri.sdn.controller
This class is to filer OFMessage objects coming from the connections to switches with given condition.
OFMFilter() - Constructor for class etri.sdn.controller.OFMFilter
 
OFMFirewall - Class in etri.sdn.controller.module.firewall
This class implements the firewall module.
OFMFirewall() - Constructor for class etri.sdn.controller.module.firewall.OFMFirewall
 
OFMLearningMac - Class in etri.sdn.controller.module.learningmac
MAC Learning Module.
OFMLearningMac() - Constructor for class etri.sdn.controller.module.learningmac.OFMLearningMac
Constructor to create learning mac module instance.
OFMLinkDiscovery - Class in etri.sdn.controller.module.linkdiscovery
Link Discovery Module.
OFMLinkDiscovery() - Constructor for class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery
Constructor that does nothing.
OFMLinkDiscovery.Disconnection - Class in etri.sdn.controller.module.linkdiscovery
structure that holds a disconnected switches temporarily.
OFMLinkDiscovery.Disconnection(IOFSwitch) - Constructor for class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery.Disconnection
 
OFModel - Class in etri.sdn.controller
This is a class that represents a data structure that holds all the important data of a module.
OFModel() - Constructor for class etri.sdn.controller.OFModel
 
OFModel.RESTApi - Class in etri.sdn.controller
This is a superclass of all REST API implementations.
OFModel.RESTApi(String, Restlet) - Constructor for class etri.sdn.controller.OFModel.RESTApi
Constructor to build a RESTApi object.
OFModel.RESTWebUI - Class in etri.sdn.controller
This is a class for the RESTWebUI.
OFModel.RESTWebUI(String) - Constructor for class etri.sdn.controller.OFModel.RESTWebUI
 
OFModule - Class in etri.sdn.controller
This abstract class is mother of all Torpedo modules.
OFModule() - Constructor for class etri.sdn.controller.OFModule
 
OFMStateManager - Class in etri.sdn.controller.module.statemanager
This module does not handle any OFMessage.
OFMStateManager() - Constructor for class etri.sdn.controller.module.statemanager.OFMStateManager
 
OFMStaticFlowEntryPusher - Class in etri.sdn.controller.module.staticentrypusher
This module is responsible for maintaining a set of static flows on switches.
OFMStaticFlowEntryPusher() - Constructor for class etri.sdn.controller.module.staticentrypusher.OFMStaticFlowEntryPusher
 
OFMStaticFlowEntryPusher.FlowModSorter - Class in etri.sdn.controller.module.staticentrypusher
Class to sort FlowMod's by priority, from lowest to highest
OFMStaticFlowEntryPusher.FlowModSorter(Map<String, OFFlowMod>) - Constructor for class etri.sdn.controller.module.staticentrypusher.OFMStaticFlowEntryPusher.FlowModSorter
 
OFMStorageManager - Class in etri.sdn.controller.module.storage
This class enables persistent storage for the controller.
OFMStorageManager() - Constructor for class etri.sdn.controller.module.storage.OFMStorageManager
 
OFMStorageManager - Class in etri.sdn.controller.module.storagemanager
This class enables a persistent storage for the controller.
OFMStorageManager() - Constructor for class etri.sdn.controller.module.storagemanager.OFMStorageManager
 
OFMTopologyManager - Class in etri.sdn.controller.module.topologymanager
Topology Manager Module.
OFMTopologyManager() - Constructor for class etri.sdn.controller.module.topologymanager.OFMTopologyManager
 
OFMUserInterface - Class in etri.sdn.controller.module.ui
 
OFMUserInterface() - Constructor for class etri.sdn.controller.module.ui.OFMUserInterface
 
ofmWithSwDpid - Variable in class etri.sdn.controller.module.flowcache.OFMatchReconcile
The open flow match after reconciliation.
ofmWithSwDpid - Variable in class etri.sdn.controller.module.flowcache.QRFlowCacheObj
The open flow match object.
OFPhysicalPortSerializer - Class in etri.sdn.controller.module.statemanager
A Custom Serializer for OFPhysicalPort object.
OFPhysicalPortSerializer() - Constructor for class etri.sdn.controller.module.statemanager.OFPhysicalPortSerializer
 
OFSwitchImpl - Class in etri.sdn.controller.protocol.io
This is the internal representation of an openflow switch.
OFSwitchImpl() - Constructor for class etri.sdn.controller.protocol.io.OFSwitchImpl
 
oldAPs - Variable in class etri.sdn.controller.module.devicemanager.Device
The old attachment points for the device that were valid no more than INACTIVITY_TIME ago.
om - Variable in class etri.sdn.controller.module.storage.OFMStorageManager
 
om - Variable in class etri.sdn.controller.module.storage.Storage
 
om - Variable in class etri.sdn.controller.module.storagemanager.OFMStorageManager
 
om - Variable in class etri.sdn.controller.module.storagemanager.Storage
 
OP_RARP_REPLY - Static variable in class etri.sdn.controller.protocol.packet.ARP
 
OP_RARP_REQUEST - Static variable in class etri.sdn.controller.protocol.packet.ARP
 
OP_REPLY - Static variable in class etri.sdn.controller.protocol.packet.ARP
 
OP_REQUEST - Static variable in class etri.sdn.controller.protocol.packet.ARP
 
opCode - Variable in class etri.sdn.controller.protocol.packet.ARP
 
opCode - Variable in class etri.sdn.controller.protocol.packet.DHCP
 
OPCODE_REPLY - Static variable in class etri.sdn.controller.protocol.packet.DHCP
 
OPCODE_REQUEST - Static variable in class etri.sdn.controller.protocol.packet.DHCP
 
OPENFLOW_TO_EXTERNAL_TIMEOUT - Static variable in class etri.sdn.controller.module.devicemanager.AttachmentPoint
 
operation - Variable in class etri.sdn.controller.module.linkdiscovery.ILinkDiscoveryListener.LDUpdate
 
optionalTLVList - Variable in class etri.sdn.controller.protocol.packet.LLDP
 
options - Variable in class etri.sdn.controller.protocol.packet.DHCP
 
options - Variable in class etri.sdn.controller.protocol.packet.IPv4
 
options - Variable in class etri.sdn.controller.protocol.packet.TCP
 
ORGANIZATIONAL_TLV_TYPE - Static variable in class etri.sdn.controller.protocol.packet.LLDPOrganizationalTLV
 
oui - Variable in class etri.sdn.controller.protocol.packet.LLDPOrganizationalTLV
 
OUI_LENGTH - Static variable in class etri.sdn.controller.protocol.packet.LLDPOrganizationalTLV
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z