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

S

sendStackTraceOnException(boolean) - Method in class ej.hoka.http.HTTPServer
Sets whether or not the server must send the stack trace of thrown exceptions.
separator - Variable in class ej.hoka.http.support.CharacterSeparatedList
Characters separator.
SERVER_STARTED - Static variable in class ej.hoka.log.Messages
The server is started.
SERVER_STOPPED - Static variable in class ej.hoka.log.Messages
The server is stopped.
Session - Class in ej.hoka.auth
Class representing a session.
Session(String, String, long) - Constructor for class ej.hoka.auth.Session
Constructs a Session.
SessionAuthenticator - Class in ej.hoka.auth
An implementation of Authenticator that stores active sessions in a database and authenticate a request using a session ID generated at login.
SessionAuthenticator() - Constructor for class ej.hoka.auth.SessionAuthenticator
Deprecated.
Uses an insecure implementation of Random.
SessionAuthenticator(Random) - Constructor for class ej.hoka.auth.SessionAuthenticator
Constructs a SessionAuthenticator with 1-hour-long sessions and using an in-memory database.
SessionAuthenticator(long) - Constructor for class ej.hoka.auth.SessionAuthenticator
Deprecated.
Uses an insecure implementation of Random.
SessionAuthenticator(Random, long) - Constructor for class ej.hoka.auth.SessionAuthenticator
Constructs a SessionAuthenticator with 1-hour-long sessions and using an in-memory database.
SessionAuthenticator(long, SessionDataAccess) - Constructor for class ej.hoka.auth.SessionAuthenticator
Deprecated.
Uses an insecure implementation of Random.
SessionAuthenticator(Random, long, SessionDataAccess) - Constructor for class ej.hoka.auth.SessionAuthenticator
Constructs a SessionAuthenticator.
SessionDataAccess - Interface in ej.hoka.auth
The interface to the database of active sessions.
setEndpoint(RestEndpoint) - Method in class ej.hoka.rest.endpoint.AliasEndpoint
Sets the endpoint.
setLoggedOut(HTTPResponse) - Method in class ej.hoka.auth.session.LogoutEndpoint
Updates the response to delete the session ID cookie.
setMimeType(String) - Method in class ej.hoka.http.HTTPResponse
Set the response MIME-TYPE.
setMimetype(String) - Method in class ej.hoka.rest.endpoint.ResourceRestEndpoint
Sets the mimetype.
setStatus(String) - Method in class ej.hoka.http.HTTPResponse
Set the response status.
SP - Static variable in class ej.hoka.http.support.CharacterSeparatedList
Space character.
start() - Method in class ej.hoka.http.HTTPServer
Start the HTTPServer (in a dedicated thread): start listening for connections and start jobs to process opened connections.
start() - Method in class ej.hoka.tcp.TCPServer
Starts the TCPServer.
stop() - Method in class ej.hoka.http.HTTPServer
Stops the HTTPServer.
stop() - Method in class ej.hoka.tcp.TCPServer
Stops the TCPServer and closes the connection.
STRICT_ACCEPT_ENCODING_COMPLIANCE - Static variable in class ej.hoka.http.CalibrationConstants
If true, the server should send a HTTPConstants.HTTP_STATUS_NOTACCEPTABLE in case there is no IHTTPEncodingHandler registered to handle the encoding specified in the HTTP request.
StringBodyParser - Class in ej.hoka.http.body
A body parser reading the full body and storing it in a string.
StringBodyParser() - Constructor for class ej.hoka.http.body.StringBodyParser
 
successfulLoginResponse(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.LoginEndpoint
Constructs the response upon successful login.
successfulLogoutResponse(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.LogoutEndpoint
Constructs the response upon successful logout.
A B C D E F G H I K L M N O P Q R S T U W 
Skip navigation links