| Package | Description |
|---|---|
| jscover.server |
| Modifier and Type | Method and Description |
|---|---|
static HTTP_STATUS |
HTTP_STATUS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HTTP_STATUS[] |
HTTP_STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpServer.sendResponse(HTTP_STATUS status,
MIME mime,
java.io.InputStream is) |
protected void |
HttpServer.sendResponse(HTTP_STATUS status,
MIME mime,
java.lang.String data) |