Class AbstractConsumer

    • Constructor Detail

    • Method Detail

      • _accept

        protected abstract void _accept​(HttpConnection u)
        The inner accept implementation. Will get called after applying configuration to the HttpConnection passed in.
        Parameters:
        u - the connection to process.