GitHub repository | This map was generated from repository code by SourceSpy (more info)
java-httpClass Hierarchy
Represents class hierarchy in this module
Cookie
Buildable
A simple builder pattern interface that automatically adds a `with` method.
HTTPRequest
An HTTP request that is received by the HTTP server. This contains all the relevant ...
ChunkedBodyProcessor
A body processor that handles chunked requests/ responses.
BodyProcessor
A body parser that handles request body processing based on either Content-Length or...
ContentLengthBodyProcessor
A body processor that uses the Content-Length header to determine when the entire bo...
ChunkedBodyProcessor
A body processor that handles chunked requests/ responses.
BodyProcessor
A body parser that handles response body processing based on either Content-Length o...
ContentLengthBodyProcessor
A body processor that uses the Content-Length header to determine when the entire bo...
EmptyBodyProcessor
A body processor that handles when there is no body.
LoadHandler
HTTPHandler
Handles an HTTP request from a client.
AccumulatingLogger
A logger that accumulates the log messages into an ArrayList that can later be outpu...
BaseLogger
A base class for loggers.
Logger
A simple logging interface used by the HTTP server/client instances. This removes an...
SystemOutLogger
A simple logger that spits out messages to System. out.
AccumulatingLoggerFactory
Simple implementation of the LoggerFactory that always returns the same instance of ...
LoggerFactory
A simple interface used by the HTTP server/client instances to create loggers. This ...
SystemOutLoggerFactory
Simple implementation of the LoggerFactory that always returns the same instance of ...
CountingInstrumenter
A simple counting instrumenter for the HTTPServer.
Instrumenter
A generic interface that allows the HTTP Server to be instrumented.
HTTP11Processor
A worker that handles a single request/response from a client.
HTTPProcessor
Generic interface that is used by all the processors to allow worker threads and oth...
HTTPS11Processor
HTTPServer
The server bro!
Configurable
An interface that identifies something that is configurable. Mainly, this allows the...
HTTPServerConfiguration
The HTTP Server configuration.
HTTPServerThread
A thread that manages the Selection process for a single server socket. Since some s...
Notifier
Generic interface for notifying things.