Module simplehttpserver
Package com.kttdevelopment.simplehttpserver
-
Interface Summary Interface Description SimpleHttpHandler A simplified implementation ofHttpHandler. -
Class Summary Class Description ContextUtil A utility class used to generate uniform contexts.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.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.SimpleHttpCookie An HTTP Cookie to be sent in a response header.SimpleHttpCookie.Builder Builder class forSimpleHttpCookie.SimpleHttpExchange This class is a simplified implementation ofHttpExchange.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.