- failedLoginResponse(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.LoginEndpoint
-
Constructs the response upon failed login.
- failedLogoutResponse(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.LogoutEndpoint
-
Constructs the response upon failed logout.
- FIELD_ACCEPT_ENCODING - Static variable in class ej.hoka.http.HTTPConstants
-
HTTP header field (in lower case) accept-encoding.
- FIELD_CONNECTION - Static variable in class ej.hoka.http.HTTPConstants
-
HTTP header field (in lower case) connection.
- FIELD_CONNECTION_VALUE_CLOSE - Static variable in class ej.hoka.http.HTTPConstants
-
Value for HTTP header field "Connection" (close).
- FIELD_CONNECTION_VALUE_KEEP_ALIVE - Static variable in class ej.hoka.http.HTTPConstants
-
Value for HTTP header field "Connection" (keep-alive).
- FIELD_CONTENT_ENCODING - Static variable in class ej.hoka.http.HTTPConstants
-
HTTP header field (in lower case) content-encoding.
- FIELD_CONTENT_LENGTH - Static variable in class ej.hoka.http.HTTPConstants
-
HTTP header field (in lower case) content-length.
- FIELD_CONTENT_TYPE - Static variable in class ej.hoka.http.HTTPConstants
-
HTTP header field (in lower case) content-type.
- FIELD_COOKIES - Static variable in class ej.hoka.http.HTTPConstants
-
HTTP header field (in lower case) cookie.
- FIELD_IF_NONE_MATCH - Static variable in class ej.hoka.http.HTTPConstants
-
HTTP header field (in lower case) if-none-match.
- FIELD_TRANSFER_ENCODING - Static variable in class ej.hoka.http.HTTPConstants
-
HTTP header field (in lower case) transfer-encoding.
- flush() - Method in class ej.hoka.io.ChunkedMessageBodyOutputStream
-
Writes the pending data and flush underlying stream.
- flush() - Method in class ej.hoka.io.IdentityMessageBodyOutputStream
-
Flushes the underlying output stream.