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 

P

packetOutMultiPort(byte[], Connection, short, Set<Integer>, MessageContext) - Method in class etri.sdn.controller.module.forwarding.ForwardingBase
Writes packet-out message to switch with output actions to one or more output ports with inPort/outPorts passed in.
packetOutMultiPort(OFPacketIn, Connection, short, Set<Integer>, MessageContext) - Method in class etri.sdn.controller.module.forwarding.ForwardingBase
Accepts a PacketIn instead of raw packet data.
packetOutMultiPort(IPacket, Connection, short, Set<Integer>, MessageContext) - Method in class etri.sdn.controller.module.forwarding.ForwardingBase
Accepts an IPacket instead of raw packet data.
pad - Variable in class etri.sdn.controller.protocol.packet.Ethernet
 
parent - Variable in class etri.sdn.controller.protocol.packet.BasePacket
 
parentDFSIndex - Variable in class etri.sdn.controller.module.topologymanager.ClusterDFS
 
parseActionString(OFFlowMod, String) - Static method in class etri.sdn.controller.module.staticentrypusher.StaticFlowEntryType
Parses OFFlowMod actions from strings.
parseCommandLine(String[]) - Static method in class etri.sdn.controller.Main
This is a function to parse command line options.
parseStaticFlowEntry(Map<String, Object>, Map<String, Map<String, OFFlowMod>>) - Method in class etri.sdn.controller.module.staticentrypusher.StaticFlowEntryStorage
Take a single row, turn it into a flowMod, and add it to the entries.
PATH_CACHE_SIZE - Static variable in class etri.sdn.controller.module.topologymanager.TopologyInstance
 
pathcache - Variable in class etri.sdn.controller.module.topologymanager.TopologyInstance
 
payload - Variable in class etri.sdn.controller.protocol.packet.BasePacket
 
PendingSwitchResp - Class in etri.sdn.controller.module.flowcache
The Class PendingSwitchResp.
PendingSwitchResp(IFlowCacheService.FCQueryEvType) - Constructor for class etri.sdn.controller.module.flowcache.PendingSwitchResp
 
PendingSwRespKey - Class in etri.sdn.controller.module.flowcache
 
PendingSwRespKey(long, int) - Constructor for class etri.sdn.controller.module.flowcache.PendingSwRespKey
 
port - Variable in class etri.sdn.controller.module.devicemanager.AttachmentPoint
 
port - Variable in class etri.sdn.controller.module.devicemanager.Devices.RESTAttachmentPoint
 
port - Variable in class etri.sdn.controller.module.devicemanager.SwitchPort
 
portBroadcastCacheHitMap - Variable in class etri.sdn.controller.protocol.io.OFSwitchImpl
 
portBroadcastDomainLinks - Variable in class etri.sdn.controller.module.linkdiscovery.Links
Set of link tuples over which multicast LLDPs are received and unicast LLDPs are not received.
portBroadcastDomainLinks - Variable in class etri.sdn.controller.module.topologymanager.OFMTopologyManager
set of links that are broadcast domain links.
portEnabled(OFPhysicalPort) - Static method in class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery
Find out if the port is enabled.
portEnabled(short) - Method in interface etri.sdn.controller.protocol.io.IOFSwitch
 
portEnabled(String) - Method in interface etri.sdn.controller.protocol.io.IOFSwitch
 
portEnabled(OFPhysicalPort) - Method in interface etri.sdn.controller.protocol.io.IOFSwitch
 
portEnabled(short) - Method in class etri.sdn.controller.protocol.io.OFSwitchImpl
 
portEnabled(String) - Method in class etri.sdn.controller.protocol.io.OFSwitchImpl
 
portEnabled(OFPhysicalPort) - Method in class etri.sdn.controller.protocol.io.OFSwitchImpl
 
portId - Variable in class etri.sdn.controller.module.linkdiscovery.NodePortTuple
 
portId - Variable in class etri.sdn.controller.protocol.packet.BPDU
 
portId - Variable in class etri.sdn.controller.protocol.packet.LLDP
 
portLinks - Variable in class etri.sdn.controller.module.linkdiscovery.Links
Map from a id:port to the set of links containing it as an endpoint
portLock - Variable in class etri.sdn.controller.protocol.io.OFSwitchImpl
 
ports - Variable in class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery.Disconnection
 
portsByName - Variable in class etri.sdn.controller.protocol.io.OFSwitchImpl
 
portsByNumber - Variable in class etri.sdn.controller.protocol.io.OFSwitchImpl
 
primaryIndex - Variable in class etri.sdn.controller.module.devicemanager.Devices
This is the primary entity index that contains all entities.
prime1 - Variable in class etri.sdn.controller.module.forwarding.ForwardingBase
 
prime2 - Static variable in class etri.sdn.controller.module.forwarding.ForwardingBase
 
printStorage() - Method in class etri.sdn.controller.module.firewall.FirewallStorage
Compares entries of the memory storage and the persistent database.
printTopology() - Method in class etri.sdn.controller.module.topologymanager.TopologyInstance
 
priority - Variable in class etri.sdn.controller.module.firewall.FirewallRule
 
