Skip navigation links
A B C D E F G H I K L M N O P Q R S T U 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 MIMEUtils.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.
POST - Static variable in class ej.hoka.http.HTTPRequest
Value returned by HTTPRequest.getMethod() if the request method is POST.
post(HTTPRequest, Map<String, String>) - Method in class ej.hoka.rest.endpoint.AliasEndpoint
 
post(HTTPRequest, Map<String, String>) - Method in class ej.hoka.rest.RestEndpoint
Handles POST request on this endpoint.
process(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.AuthenticatedRequestHandler
 
process(HTTPRequest, Map<String, String>) - Method in interface ej.hoka.http.requesthandler.RequestHandler
Processes the request and creates the appropriate response, or null if this request handler doesn't match the request.
process(HTTPRequest, Map<String, String>) - Method in class ej.hoka.http.requesthandler.RequestHandlerComposite
 
process(HTTPRequest, Map<String, String>) - Method in class ej.hoka.http.requesthandler.ResourceRequestHandler
The generic behavior of this request handler implementation is to find a resource matching the given URI in the classpath.
process(HTTPRequest, Map<String, String>) - Method in class ej.hoka.rest.RestRequestHandler
 
PROCESS_CONNECTION - Static variable in class ej.hoka.log.Messages
A connection is being processed.
put(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.LoginEndpoint
 
PUT - Static variable in class ej.hoka.http.HTTPRequest
Value returned by HTTPRequest.getMethod() if the request method is PUT.
put(HTTPRequest, Map<String, String>) - Method in class ej.hoka.rest.endpoint.AliasEndpoint
 
put(HTTPRequest, Map<String, String>) - Method in class ej.hoka.rest.RestEndpoint
Handles PUT request on this endpoint.
A B C D E F G H I K L M N O P Q R S T U W 
Skip navigation links