All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description ByteLoadingOption Determines how files will be loaded in theFileHandler.CacheFileAdapter This class caches file bytes when adding to 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.FileRecord This class represents on set of headers and parameters in a multipart/form-data that is expected of a file input.HttpRequestMethod A list of expected HTTP method requests.HttpSession A session keeps track of a single client across multiple exchanges.HttpSessionHandler This class assignsHttpSessionto every client.MultipartFormData This class represents a POST request map as a multipart/form-data.PredicateHandler The handler will process each request differently depending on the predicate.Record This class represents one set of headers and parameters in a multipart/form-data.Record.Header Represents a header in a multipart/form-data.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.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.