priority - Variable in class etri.sdn.controller.module.flowcache.OFMatchReconcile
flow mod. priority
priority - Variable in class etri.sdn.controller.module.flowcache.QRFlowCacheObj
The flow-mod priority.
PRIORITY_DEFAULT - Static variable in class etri.sdn.controller.module.learningmac.OFMLearningMac
 
priorityCode - Variable in class etri.sdn.controller.protocol.packet.Ethernet
 
process(Connection, List<OFMessage>) - Method in class etri.sdn.controller.OFController.QP
process a list of OFMessage objects received from the connection.
processDisconnect(Connection) - Method in class etri.sdn.controller.OFModule
Process the disconnection event from a switch.
processFeaturesReply(Connection, MessageContext, OFFeaturesReply) - Method in class etri.sdn.controller.OFController.QP
This function returns false when there is no switch object in connection.
processHandshakeFinished(Connection, MessageContext) - Method in class etri.sdn.controller.OFModule
This method is called after FEATURE-REQUEST and FEATUER-REPLY is correctly exchanged.
processMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.OFModule
Handle incoming messages and return the processing result.
processNewPort(IOFSwitch, short) - Method in class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery
Process a new port.
processors - Variable in class etri.sdn.controller.OFController
Queue Item Processors
processPacketInMessage(IOFSwitch, OFPacketIn, MessageContext) - Method in class etri.sdn.controller.module.devicemanager.OFMDeviceManager
 
processPacketInMessage(IOFSwitch, OFPacketIn, IRoutingDecision, MessageContext) - Method in class etri.sdn.controller.module.firewall.OFMFirewall
Checks the incoming packet with the firewall policy and create a decision to handle the packet.
processPacketInMessage(Connection, OFPacketIn, IRoutingDecision, MessageContext) - Method in class etri.sdn.controller.module.forwarding.Forwarding
Calls an appropriate method to process packetin according to the routing decision.
processPacketInMessage(Connection, OFPacketIn, IRoutingDecision, MessageContext) - Method in class etri.sdn.controller.module.forwarding.ForwardingBase
All subclasses must define this function if they want any specific forwarding action.
processPacketInMessage(Connection, MessageContext, OFMessage, List<OFMessage>) - Method in class etri.sdn.controller.module.learningmac.OFMLearningMac
Processes a OFPacketIn message.
processPacketInMessage(IOFSwitch, OFPacketIn, MessageContext, List<OFMessage>) - Method in class etri.sdn.controller.module.topologymanager.OFMTopologyManager
From the OFPacketIn message received, this method performs following procedures.
processUpdates(Queue<Devices.DeviceUpdate>) - Method in class etri.sdn.controller.module.devicemanager.Devices
Sends update notifications to listeners.
PROP_FASTWILDCARDS - Static variable in interface etri.sdn.controller.protocol.io.IOFSwitch
 
PROP_REQUIRES_L3_MATCH - Static variable in interface etri.sdn.controller.protocol.io.IOFSwitch
 
PROP_SUPPORTS_NETMASK_TBL - Static variable in interface etri.sdn.controller.protocol.io.IOFSwitch
 
PROP_SUPPORTS_OFPP_FLOOD - Static variable in interface etri.sdn.controller.protocol.io.IOFSwitch
 
PROP_SUPPORTS_OFPP_TABLE - Static variable in interface etri.sdn.controller.protocol.io.IOFSwitch
 
propertyExists(String) - Method in class etri.sdn.controller.TorpedoProperties
Check if there is a property value associated with the given name
PROTO_TYPE_IP - Static variable in class etri.sdn.controller.protocol.packet.ARP
 
protocol - Variable in class etri.sdn.controller.protocol.packet.IPv4
 
PROTOCOL_ICMP - Static variable in class etri.sdn.controller.protocol.packet.IPv4
 
PROTOCOL_TCP - Static variable in class etri.sdn.controller.protocol.packet.IPv4
 
PROTOCOL_UDP - Static variable in class etri.sdn.controller.protocol.packet.IPv4
 
protocolAddressLength - Variable in class etri.sdn.controller.protocol.packet.ARP
 
protocolClassMap - Static variable in class etri.sdn.controller.protocol.packet.IPv4
 
protocolId - Variable in class etri.sdn.controller.protocol.packet.BPDU
 
protocolType - Variable in class etri.sdn.controller.protocol.packet.ARP
 
pushPacket(Connection, OFMatch, OFPacketIn, short, MessageContext) - Method in class etri.sdn.controller.module.forwarding.ForwardingBase
Pushes a packet-out to a switch.
pushPacket(Connection, IPacket, IOFSwitch, int, short, short, MessageContext) - Method in class etri.sdn.controller.module.forwarding.ForwardingBase
Pushes a packet-out to a switch.
pushRoute(Connection, Route, OFMatch, Integer, OFPacketIn, long, long, MessageContext, boolean, boolean, short) - Method in class etri.sdn.controller.module.forwarding.ForwardingBase
Pushes routes from back to front.
put(String, Object) - Method in class etri.sdn.controller.MessageContext
Put something in the message context with given key.
put(MessageContext, String, V) - Method in class etri.sdn.controller.MessageContextStore
Deprecated.
 
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