Uses of Interface
dev.katsute.simplehttpserver.SimpleHttpHandler
Packages that use SimpleHttpHandler
Package
Description
Contains handlers that can be use with a
HttpServer or a SimpleHttpServer.Contains support classes for the
FileHandler.Contains throttlers for the
ThrottledHandler.-
Uses of SimpleHttpHandler in dev.katsute.simplehttpserver.handler
Classes in dev.katsute.simplehttpserver.handler that implement SimpleHttpHandlerModifier and TypeClassDescriptionclassHandler that process requests based on the result of a predicate.classBy default, exchanges will look for the closest matching context for their handler, this consequently means that the root index/would catch any requests without a handler instead of returning a code 404.classA Server sent events (SSE) handler sends events from the server to a client using antext/event-stream.classThe timeout handler runs a handler and times out after a set time. -
Uses of SimpleHttpHandler in dev.katsute.simplehttpserver.handler.file
Classes in dev.katsute.simplehttpserver.handler.file that implement SimpleHttpHandlerModifier and TypeClassDescriptionclassA file handler can be used to serve single or multiple files on a server with optional pre/post processing usingFileAdapters. -
Uses of SimpleHttpHandler in dev.katsute.simplehttpserver.handler.throttler
Classes in dev.katsute.simplehttpserver.handler.throttler that implement SimpleHttpHandlerModifier and TypeClassDescriptionclassThe throttled handler limits how many simultaneous connections are allowed at any given time.