- ej.hoka.http - package ej.hoka.http
-
default HTTP package.
- ej.hoka.http.body - package ej.hoka.http.body
-
HTTP request body parser utilities.
- ej.hoka.http.encoding - package ej.hoka.http.encoding
-
HTTP request/response encoding.
- ej.hoka.http.requesthandler - package ej.hoka.http.requesthandler
-
HTTP request handlers.
- ej.hoka.http.support - package ej.hoka.http.support
-
contains utilities classes for HTTP parameters parsing.
- ej.hoka.io - package ej.hoka.io
-
Input/Output stream wrappers for read write formatting.
- ej.hoka.log - package ej.hoka.log
-
Server logger.
- ej.hoka.session - package ej.hoka.session
-
Server side session.
- ej.hoka.tcp - package ej.hoka.tcp
-
TCP related classes.
- EMPTY - Static variable in class ej.hoka.http.HttpConstants
-
Empty string.
- EncodingRegistry - Class in ej.hoka.http.encoding
-
Class that stores a register of available encoding and transfer coding handlers.
- EncodingRegistry() - Constructor for class ej.hoka.http.encoding.EncodingRegistry
-
- encodingRegistry(EncodingRegistry) - Method in class ej.hoka.http.HttpServer.HttpServerBuilder
-
If this method is not called an instance of
EncodingRegistry
is used by the server.
- encodings - Variable in class ej.hoka.http.support.AcceptEncoding
-
- END_OF_LINE - Static variable in class ej.hoka.http.HttpConstants
-
The "end of line" CR + LF.
- endParse() - Method in class ej.hoka.http.support.CharacterSeparatedList
-
End instructions of the string parsing.
- endParse() - Method in class ej.hoka.http.support.ContentType
-
IS2T-API Canonises the MIME type.
- equals(Object) - Method in class ej.hoka.http.Route
-
- error(String) - Method in interface ej.hoka.log.Logger
-
Log with level error.
- error(String, Throwable) - Method in interface ej.hoka.log.Logger
-
Log with level error.
- error(Throwable) - Method in interface ej.hoka.log.Logger
-
Log with level error.
- exception(Class<? extends Exception>, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map a handler to a specific exception.
- expires(Date) - Method in class ej.hoka.http.Cookie.Builder
-
Expires=<date>
Optional
The maximum lifetime of the cookie as an HTTP-date timestamp.
- expireTimeSeconds(int) - Method in class ej.hoka.http.requesthandler.ClasspathFilesHandler.ClasspathFilesHandlerBuilder
-