Uses of Class
net.floodlightcontroller.packet.DHCP.DHCPOptionCode

Packages that use DHCP.DHCPOptionCode
net.floodlightcontroller.packet   
 

Uses of DHCP.DHCPOptionCode in net.floodlightcontroller.packet
 

Methods in net.floodlightcontroller.packet that return DHCP.DHCPOptionCode
static DHCP.DHCPOptionCode DHCP.DHCPOptionCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DHCP.DHCPOptionCode[] DHCP.DHCPOptionCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.floodlightcontroller.packet with parameters of type DHCP.DHCPOptionCode
 DHCPOption DHCP.getOption(DHCP.DHCPOptionCode optionCode)
          Gets a specific DHCP option parameter