com.kodemuse.security.ssl
Class AlertLevel

java.lang.Object
  |
  +--com.kodemuse.security.ssl.LogCapability
        |
        +--com.kodemuse.security.ssl.AlertLevel

class AlertLevel
extends LogCapability

enum { warning(1), fatal(2), (255) } AlertLevel;

Author:
Harmeet Bedi

Constructor Summary
(package private) AlertLevel(java.io.DataInputStream inp)
           
(package private) AlertLevel(int level)
           
 
Method Summary
(package private) static void ()
           
 boolean isEqual(AlertLevel l)
           
 java.lang.String toString()
           
 void write(OutputBuffer out)
           
 
Methods inherited from class com.kodemuse.security.ssl.LogCapability
log, protocolLog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlertLevel

AlertLevel(java.io.DataInputStream inp)
     throws java.io.IOException

AlertLevel

AlertLevel(int level)
Method Detail

static void ()

write

public void write(OutputBuffer out)

isEqual

public boolean isEqual(AlertLevel l)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object