Class AlertLevel


  • public class AlertLevel
    extends java.lang.Object
    RFC 5246 7.2
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static short fatal  
      static short warning  
    • Constructor Summary

      Constructors 
      Constructor Description
      AlertLevel()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getName​(short alertDescription)  
      static java.lang.String getText​(short alertDescription)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlertLevel

        public AlertLevel()
    • Method Detail

      • getName

        public static java.lang.String getName​(short alertDescription)
      • getText

        public static java.lang.String getText​(short alertDescription)