|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.core.http.GrabbedFile
public class GrabbedFile
| 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 |
|---|
public CMFile file
public int state
public static final int STATE_OK
public static final int STATE_IS_DIRECTORY
public static final int STATE_BAD_FILENAME
public static final int STATE_NOT_FOUND
public static final int STATE_INTERNAL_ERROR
public static final int STATE_SECURITY_VIOLATION
| Constructor Detail |
|---|
public GrabbedFile()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||