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

O

onFailedAuthentication(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.AuthenticatedRequestHandler
Constructs the response upon failed authentication.
onSuccessfulAuthentication(HTTPRequest, Map<String, String>, String, String) - Method in class ej.hoka.auth.session.AuthenticatedRequestHandler
Constructs the response upon successful authentication.
onSuccessfulLogin(HTTPRequest, Map<String, String>, String, String) - Method in class ej.hoka.auth.session.LoginEndpoint
Handles the login and send the appropriate response.
open(HTTPRequest, InputStream) - Method in class ej.hoka.http.encoding.ChunkedTransferCodingHandler
Creates a ChunkedMessageBodyInputStream to read the body of the HTTP request in "chunked" encoding from the HTTPRequest and the InputStream.
open(HTTPResponse, OutputStream) - Method in class ej.hoka.http.encoding.ChunkedTransferCodingHandler
Creates an OutputStream to write the body of the HTTP response in "chunked" encoding using the HTTPResponse and the OutputStream.
open(InputStream) - Method in class ej.hoka.http.encoding.IdentityEncodingHandler
Returns the original InputStream.
open(OutputStream) - Method in class ej.hoka.http.encoding.IdentityEncodingHandler
Returns the original OutputStream.
open(HTTPRequest, InputStream) - Method in class ej.hoka.http.encoding.IdentityTransferCodingHandler
Creates a new instance of IdentityMessageBodyInputStream to read the message body of the HTTP request.
open(HTTPResponse, OutputStream) - Method in class ej.hoka.http.encoding.IdentityTransferCodingHandler
Creates an IdentityMessageBodyOutputStream to write the message body of the HTTP response.
open(InputStream) - Method in interface ej.hoka.http.encoding.IHTTPEncodingHandler
Returns an InputStream to read the decoded data from the original InputStream.
open(OutputStream) - Method in interface ej.hoka.http.encoding.IHTTPEncodingHandler
Wraps the original OutputStream with a special OutputStream which performs the encoding.
open(HTTPRequest, InputStream) - Method in interface ej.hoka.http.encoding.IHTTPTransferCodingHandler
Opens an InputStream that can be used to decode message body of the given request.
open(HTTPResponse, OutputStream) - Method in interface ej.hoka.http.encoding.IHTTPTransferCodingHandler
Opens an OutputStream that can be used to encode the message body of the HTTPResponse.
A B C D E F G H I K L M N O P Q R S T U W 
Skip navigation links