Class ServletInitialHandler

  • All Implemented Interfaces:
    HttpHandler, ServletDispatcher

    public class ServletInitialHandler
    extends Object
    implements HttpHandler, ServletDispatcher
    This must be the initial handler in the blocking servlet chain. This sets up the request and response objects, and attaches them the to exchange.
    Author:
    Stuart Douglas