- debug(String) - Method in interface ej.hoka.log.Logger
-
Log with level debug.
- decode(InputStream, StringBuilder) - Static method in class ej.hoka.http.support.UrlDecoder
-
Returns the character from the stream, which encode as "%ab" (single byte UTF-8) or "%ab%cd" (two byte ).
- DELETE - Static variable in class ej.hoka.http.HttpRequest
-
- delete(String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP POST requests on the path.
- delete(String, String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP DELETE requests on the path.
- developmentMode() - Method in class ej.hoka.http.HttpServer.HttpServerBuilder
-
Activate development mode.
- domain(String) - Method in class ej.hoka.http.Cookie.Builder
-
Domain=<domain-value>
Optional
Host to which the cookie will be sent.