Class SimpleHttpServer

  • Direct Known Subclasses:
    SimpleHttpsServer

    public abstract class SimpleHttpServer
    extends Object
    This class is a simplified implementation of HttpServer.
    At least one HttpHandler must be created in order to process requests. When handling requests the server will use the most specific context. If no handler can be found it is rejected with a 404 response.
    Contexts are case-sensitive.
    Since:
    02.00.00
    Version:
    03.05.08
    Author:
    Ktt Development
    See Also:
    HttpServer, HttpHandler, SimpleHttpsServer, SimpleHttpHandler