Class ServletHandler

  • All Implemented Interfaces:
    HttpHandler

    public class ServletHandler
    extends Object
    implements HttpHandler
    The handler that is responsible for invoking the servlet

    TODO: do we want to move lifecycle considerations out of this handler?

    Author:
    Stuart Douglas