Class AbstractHttpRegistryRestServerDecorator<DESC extends HttpServerDescriptor,​B extends HttpRegistryRestServer<DESC,​B>>

    • Field Detail

      • _lifeCycleAutomaton

        protected org.refcodes.component.LifecycleAutomatonImpl.ManualLifecycleAutomatonImpl _lifeCycleAutomaton
    • Constructor Detail

      • AbstractHttpRegistryRestServerDecorator

        public AbstractHttpRegistryRestServerDecorator​(HttpRestServer aServer)
        Decorates the given HttpRestServer with discovery functionality.
        Parameters:
        aServer - The HttpRestServer to be decorated.