- PARAMETER_SEP - Static variable in class ej.hoka.http.support.ParameterizedArgument
-
Separator for the parameters: ';'.
- ParameterizedArgument - Class in ej.hoka.http.support
-
Generic parser for parameterized arguments.
- ParameterizedArgument() - Constructor for class ej.hoka.http.support.ParameterizedArgument
-
- ParameterParser - Class in ej.hoka.http.body
-
- ParameterParser() - Constructor for class ej.hoka.http.body.ParameterParser
-
- parse(String) - Method in class ej.hoka.http.support.CharacterSeparatedList
-
Parses the given String
.
- parse(String, int, int) - Method in class ej.hoka.http.support.CharacterSeparatedList
-
Parses the String
str
from the start
index to the stop
index.
- parseBody(InputStream, String) - Method in interface ej.hoka.http.body.BodyParser
-
Parse the body.
- parseBody(InputStream, String) - Method in class ej.hoka.http.body.MultiPartBodyParser
-
- parseBody(InputStream, String) - Method in class ej.hoka.http.body.MultipartStringsParser
-
- parseBody(InputStream, String) - Method in class ej.hoka.http.body.ParameterParser
-
- parseBody(InputStream, String) - Method in class ej.hoka.http.body.StringBodyParser
-
- parseBody(BodyParser<T>) - Method in class ej.hoka.http.HttpRequest
-
Request the body to be parsed.
- parseParameters(InputStream, Map<String, String>) - Static method in class ej.hoka.http.body.ParameterParser
-
Parses parameters.
- PATCH - Static variable in class ej.hoka.http.HttpRequest
-
- patch(String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP PATCH requests on the path.
- patch(String, String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP PATCH requests on the path.
- path(String) - Method in class ej.hoka.http.Cookie.Builder
-
Path=<path-value>
Optional
A path that must exist in the requested URL, or the browser won't send the Cookie header.
- port(int) - Method in class ej.hoka.http.HttpServer.HttpServerBuilder
-
Set the server port number.
- POST - Static variable in class ej.hoka.http.HttpRequest
-
- post(String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP POST requests on the path.
- post(String, String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP POST requests on the path.
- process(HttpRequest, HttpResponse) - Method in interface ej.hoka.http.requesthandler.RequestHandler
-
Processes the request and return the appropriate response.
- PUT - Static variable in class ej.hoka.http.HttpRequest
-
- put(String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP PUT requests on the path.
- put(String, String, RequestHandler) - Method in class ej.hoka.http.HttpServer
-
Map the handler to HTTP PUT requests on the path.