- ej.hoka.auth - package ej.hoka.auth
-
Authentication classes to be used with Hoka's
HTTPServer
.
- ej.hoka.auth.session - package ej.hoka.auth.session
-
Utility classes to quickly setup authentication using cookie-based sessions.
- ej.hoka.http - package ej.hoka.http
-
Base HTTP handling classes.
- ej.hoka.http.body - package ej.hoka.http.body
-
Classes used to manage the body of a HTTPRequest.
- ej.hoka.http.encoding - package ej.hoka.http.encoding
-
Classes used to manage encoding and transfer-coding of HTTP streams.
- ej.hoka.http.requesthandler - package ej.hoka.http.requesthandler
-
Classes used to process a HTTPRequest and produce a HTTP Response.
- ej.hoka.http.support - package ej.hoka.http.support
-
Encoding and types supported by Hoka.
- ej.hoka.io - package ej.hoka.io
-
Streams used for IO.
- ej.hoka.log - package ej.hoka.log
-
Logger management.
- ej.hoka.rest - package ej.hoka.rest
-
This package gather classes used for exposing a REST API.
- ej.hoka.rest.endpoint - package ej.hoka.rest.endpoint
-
This package gather implementations of standard endpoints.
- ej.hoka.tcp - package ej.hoka.tcp
-
Base IP elements.
- EMPTY_URI - Static variable in class ej.hoka.log.Messages
-
URI is empty.
- 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.
- ERROR_UNKNOWN - Static variable in class ej.hoka.log.Messages
-
Unknown error.