- 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
-
- 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
-
- 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
-
- getEncodings() - Method in class ej.hoka.http.support.AcceptEncoding
-
- 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
-
- getId() - Method in class ej.hoka.http.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
-
- 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
-
- getInstance() - Static method in class ej.hoka.http.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
-
- 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
-
- 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.