Uses of Class
org.opencord.bng.packets.PppProtocolType
-
Packages that use PppProtocolType Package Description org.opencord.bng.packets Packet parser for BNG application. -
-
Uses of PppProtocolType in org.opencord.bng.packets
Methods in org.opencord.bng.packets that return PppProtocolType Modifier and Type Method Description static PppProtocolTypePppProtocolType. lookup(short code)Lookups for a PPP Protocol type.static PppProtocolTypePppProtocolType. valueOf(String name)Returns the enum constant of this type with the specified name.static PppProtocolType[]PppProtocolType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-