All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description ByteLoadingOption Determines how files will be loaded in theFileHandler.ContextUtil A utility class used to generate uniform contexts.ExchangeThrottler Limits connections per address to the server.FileHandler A request handler that processes files using theFileHandlerAdapter.FileHandlerAdapter This interface determines the file name and bytes to use when adding toFileHandler.HttpCode A list of expected HTTP status codes.HttpSession A session keeps track of a single client across multiple exchanges.HttpSessionHandler This class assignsHttpSessionto every client.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.RequestMethod A list of expected HTTP method requests.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.SimpleHttpCookie An HTTP Cookie to be sent in a response header.SimpleHttpCookie.Builder Builder class forSimpleHttpCookie.SimpleHttpExchange This class is a simplified implementation ofHttpExchange.SimpleHttpHandler A simplified implementation ofHttpHandler.SimpleHttpServer This class is a simplified implementation ofHttpServer.
At least oneHttpHandlermust be created in order to process requests.SimpleHttpsServer This class is a simplified implementation ofHttpsServer. The server must have aHttpsConfiguratorset usingSimpleHttpsServer.setHttpsConfigurator(HttpsConfigurator).
At least oneHttpHandlermust be created in order to process requests.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.