com.planet_ink.coffee_mud.core.http
Class GrabbedFile

java.lang.Object
  extended by com.planet_ink.coffee_mud.core.http.GrabbedFile

public class GrabbedFile
extends java.lang.Object


Field Summary
 CMFile file
           
 int state
           
static int STATE_BAD_FILENAME
           
static int STATE_INTERNAL_ERROR
           
static int STATE_IS_DIRECTORY
           
static int STATE_NOT_FOUND
           
static int STATE_OK
           
static int STATE_SECURITY_VIOLATION
           
 
Constructor Summary
GrabbedFile()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

public CMFile file

state

public int state

STATE_OK

public static final int STATE_OK
See Also:
Constant Field Values

STATE_IS_DIRECTORY

public static final int STATE_IS_DIRECTORY
See Also:
Constant Field Values

STATE_BAD_FILENAME

public static final int STATE_BAD_FILENAME
See Also:
Constant Field Values

STATE_NOT_FOUND

public static final int STATE_NOT_FOUND
See Also:
Constant Field Values

STATE_INTERNAL_ERROR

public static final int STATE_INTERNAL_ERROR
See Also:
Constant Field Values

STATE_SECURITY_VIOLATION

public static final int STATE_SECURITY_VIOLATION
See Also:
Constant Field Values
Constructor Detail

GrabbedFile

public GrabbedFile()