- halt() - Static method in class ej.hoka.http.HttpServer
-
Immediately Stop the execution and return a 200 OK HTTP response.
- halt(String) - Static method in class ej.hoka.http.HttpServer
-
immediately Stop the execution and return an HTTP response with the status.
- halt(String, String) - Static method in class ej.hoka.http.HttpServer
-
immediately Stop the execution and return an HTTP response with the status and body.
- hasExpired() - Method in class ej.hoka.session.Session
-
Checks whether the session has expired or not.
- hashCode() - Method in class ej.hoka.http.Route
-
- HEAD - Static variable in class ej.hoka.http.HttpRequest
-
- head(String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP HEAD requests on the path.
- head(String, String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP HEAD requests on the path.
- HEADER_ACCEPT - Static variable in class ej.hoka.http.HttpConstants
-
HTTP header field (in lower case) accept
.
- HEADER_ACCEPT_ENCODING - Static variable in class ej.hoka.http.HttpConstants
-
HTTP header field (in lower case) accept-encoding
.
- HEADER_CACHE_CONTROLE - Static variable in class ej.hoka.http.HttpConstants
-
HTTP header field cache-control
.
- HEADER_CONNECTION - Static variable in class ej.hoka.http.HttpConstants
-
HTTP header field (in lower case) connection
.
- HEADER_CONTENT_ENCODING - Static variable in class ej.hoka.http.HttpConstants
-
HTTP header field (in lower case) content-encoding
.
- HEADER_CONTENT_LENGTH - Static variable in class ej.hoka.http.HttpConstants
-
HTTP header field (in lower case) content-length
.
- HEADER_CONTENT_TYPE - Static variable in class ej.hoka.http.HttpConstants
-
HTTP header field (in lower case) content-type
.
- HEADER_COOKIE - Static variable in class ej.hoka.http.HttpConstants
-
HTTP header field (in lower case) cookie
.
- HEADER_IF_NONE_MATCH - Static variable in class ej.hoka.http.HttpConstants
-
HTTP header field (in lower case) if-none-match
.
- HEADER_TRANSFER_ENCODING - Static variable in class ej.hoka.http.HttpConstants
-
HTTP header field (in lower case) transfer-encoding
.
- HokaLogger - Class in ej.hoka.log
-
Gathers the messages.
- HT - Static variable in class ej.hoka.http.support.CharacterSeparatedList
-
Horizontal TAB character.
- HTTP_METHOD_CONNECT - Static variable in class ej.hoka.http.HttpConstants
-
HTTP CONNECT
method token as String.
- HTTP_METHOD_DELETE - Static variable in class ej.hoka.http.HttpConstants
-
HTTP DELETE
method token as String.
- HTTP_METHOD_GET - Static variable in class ej.hoka.http.HttpConstants
-
HTTP GET
method token as String.
- HTTP_METHOD_HEAD - Static variable in class ej.hoka.http.HttpConstants
-
HTTP HEAD
method token as String.
- HTTP_METHOD_OPTIONS - Static variable in class ej.hoka.http.HttpConstants
-
HTTP OPTIONS
method token as String.
- HTTP_METHOD_PATCH - Static variable in class ej.hoka.http.HttpConstants
-
HTTP PATCH
method token as String.
- HTTP_METHOD_POST - Static variable in class ej.hoka.http.HttpConstants
-
HTTP POST
method token as String.
- HTTP_METHOD_PUT - Static variable in class ej.hoka.http.HttpConstants
-
HTTP PUT
method token as String.
- HTTP_METHOD_TRACE - Static variable in class ej.hoka.http.HttpConstants
-
HTTP TRACE
method token as String.
- HTTP_STATUS_BADREQUEST - Static variable in class ej.hoka.http.HttpConstants
-
HTTP code 400: the request is not valid.
- HTTP_STATUS_FORBIDDEN - Static variable in class ej.hoka.http.HttpConstants
-
HTTP code 403: the client doesn't have the permission to access the requested URL.
- HTTP_STATUS_INTERNALERROR - Static variable in class ej.hoka.http.HttpConstants
-
HTTP code 500: the server has encountered an error while generating the response.
- HTTP_STATUS_MEDIA_TYPE - Static variable in class ej.hoka.http.HttpConstants
-
HTTP code 415: the requested resource type is not supported.
- HTTP_STATUS_METHODNOTALLOWED - Static variable in class ej.hoka.http.HttpConstants
-
HTTP code 405: the HTTP request method (GET/POST/PUT/DELETE) is not allowed on the server for the requested URI.
- HTTP_STATUS_NOTACCEPTABLE - Static variable in class ej.hoka.http.HttpConstants
-
HTTP code 406: the client cannot handle the data returned in the HTTP response.
- HTTP_STATUS_NOTFOUND - Static variable in class ej.hoka.http.HttpConstants
-
HTTP code 404: the requested URL has not been found.
- HTTP_STATUS_NOTIMPLEMENTED - Static variable in class ej.hoka.http.HttpConstants
-
HTTP code 501: the HTTP request method is not implemented.
- HTTP_STATUS_NOTMODIFIED - Static variable in class ej.hoka.http.HttpConstants
-
HTTP code 304: the requested resources hasn't been modified since the last time.
- HTTP_STATUS_OK - Static variable in class ej.hoka.http.HttpConstants
-
HTTP code 200: the response has been found and correctly sent.
- HTTP_STATUS_REDIRECT - Static variable in class ej.hoka.http.HttpConstants
-
HTTP code 301: the requested URL redirected to another URL.
- HTTP_STATUS_REQUESTTIMEOUT - Static variable in class ej.hoka.http.HttpConstants
-
HTTP code 408: the client initiated the connection but didn't send the request (idle connection).
- HTTP_STATUS_UNAUTHORIZED - Static variable in class ej.hoka.http.HttpConstants
-
HTTP code 401: the requested resources require valid authentication credentials.
- HttpConstants - Class in ej.hoka.http
-
Constants for HTTP statuses, methods and header fields.
- httpOnly() - Method in class ej.hoka.http.Cookie.Builder
-
HttpOnly Optional
Forbids JavaScript from accessing the cookie, for example, through the Document.cookie property.
- HttpPart - Class in ej.hoka.http.body
-
A part of a multipart HTTP request.
- HttpRequest - Class in ej.hoka.http
-
Represents a HTTP Request.
- HttpRequest(InputStream, EncodingRegistry) - Constructor for class ej.hoka.http.HttpRequest
-
Constructs a new instance of HTTPRequest.
- HttpResponse - Class in ej.hoka.http
-
Represents a HTTP Response.
- HttpResponse() - Constructor for class ej.hoka.http.HttpResponse
-
- HttpServer - Class in ej.hoka.http
-
HTTP Server.
- HttpServer.HttpServerBuilder - Class in ej.hoka.http
-
- HttpUnsupportedEncodingException - Exception in ej.hoka.http.encoding
-
- HttpUnsupportedEncodingException(String, String) - Constructor for exception ej.hoka.http.encoding.HttpUnsupportedEncodingException
-
Creates a new UnsupportedEncodingException
with the given parameters.