- HA_CHECK_SWITCH - Static variable in class etri.sdn.controller.protocol.io.OFSwitchImpl
-
- handleConnectedEvent(Connection) - Method in class etri.sdn.controller.OFController
-
This callback is called when a new connection to a new switch is made.
- handleConnectedEvent(Connection) - Method in class etri.sdn.controller.protocol.io.ClientChannelWatcher
-
- handleConnectedEvent(Connection) - Method in interface etri.sdn.controller.protocol.io.IOFHandler
-
- handleConnectedEvent(Connection) - Method in class etri.sdn.controller.protocol.OFProtocol
-
Callback called by underlying platform when a connection to a switch is established
- handleDisconnect(Connection) - Method in class etri.sdn.controller.module.devicemanager.OFMDefaultEntityClassifier
-
- handleDisconnect(Connection) - Method in class etri.sdn.controller.module.devicemanager.OFMDeviceManager
-
- handleDisconnect(Connection) - Method in class etri.sdn.controller.module.firewall.OFMFirewall
-
- handleDisconnect(Connection) - Method in class etri.sdn.controller.module.forwarding.ForwardingBase
-
- handleDisconnect(Connection) - Method in class etri.sdn.controller.module.hub.Hub
-
- handleDisconnect(Connection) - Method in class etri.sdn.controller.module.learningmac.OFMLearningMac
-
Handle disconnection to a switch.
- handleDisconnect(Connection) - Method in class etri.sdn.controller.module.learningmac.OFMLearningMac10
-
Handle disconnection to a switch.
- handleDisconnect(Connection) - Method in class etri.sdn.controller.module.learningmac.OFMLearningMac13
-
Handle disconnection to a switch.
- handleDisconnect(Connection) - Method in class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery
-
- handleDisconnect(Connection) - Method in class etri.sdn.controller.module.statemanager.OFMStateManager
-
Does nothing except for returning true.
- handleDisconnect(Connection) - Method in class etri.sdn.controller.module.storagemanager.OFMStorageManager
-
- handleDisconnect(Connection) - Method in class etri.sdn.controller.module.topologymanager.OFMTopologyManager
-
- handleDisconnect(Connection) - Method in class etri.sdn.controller.module.ui.OFMUserInterface
-
- handleDisconnect(Connection) - Method in class etri.sdn.controller.OFModule
-
Process the disconnection event from a switch.
- handleDisconnectedEvent(Connection) - Method in class etri.sdn.controller.protocol.io.ClientChannelWatcher
-
- handleDisconnectEvent(Connection) - Method in class etri.sdn.controller.OFController
-
This callback is called when a connection to a switch is lost.
- handleDisconnectEvent(Connection) - Method in interface etri.sdn.controller.protocol.io.IOFHandler
-
- handleGeneric(Connection, MessageContext, OFMessage) - Method in class etri.sdn.controller.OFController
-
handle the other messages.
- handleHandshakedEvent(Connection, MessageContext) - Method in class etri.sdn.controller.module.devicemanager.OFMDefaultEntityClassifier
-
- handleHandshakedEvent(Connection, MessageContext) - Method in class etri.sdn.controller.module.devicemanager.OFMDeviceManager
-
- handleHandshakedEvent(Connection, MessageContext) - Method in class etri.sdn.controller.module.firewall.OFMFirewall
-
- handleHandshakedEvent(Connection, MessageContext) - Method in class etri.sdn.controller.module.forwarding.ForwardingBase
-
- handleHandshakedEvent(Connection, MessageContext) - Method in class etri.sdn.controller.module.hub.Hub
-
- handleHandshakedEvent(Connection, MessageContext) - Method in class etri.sdn.controller.module.learningmac.OFMLearningMac
-
As this module does not process handshake event,
it just returns true.
- handleHandshakedEvent(Connection, MessageContext) - Method in class etri.sdn.controller.module.learningmac.OFMLearningMac10
-
As this module does not process handshake event,
it just returns true.
- handleHandshakedEvent(Connection, MessageContext) - Method in class etri.sdn.controller.module.learningmac.OFMLearningMac13
-
As this module does not process handshake event,
it just returns true.
- handleHandshakedEvent(Connection, MessageContext) - Method in class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery
-
- handleHandshakedEvent(Connection, MessageContext) - Method in class etri.sdn.controller.module.statemanager.OFMStateManager
-
Does nothing except for returning true.
- handleHandshakedEvent(Connection, MessageContext) - Method in class etri.sdn.controller.module.storagemanager.OFMStorageManager
-
- handleHandshakedEvent(Connection, MessageContext) - Method in class etri.sdn.controller.module.topologymanager.OFMTopologyManager
-
- handleHandshakedEvent(Connection, MessageContext) - Method in class etri.sdn.controller.module.ui.OFMUserInterface
-
- handleHandshakedEvent(Connection, MessageContext) - Method in class etri.sdn.controller.OFModule
-
An abstract method that all subclasses should implement.
- handleLldp(LLDP, IOFSwitch, OFPacketIn, boolean, List<OFMessage>) - Method in class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery
-
From the LLDP packet received, this method first extract following information:
remote switch information
controller id (if this message is created by a controller)
direction of the message
The business logic of this method are as follows:
if the message is a standard LLDP which is not created by this controller, then drop it.
- handleMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.module.devicemanager.OFMDefaultEntityClassifier
-
- handleMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.module.devicemanager.OFMDeviceManager
-
- handleMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.module.firewall.OFMFirewall
-
- handleMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.module.forwarding.ForwardingBase
-
Initializes this module.
- handleMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.module.hub.Hub
-
- handleMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.module.learningmac.OFMLearningMac
-
this method is a callback called by controller to request this module to
handle an incoming message.
- handleMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.module.learningmac.OFMLearningMac10
-
this method is a callback called by controller to request this module to
handle an incoming message.
- handleMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.module.learningmac.OFMLearningMac13
-
this method is a callback called by controller to request this module to
handle an incoming message.
- handleMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery
-
- handleMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.module.statemanager.OFMStateManager
-
Does nothing except for returning true.
- handleMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.module.storagemanager.OFMStorageManager
-
- handleMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.module.topologymanager.OFMTopologyManager
-
This is starting point of OFMTopologyManager
- handleMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.module.ui.OFMUserInterface
-
- handleMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.OFModule
-
Handle incoming messages that pass the test of filters.
- handlePacketIn(IOFSwitch, MessageContext, OFPacketIn, List<OFMessage>) - Method in class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery
-
This method handles a PACKET_IN message as follows:
First, decapsulate the Ethernet part of the PACKET_IN payload.
- handlePacketIn(Connection, MessageContext, OFMessage) - Method in class etri.sdn.controller.OFController
-
handle Packet-in Message.
- handlePortStatus(IOFSwitch, MessageContext, OFPortStatus, List<OFMessage>) - Method in class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery
-
Handle PORT_STATUS message.
- handleReadEvent(Connection, List<OFMessage>) - Method in class etri.sdn.controller.OFController
-
This is a method that cannot be overridden.
- handleReadEvent(Connection, List<OFMessage>) - Method in class etri.sdn.controller.OFController.QP
-
This function delivers a read event to the QP thread.
- handleReadEvent(Connection) - Method in class etri.sdn.controller.protocol.io.ClientChannelWatcher
-
- handleReadEvent(Connection, List<OFMessage>) - Method in interface etri.sdn.controller.protocol.io.IOFHandler
-
- handlers - Variable in class etri.sdn.controller.protocol.io.Connection
-
- HARD_TIMEOUT_DEFAULT - Static variable in class etri.sdn.controller.module.learningmac.OFMLearningMac
-
- HARD_TIMEOUT_DEFAULT - Static variable in class etri.sdn.controller.module.learningmac.OFMLearningMac10
-
- HARD_TIMEOUT_DEFAULT - Static variable in class etri.sdn.controller.module.learningmac.OFMLearningMac13
-
- hardware_description - Variable in class etri.sdn.controller.SwitchInformation
-
- hardwareAddressLength - Variable in class etri.sdn.controller.protocol.packet.ARP
-
- hardwareAddressLength - Variable in class etri.sdn.controller.protocol.packet.DHCP
-
- hardwareType - Variable in class etri.sdn.controller.protocol.packet.ARP
-
- hardwareType - Variable in class etri.sdn.controller.protocol.packet.DHCP
-
- hasAttribute(String) - Method in interface etri.sdn.controller.protocol.io.IOFSwitch
-
Checks if a specific switch property exists for this switch
- hasAttribute(String) - Method in class etri.sdn.controller.protocol.io.OFSwitchImpl
-
- hashCode() - Method in class etri.sdn.controller.module.devicemanager.AttachmentPoint
-
Hash is generated using only switch and port.
- hashCode() - Method in class etri.sdn.controller.module.devicemanager.Device
-
- hashCode - Variable in class etri.sdn.controller.module.devicemanager.Entity
-
- hashCode() - Method in class etri.sdn.controller.module.devicemanager.Entity
-
- hashCode - Variable in class etri.sdn.controller.module.devicemanager.IndexedEntity
-
- hashCode() - Method in class etri.sdn.controller.module.devicemanager.IndexedEntity
-
- hashCode() - Method in class etri.sdn.controller.module.devicemanager.SwitchPort
-
- hashCode() - Method in class etri.sdn.controller.module.firewall.FirewallRule
-
- hashCode() - Method in class etri.sdn.controller.module.flowcache.FCQueryObj
-
- hashCode() - Method in class etri.sdn.controller.module.flowcache.PendingSwRespKey
-
- hashCode() - Method in class etri.sdn.controller.module.learningmac.MacVlanPair
-
Calculate the hashCode for this object.
- hashCode() - Method in class etri.sdn.controller.module.linkdiscovery.Link
-
- hashCode() - Method in class etri.sdn.controller.module.linkdiscovery.LinkInfo
-
- hashCode() - Method in class etri.sdn.controller.module.linkdiscovery.NodePortTuple
-
- hashCode() - Method in class etri.sdn.controller.module.routing.Route
-
- hashCode() - Method in class etri.sdn.controller.module.routing.RouteId
-
- hashCode() - Method in class etri.sdn.controller.module.topologymanager.Cluster
-
- hashCode() - Method in class etri.sdn.controller.protocol.packet.ARP
-
- hashCode() - Method in class etri.sdn.controller.protocol.packet.BasePacket
-
- hashCode() - Method in class etri.sdn.controller.protocol.packet.BSN
-
- hashCode() - Method in class etri.sdn.controller.protocol.packet.BSNPROBE
-
- hashCode() - Method in class etri.sdn.controller.protocol.packet.Data
-
- hashCode() - Method in class etri.sdn.controller.protocol.packet.DHCPOption
-
- hashCode() - Method in class etri.sdn.controller.protocol.packet.Ethernet
-
- hashCode() - Method in class etri.sdn.controller.protocol.packet.ICMP
-
- hashCode() - Method in class etri.sdn.controller.protocol.packet.IPv4
-
- hashCode() - Method in class etri.sdn.controller.protocol.packet.LLDP
-
- hashCode() - Method in class etri.sdn.controller.protocol.packet.LLDPOrganizationalTLV
-
- hashCode() - Method in class etri.sdn.controller.protocol.packet.LLDPTLV
-
- hashCode() - Method in class etri.sdn.controller.protocol.packet.TCP
-
- hashCode() - Method in class etri.sdn.controller.protocol.packet.UDP
-
- hashCode() - Method in class etri.sdn.controller.util.MACAddress
-
- hashCode() - Method in class etri.sdn.controller.util.OFMessageDamper.DamperEntry
-
- hasNext() - Method in class etri.sdn.controller.module.devicemanager.DeviceIdIterator
-
- hasNext() - Method in class etri.sdn.controller.util.FilterIterator
-
- hasNext() - Method in class etri.sdn.controller.util.IterableIterator
-
- hasNext() - Method in class etri.sdn.controller.util.MultiIterator
-
- hasNonNullKeys() - Method in class etri.sdn.controller.module.devicemanager.IndexedEntity
-
Checks whether this entity has non-null values in any of its key fields.
- hasSent - Variable in class etri.sdn.controller.module.flowcache.FlowCacheQueryResp
-
Set to true if the response has been sent to handler
- headerLength - Variable in class etri.sdn.controller.protocol.packet.IPv4
-
- helloTime - Variable in class etri.sdn.controller.protocol.packet.BPDU
-
- hexArray - Static variable in class etri.sdn.controller.module.learningmac.OFMLearningMac13
-
- HEXES - Static variable in class etri.sdn.controller.protocol.packet.Ethernet
-
- hops - Variable in class etri.sdn.controller.protocol.packet.DHCP
-
- Hub - Class in etri.sdn.controller.module.hub
-
- Hub() - Constructor for class etri.sdn.controller.module.hub.Hub
-
- hw_addr - Variable in class etri.sdn.controller.PortInformation
-
- HW_TYPE_ETHERNET - Static variable in class etri.sdn.controller.protocol.packet.ARP
-
- HWTYPE_ETHERNET - Static variable in class etri.sdn.controller.protocol.packet.DHCP
-