JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
_
M
mapFileExtensionToMIMEType(String, String)
- Static method in class ej.hoka.http.support.
Mime
Define a mapping between a file extension and a MIME-Type.
The mapping is defined only if the given file extension isn't already mapped to a MIME-Type.
Mime
- Class in
ej.hoka.http.support
Utilities for handling the MIME-Type header field.
MIME_APP_JSON
- Static variable in class ej.hoka.http.support.
Mime
Json Mime type
MIME_CSS
- Static variable in class ej.hoka.http.support.
Mime
CSS code MIME type.
MIME_DEFAULT_BINARY
- Static variable in class ej.hoka.http.support.
Mime
Binary code MIME type.
MIME_FORM_ENCODED_DATA
- Static variable in class ej.hoka.http.support.
Mime
Form Encoded Data MIME type.
MIME_GIF
- Static variable in class ej.hoka.http.support.
Mime
GIF files MIME type.
MIME_HTML
- Static variable in class ej.hoka.http.support.
Mime
HTML code MIME type.
MIME_JPEG
- Static variable in class ej.hoka.http.support.
Mime
JPEG files MIME type.
MIME_JS
- Static variable in class ej.hoka.http.support.
Mime
JavaScript code MIME type.
MIME_MULTIPART_FORM_ENCODED_DATA
- Static variable in class ej.hoka.http.support.
Mime
Multipart Form Encoded Data MIME type.
MIME_PLAINTEXT
- Static variable in class ej.hoka.http.support.
Mime
Standard text MIME type.
MIME_PNG
- Static variable in class ej.hoka.http.support.
Mime
PNG files MIME type.
MIME_XML
- Static variable in class ej.hoka.http.support.
Mime
XML code MIME type.
MultiPartBodyParser
- Class in
ej.hoka.http.body
A body parser for
Mime.MIME_MULTIPART_FORM_ENCODED_DATA
.
MultiPartBodyParser()
- Constructor for class ej.hoka.http.body.
MultiPartBodyParser
MultiPartBodyParser.MultiPartBody
- Class in
ej.hoka.http.body
Class representing the collection of
HttpPart
in the request.
MultipartStringsParser
- Class in
ej.hoka.http.body
A body parser for
Mime.MIME_MULTIPART_FORM_ENCODED_DATA
that parse parts as strings.
MultipartStringsParser()
- Constructor for class ej.hoka.http.body.
MultipartStringsParser
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
_
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes