- acceptAllContentTypes() - Method in class ej.hoka.http.Route
-
- AcceptEncoding - Class in ej.hoka.http.support
-
Utility class for parsing Accept Encoding header in HTTP requests.
See: (RFC HTTP/1.1 RFC2616 14.3 Accept Encoding)
- AcceptEncoding() - Constructor for class ej.hoka.http.support.AcceptEncoding
-
Creates a new instance of
AcceptEncoding
with a default separator (comma character ",").
- addConnection(Socket) - Method in class ej.hoka.tcp.TcpServer
-
Add a connection to the list of opened connections.
- addCookie(String, String) - Method in class ej.hoka.http.HttpResponse
-
Adds the specified cookie to the response.
- addCookie(String, String, int) - Method in class ej.hoka.http.HttpResponse
-
Adds cookie to the response.
- addCookie(String, String, int, boolean, boolean) - Method in class ej.hoka.http.HttpResponse
-
Adds cookie to the response.
- addCookie(String, String, String, String, int, boolean, boolean) - Method in class ej.hoka.http.HttpResponse
-
Adds the specified cookie to the response.
- addCookie(String, String, String, String, int, Date, boolean, boolean) - Method in class ej.hoka.http.HttpResponse
-
Adds the specified cookie to the response.
- addCookie(String, String, String, String, int, Date, boolean, boolean, Cookie.SameSite) - Method in class ej.hoka.http.HttpResponse
-
Adds the specified cookie to the response.
- addHeader(String, String) - Method in class ej.hoka.http.HttpResponse
-
Adds a response header field.
- addHeaders(Map<String, String>) - Method in class ej.hoka.http.HttpResponse
-
Adds a map of header fields.
- addPathParameters(Map<String, String>) - Method in class ej.hoka.http.HttpRequest
-
- addSplatParameters(List<String>) - Method in class ej.hoka.http.HttpRequest
-
Sets the splat Parameters.
- AFTER - Static variable in class ej.hoka.http.HttpRequest
-
- after(String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler as an after filter on the path
- after(RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler as an after filter on all paths
- AFTER_ALL - Static variable in class ej.hoka.http.HttpRequest
-
- ALLOW - Static variable in class ej.hoka.http.HttpConstants
-
Allowed method header
- apiBase(String) - Method in class ej.hoka.http.HttpServer.HttpServerBuilder
-
Add a path common base that will be appended to all routes mapped without starting with a forward slash '/'.
- argument - Variable in class ej.hoka.http.support.ParameterizedArgument
-
Current argument.
- available() - Method in class ej.hoka.io.ChunkedMessageBodyInputStream
-
Returns the number of available bytes to read.
- available() - Method in class ej.hoka.io.IdentityMessageBodyInputStream
-
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking.