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

A

AcceptEncoding - Class in ej.hoka.http.support
Utility class for parsing Accept Encoding header in HTTP requests.
See: (RFC HTTP/1.1 RFC2616 14.3 Accept Encoding)
AcceptEncoding() - Constructor for class ej.hoka.http.support.AcceptEncoding
Creates a new instance of AcceptEncoding with a default separator (comma character ",").
addConnection(Socket) - Method in class ej.hoka.tcp.TCPServer
Add a connection to the list of opened connections.
addEndpoint(RestEndpoint) - Method in class ej.hoka.auth.session.RestAuthenticatedRequestHandler
Add an endpoint to this handler.
addEndpoint(RestEndpoint) - Method in class ej.hoka.rest.RestRequestHandler
Adds an endpoint to this handler.
addHeaderField(String, String) - Method in class ej.hoka.http.HTTPResponse
Adds a response header field.
addRequestHandler(RequestHandler) - Method in class ej.hoka.http.requesthandler.RequestHandlerComposite
Adds a RequestHandler in the list.
addSession(Session) - Method in class ej.hoka.auth.InMemorySessionDataAccess
 
addSession(Session) - Method in interface ej.hoka.auth.SessionDataAccess
Adds a new session.
AliasEndpoint - Class in ej.hoka.rest.endpoint
An endpoint forwarding its requests to another RestEndpoint.
AliasEndpoint(String, RestEndpoint) - Constructor for class ej.hoka.rest.endpoint.AliasEndpoint
Instantiates a AliasEndpoint.
argument - Variable in class ej.hoka.http.support.ParameterizedArgument
Current argument.
authenticate(String) - Method in interface ej.hoka.auth.Authenticator
Authenticate using the given token.
authenticate(String) - Method in class ej.hoka.auth.SessionAuthenticator
 
AuthenticatedRequestHandler - Class in ej.hoka.auth.session
A request handler that requires the user to be authenticated using cookie-based sessions to access the sub-handlers.
AuthenticatedRequestHandler(SessionAuthenticator, String) - Constructor for class ej.hoka.auth.session.AuthenticatedRequestHandler
Constructs the request handler.
Authenticator - Interface in ej.hoka.auth
Interface for authentication.
available() - Method in class ej.hoka.io.ChunkedMessageBodyInputStream
Returns the number of available bytes to read.
available() - Method in class ej.hoka.io.IdentityMessageBodyInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking.
A B C D E F G H I K L M N O P Q R S T U W 
Skip navigation links