Class GossipCodes

java.lang.Object
  |
  +--GossipCodes

public class GossipCodes
extends java.lang.Object

Contiene solo delle variabili statiche utilizzate nel protocollo di comunicazione Gossip.


Field Summary
(package private) static int OK_ALREADYUPDATE
           
(package private) static int OK_SENDGOSSIP
           
 
Constructor Summary
GossipCodes()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

OK_SENDGOSSIP

static int OK_SENDGOSSIP

OK_ALREADYUPDATE

static int OK_ALREADYUPDATE
Constructor Detail

GossipCodes

public GossipCodes()