| Package | Description |
|---|---|
| jscover.server |
| Modifier and Type | Method and Description |
|---|---|
protected MIME |
HttpRequest.getMime() |
static MIME |
MIME.getMime(java.lang.String extension) |
static MIME |
MIME.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MIME[] |
MIME.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) |