Class WebConnector

  • All Implemented Interfaces:
    Connector, Lifecycle

    public class WebConnector
    extends PECoyoteConnector
    A CoyoteConnector subclass which "wraps around" an existing Grizzly SelectorThread that is being started and stopped outside of the lifecycle of this CoyoteConnector subclass (the SelectorThread is started and stopped as part of the GrizzlyAdapter lifecycle). The only purpose of this WebConnector is to start and stop its associated MapperListener, which populates the Catalina Mapper that is used by the CoyoteAdapter which gets registered with the GrizzlyAdapter for web context endpoints.
    Author:
    jluehe