Interface Analyzer

  • All Superinterfaces:
    Income<Object[]>
    All Known Implementing Classes:
    MediaAnalyzer

    public interface Analyzer
    extends Income<Object[]>
    Mime resolution for web request 1. Server Driven 1.1. Content-Type 1.2. Content-Length 1.3. Content-Encoding 2. Client Driven 2.1. Accept 2.2. Accept-Charset 2.3. Accept-Encoding 2.4. Accept-Language 3. Vary New resource model usage for this analyzer.
    • Method Detail

      • out

        Envelop out​(Envelop envelop,
                    Event event)
             throws io.vertx.up.exception.WebException
        response mime analyzing
        Parameters:
        envelop -
        event -
        Returns:
        Throws:
        io.vertx.up.exception.WebException