Session
.Authenticator
that stores active sessions in a database and authenticate a request using
a session ID generated at login.Random
.SessionAuthenticator
with 1-hour-long sessions and using an in-memory database.Random
.SessionAuthenticator
with 1-hour-long sessions and using an in-memory database.Random
.SessionAuthenticator
.response
to delete the session ID cookie.HTTPServer
(in a dedicated thread): start listening for connections and start jobs to process
opened connections.TCPServer
.HTTPServer
.TCPServer
and closes the connection.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.