Module simplehttpserver
Package com.kttdevelopment.simplehttpserver.handler
-
Interface Summary Interface Description FileHandlerAdapter This interface determines the file name and bytes to use when adding toFileHandler. -
Class Summary Class Description CacheFileAdapter This class caches file bytes when adding to theFileHandler.ExchangeThrottler Limits connections per address to the server.FileHandler A request handler that processes files using theFileHandlerAdapter.PredicateHandler The handler will process each request differently depending on the predicate.RedirectHandler A request handler that redirects to a different URL without pushing to the history.RootHandler By default theHttpServerwill use the most specific context for requests; this however causes the context/to catch all contexts without an associated handler, instead of sending a 404 or no response.ServerExchangeThrottler Limits connections per address to the server and total server connections.ServerSessionThrottler Limits connections per session to the server and total server sessions.SessionThrottler Limits connections per http session.SSEHandler A SSE handler allows server to client events by using antext/event-stream.TemporaryHandler A temporary handler handles a single request and then removes itself from the server.ThrottledHandler This handler limits the amount of active connections to a handler. -
Enum Summary Enum Description ByteLoadingOption Determines how files will be loaded in theFileHandler.