Uses of Class
com.caucho.hmtp.HmtpPacketType

Packages that use HmtpPacketType
com.caucho.hmtp   
 

Uses of HmtpPacketType in com.caucho.hmtp
 

Fields in com.caucho.hmtp declared as HmtpPacketType
static HmtpPacketType[] HmtpPacketType.TYPES
           
 

Methods in com.caucho.hmtp that return HmtpPacketType
static HmtpPacketType HmtpPacketType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HmtpPacketType[] HmtpPacketType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.