Class ModClusterService

  • All Implemented Interfaces:
    org.jboss.msc.Service, org.jboss.msc.service.Service<FilterService>, org.jboss.msc.value.Value<FilterService>

    public class ModClusterService
    extends FilterService
    Filter service for the mod_cluster frontend. This requires various injections, and as a result can't use the standard filter service
    Author:
    Stuart Douglas, Richard Opalka, Radoslav Husar
    • Method Detail

      • start

        public void start​(org.jboss.msc.service.StartContext context)
                   throws org.jboss.msc.service.StartException
        Specified by:
        start in interface org.jboss.msc.Service
        Specified by:
        start in interface org.jboss.msc.service.Service<FilterService>
        Overrides:
        start in class FilterService
        Throws:
        org.jboss.msc.service.StartException
      • stop

        public void stop​(org.jboss.msc.service.StopContext context)
        Specified by:
        stop in interface org.jboss.msc.Service
        Specified by:
        stop in interface org.jboss.msc.service.Service<FilterService>
        Overrides:
        stop in class FilterService
      • createHttpHandler

        public io.undertow.server.HttpHandler createHttpHandler​(io.undertow.predicate.Predicate predicate,
                                                                io.undertow.server.HttpHandler next)
        Overrides:
        createHttpHandler in class FilterService
      • getModCluster

        public io.undertow.server.handlers.proxy.mod_cluster.ModCluster getModCluster()