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 _ 

P

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
Creates a new instance of ParameterizedArgument with the default separator character of semicolon (";").
ParameterParser - Class in ej.hoka.http.body
A parser for Mime.MIME_FORM_ENCODED_DATA and parameters in URI.
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
Initialize the parsing, must be called before MultiPartBodyParser.MultiPartBody.nextPart().
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
Value returned by HttpRequest.getMethod() if the request method is PATCH.
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
Value returned by HttpRequest.getMethod() if the request method is POST.
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
Value returned by HttpRequest.getMethod() if the request method is PUT.
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.
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