water
Class UDPRebooted

java.lang.Object
  extended by water.UDP
      extended by water.UDPRebooted

public class UDPRebooted
extends UDP

A UDP Rebooted packet: this node recently rebooted


Nested Class Summary
static class UDPRebooted.T
           
 
Nested classes/interfaces inherited from class water.UDP
UDP.udp
 
Constructor Summary
UDPRebooted()
           
 
Method Summary
static void checkForSuicide(int first_byte, AutoBuffer ab)
           
static void closeAll()
           
 java.lang.String print16(AutoBuffer ab)
           
static void suicide(UDPRebooted.T cause, H2ONode killer)
           
 
Methods inherited from class water.UDP
get2, get4, get4f, get8, get8d, printx16, set2, set4, set4f, set8, set8d
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDPRebooted

public UDPRebooted()
Method Detail

checkForSuicide

public static void checkForSuicide(int first_byte,
                                   AutoBuffer ab)

suicide

public static void suicide(UDPRebooted.T cause,
                           H2ONode killer)

closeAll

public static void closeAll()

print16

public java.lang.String print16(AutoBuffer ab)
Overrides:
print16 in class UDP