edu.virginia.cs.mng.hypercast.demo
Class Mftp_Message

java.lang.Object
  |
  +--edu.virginia.cs.mng.hypercast.demo.Mftp_Message

public class Mftp_Message
extends java.lang.Object

This class specifies the type of MFTP message


Field Summary
(package private) static byte ACK
           
(package private) static byte DIR_START
           
(package private) static byte FILE_DATA
           
(package private) static byte FILE_END
           
(package private) static byte FILE_START
           
 
Constructor Summary
(package private) Mftp_Message()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

FILE_START

static byte FILE_START

FILE_DATA

static byte FILE_DATA

FILE_END

static byte FILE_END

ACK

static byte ACK

DIR_START

static byte DIR_START
Constructor Detail

Mftp_Message

Mftp_Message()