History | View | Annotate | Download (123 Bytes)
package Message;
public enum MessageType {
PUTCHUNK,
STORED,
GETCHUNK,
CHUNK,
DELETE,
REMOVED
}