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 (";").
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(HTTPRequest) - Method in interface ej.hoka.http.body.BodyParser
Parse the body.
parseBody(HTTPRequest) - Method in class ej.hoka.http.body.MultiPartBodyParser
Initialize the parsing, must be called before MultiPartBodyParser.nextPart().
parseBody(HTTPRequest) - Method in class ej.hoka.http.body.StringBodyParser
 
parseBody() - Method in class ej.hoka.http.HTTPRequest
Request the body to be parsed.
parseRequestBody(InputStream) - Method in class ej.hoka.http.HTTPRequest
Parses the request body given in stream.
parseRequestHeader(InputStream) - Method in class ej.hoka.http.HTTPRequest
Called by HTTPSession.
parts() - Method in class ej.hoka.http.body.StringBodyParser
The multiparts.
POST - Static variable in class ej.hoka.http.HTTPRequest
Value returned by HTTPRequest.getMethod() if the request method is POST.
PROCESS_CONNECTION - Static variable in class ej.hoka.log.Messages
A connection is being processed.
PUT - Static variable in class ej.hoka.http.HTTPRequest
Value returned by HTTPRequest.getMethod() if the request method is PUT.
A B C D E F G H I K L M N O P Q R S T U W 
Skip navigation links