- mapFileExtensionToMIMEType(String, String) - Static method in class ej.hoka.http.support.MIMEUtils
-
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.
- Messages - Class in ej.hoka.log
-
Gather the messages.
- MIME_CSS - Static variable in class ej.hoka.http.support.MIMEUtils
-
CSS code MIME type.
- MIME_DEFAULT_BINARY - Static variable in class ej.hoka.http.support.MIMEUtils
-
Binary code MIME type.
- MIME_FORM_ENCODED_DATA - Static variable in class ej.hoka.http.support.MIMEUtils
-
Form Encoded Data MIME type.
- MIME_GIF - Static variable in class ej.hoka.http.support.MIMEUtils
-
GIF files MIME type.
- MIME_HTML - Static variable in class ej.hoka.http.support.MIMEUtils
-
HTML code MIME type.
- MIME_JPEG - Static variable in class ej.hoka.http.support.MIMEUtils
-
JPEG files MIME type.
- MIME_JS - Static variable in class ej.hoka.http.support.MIMEUtils
-
JavaScript code MIME type.
- MIME_MULTIPART_FORM_ENCODED_DATA - Static variable in class ej.hoka.http.support.MIMEUtils
-
Multipart Form Encoded Data MIME type.
- MIME_PLAINTEXT - Static variable in class ej.hoka.http.support.MIMEUtils
-
Standard text MIME type.
- MIME_PNG - Static variable in class ej.hoka.http.support.MIMEUtils
-
PNG files MIME type.
- MIME_XML - Static variable in class ej.hoka.http.support.MIMEUtils
-
XML code MIME type.
- MIMEUtils - Class in ej.hoka.http.support
-
Utilities for handling the MIME-Type header field.
- MultiPartBodyParser - Class in ej.hoka.http.body
-
A body parser for MIME_MULTIPART_FORM_ENCODED_DATA.
- MultiPartBodyParser() - Constructor for class ej.hoka.http.body.MultiPartBodyParser
-
- MULTIPLE_START_FORBIDDEN - Static variable in class ej.hoka.log.Messages
-
Multiple start is forbidden.