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

sendError(String) - Method in class ej.hoka.http.HTTPSession
Send a HTTP error code with given status.
sendError(String, String) - Method in class ej.hoka.http.HTTPSession
Sends a HTTP response with given status and optional message.
sendResponse(HTTPResponse, IHTTPEncodingHandler) - Method in class ej.hoka.http.HTTPSession
Sends the given HTTPResponse to the previously initialized Socket.
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.
setBodyParser(BodyParser) - Method in class ej.hoka.http.HTTPRequest
Sets the bodyParser.
setBodyParserFactory(BodyParserFactory) - Method in class ej.hoka.http.HTTPServer
Sets the bodyParserFactory.
setBodyParserFactory(BodyParserFactory) - Method in class ej.hoka.http.HTTPSession
Sets the bodyParserFactory.
setCurrentConnection(Socket) - Method in class ej.hoka.http.HTTPSession
Sets the Socket to be used.
setDataStreamClosed() - Method in class ej.hoka.http.HTTPResponse
Used in HTTPSession to indicate that response dataStream has been successfully read and closed.
setMimeType(String) - Method in class ej.hoka.http.HTTPResponse
Set the response MIME-TYPE.
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 session jobs.
Multiple start is not allowed.
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 if there is no IHTTPEncodingHandler registered for 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
 
StringBodyParserFactory - Class in ej.hoka.http.body
Factory that instantiates new StringBodyParser.
StringBodyParserFactory() - Constructor for class ej.hoka.http.body.StringBodyParserFactory
 
A B C D E F G H I K L M N O P Q R S T U W 
Skip navigation links