Uses of Class
it.jnrpe.PacketType

Packages that use PacketType
it.jnrpe This package contains the JNRPE engine. 
 

Uses of PacketType in it.jnrpe
 

Methods in it.jnrpe that return PacketType
static PacketType PacketType.fromIntValue(int value)
          Convert from the passed in integer value to the corresponding enumeration constant.
static PacketType PacketType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PacketType[] PacketType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014. All Rights Reserved.