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

G

generate(StringBuilder) - Method in class ej.hoka.http.support.AcceptEncoding
Not implemented.
generate(StringBuilder) - Method in class ej.hoka.http.support.CharacterSeparatedList
Generates a String representation.
generate(StringBuilder) - Method in class ej.hoka.http.support.ContentType
Appends the current character set to the StringBuffer sb in the following form: ;charset=<character-set-string>.
generate(StringBuilder) - Method in class ej.hoka.http.support.ParameterizedArgument
Appends the current argument to the StringBuffer sb.
GET - Static variable in class ej.hoka.http.HTTPRequest
Value returned by HTTPRequest.getMethod() if the request method is GET.
getAcceptEncodingHandler(String) - Method in class ej.hoka.http.HTTPSession
Returns the most suitable IHTTPEncodingHandler to match the encodings described in Accept-Encoding header.
getArgument() - Method in class ej.hoka.http.support.ParameterizedArgument
Returns current argument.
getBody() - Method in class ej.hoka.http.body.StringBodyParser
Gets the body.
getBodyParser() - Method in class ej.hoka.http.HTTPRequest
Gets the bodyParser.
getBodyParserFactory() - Method in class ej.hoka.http.HTTPServer
Gets the bodyParserFactory.
getBodyParserFactory() - Method in class ej.hoka.http.HTTPSession
Gets the bodyParserFactory.
getCharset() - Method in class ej.hoka.http.support.ContentType
Returns the optional charset.
getChunkedTransferCodingHandler() - Method in class ej.hoka.http.HTTPServer
Return the IHTTPEncodingHandler corresponding to chunked transfer coding.
getCurrentConnection() - Method in class ej.hoka.tcp.TCPServer
Returns the current Socket.
getData() - Method in class ej.hoka.http.HTTPResponse
Returns the InputStream from which response data can be read.
getEncodingHandler(String) - Method in class ej.hoka.http.HTTPServer
Return the IHTTPEncodingHandler corresponding to the given encoding.
getEncodings() - Method in class ej.hoka.http.support.AcceptEncoding
Returns the previously parsed array of QualityArguments.
getHeader() - Method in class ej.hoka.http.HTTPRequest
Returns all HTTP Header fields of the request.
getHeader() - Method in class ej.hoka.http.HTTPResponse
Returns the response header.
getHeaderField(String) - Method in class ej.hoka.http.HTTPRequest
Returns the header field value associated to the given header field key.
getHeaders() - Method in class ej.hoka.http.body.HTTPPart
Gets the headers.
getId() - Method in class ej.hoka.http.ChunkedTransferCodingHandler
Returns the internal ID of the ChunkedTransferCodingHandler.
getId() - Method in class ej.hoka.http.IdentityEncodingHandler
Returns the internal ID of the IdentityEncodingHandler.
getId() - Method in class ej.hoka.http.IdentityTransferCodingHandler
Returns an internal ID of this encoding handler.
getId() - Method in interface ej.hoka.http.IHTTPEncodingHandler
Returns the name of the supported encoding.
getId() - Method in interface ej.hoka.http.IHTTPTransferCodingHandler
Returns the supported encoding id.
getIdentityTransferCodingHandler() - Method in class ej.hoka.http.HTTPServer
Return the IHTTPEncodingHandler corresponding to identity transfer coding (i.e.
getInstance() - Static method in class ej.hoka.http.ChunkedTransferCodingHandler
Factory method to create an instance of ChunkedTransferCodingHandler.
getInstance() - Static method in class ej.hoka.http.IdentityEncodingHandler
Returns an instance of IdentityEncodingHandler.
getInstance() - Static method in class ej.hoka.http.IdentityTransferCodingHandler
Returns an instance of IdentityTransferCodingHandler.
getLength() - Method in class ej.hoka.http.HTTPResponse
Returns the length (in bytes) of the response data or -1 if the length is unknown.
getMethod() - Method in class ej.hoka.http.HTTPRequest
Returns the request method as an integer value which is one of HTTPRequest.POST, HTTPRequest.GET, HTTPRequest.PUT or HTTPRequest.DELETE.
getMimeType() - Method in class ej.hoka.http.HTTPResponse
Returns the MIME-TYPE of the response.
getMIMEType() - Method in class ej.hoka.http.support.ContentType
Returns the canonized MIME type (converted to lower case).
getMIMEType(String) - Static method in class ej.hoka.http.support.MIMEUtils
Returns the MIME type from the name of the URI (file extension).
getName() - Method in class ej.hoka.tcp.TCPServer
Returns the name of this TCPServer.
getNextStreamConnection() - Method in class ej.hoka.http.HTTPServer
Called by HTTPSession.
getParameters() - Method in class ej.hoka.http.HTTPRequest
Returns the query parameters as Map.
getQuality() - Method in class ej.hoka.http.support.QualityArgument
Returns the quality value of this argument.
getRawData() - Method in class ej.hoka.http.HTTPResponse
Returns the byte array from which response data can be read.
getRunnable() - Method in class ej.hoka.http.HTTPSession
Runs the HTTPServer by waiting for incoming connections and build the response.
getStatus() - Method in class ej.hoka.http.HTTPResponse
Returns the response status.
getStream() - Method in class ej.hoka.http.HTTPRequest
Gets the stream.
getTransferCodingHandler(String) - Method in class ej.hoka.http.HTTPServer
Return the IHTTPEncodingHandler corresponding to the given encoding.
getURI() - Method in class ej.hoka.http.HTTPRequest
Returns the request URI.
getVersion() - Method in class ej.hoka.http.HTTPRequest
Returns the HTTP version request.
A B C D E F G H I K L M N O P Q R S T U W 
Skip navigation links