Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W _ 

A

acceptAllContentTypes() - Method in class ej.hoka.http.Route
Checks if this route accepts all content types.
AcceptEncoding - Class in ej.hoka.http.support
Utility class for parsing Accept Encoding header in HTTP requests.
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(Cookie) - Method in class ej.hoka.http.HttpResponse
Adds cookie to the response.
addCookie(String, String) - Method in class ej.hoka.http.HttpResponse
Deprecated.
Please use HttpResponse.addCookie(Cookie) and Cookie.builder() instead of this method.
addCookie(String, String, int) - Method in class ej.hoka.http.HttpResponse
Deprecated.
Please use HttpResponse.addCookie(Cookie) and Cookie.builder() instead of this method.
addCookie(String, String, int, boolean, boolean) - Method in class ej.hoka.http.HttpResponse
Deprecated.
Please use HttpResponse.addCookie(Cookie) and Cookie.builder() instead of this method.
addCookie(String, String, String, String, int, boolean, boolean) - Method in class ej.hoka.http.HttpResponse
Deprecated.
Please use HttpResponse.addCookie(Cookie) and Cookie.builder() instead of this method.
addCookie(String, String, String, String, int, Date, boolean, boolean) - Method in class ej.hoka.http.HttpResponse
Deprecated.
Please use HttpResponse.addCookie(Cookie) and Cookie.builder() instead of this method.
addCookie(String, String, String, String, int, Date, boolean, boolean, Cookie.SameSite) - Method in class ej.hoka.http.HttpResponse
Deprecated.
Please use HttpResponse.addCookie(Cookie) and Cookie.builder() instead of this method.
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
Adds path parameters from a given list to the list of path path parameters of the request.
addSplatParameters(List<String>) - Method in class ej.hoka.http.HttpRequest
Sets the splat Parameters.
AFTER - Static variable in class ej.hoka.http.HttpRequest
after filter code.
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
after all filter code.
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.
A B C D E F G H I K L M N O P Q R S T U V W _ 
Skip navigation links