All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AcceptEncoding Utility class for parsing Accept Encoding header in HTTP requests.BodyParser<T> A parser called to read the body of anHttpRequest.CharacterSeparatedList Abstract class for implementing parsers for character separated lists.ChunkedMessageBodyInputStream Input Stream for reading HTTP 1.1 Chunked transfer encoding data.ChunkedMessageBodyOutputStream Output Stream for writing HTTP 1.1 Chunked transfer encoding data.ChunkedTransferCodingHandler HTTP-1.1 chunked transfer encoding handler to read and write data in chunked encoding.ClasspathFilesHandler Class path Files Handler .ClasspathFilesHandler.ClasspathFilesHandlerBuilder ClasspathFilesHandlerbuilder.Config Load and provide server configuration form hoka.properties on the classpath.ContentEncoding Interface for defining HTTP encoding handlers.ContentType This class handles the HTTP Content-Type header field.Cookie Web Cookie.Cookie.Builder Cookie builder.Cookie.SameSite Same site values.EncodingRegistry Class that stores a register of available encoding and transfer coding handlers.HokaLogger Gathers the messages.HttpConstants Constants for HTTP statuses, methods and header fields.HttpPart A part of a multipart HTTP request.HttpRequest Represents a HTTP Request.HttpResponse Represents a HTTP Response.HttpServer HTTP Server.HttpServer.HttpServerBuilder HttpServer.HttpServerBuilderbuilder.HttpUnsupportedEncodingException This exception is thrown whenHttpConstants.HEADER_TRANSFER_ENCODINGorHttpConstants.HEADER_CONTENT_ENCODINGcannot be handled by the server.IdentityContentEncoding HTTP-1.1 Identity encoding handler.IdentityMessageBodyInputStream Identity input stream.IdentityMessageBodyOutputStream Identity output stream.IdentityTransferEncoding Identity transfer coding handler.Logger Server logger.LoggerFactory Factory class for the logger.Mime Utilities for handling the MIME-Type header field.MultiPartBodyParser A body parser forMime.MIME_MULTIPART_FORM_ENCODED_DATA.MultiPartBodyParser.MultiPartBody Class representing the collection ofHttpPartin the request.MultipartStringsParser A body parser forMime.MIME_MULTIPART_FORM_ENCODED_DATAthat parse parts as strings.ParameterizedArgument Generic parser for parameterized arguments.ParameterParser A parser forMime.MIME_FORM_ENCODED_DATAand parameters in URI.QualityArgument Class for handling HTTP "Accept" header quality argument.RequestHandler A handler to process request and create appropriate response.Route Represent an HTTP route.Session Server side Session.SessionHandler Handle sessions and stores active sessions in a database.StaticFilesHandler Request handler to serve static files.StringBodyParser A body parser reading the full body and storing it in a string.TcpServer TCP/IP server that stores incoming connections.TransferEncoding Interface for defining HTTP transfer coding handlers.UrlDecoder Utilities for decoding percent encoded characters.