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 Summary

    Modifier and Type
    Method
    Description
    out(Envelop envelop, Event event)
    response mime analyzing

    Methods inherited from interface io.vertx.up.uca.rs.mime.parse.Income

    in
  • Method Details

    • out

      Envelop out(Envelop envelop, Event event) throws io.horizon.exception.WebException
      response mime analyzing
      Parameters:
      envelop - Input Request of uniform model
      event - Event definition
      Returns:
      Normalized Request
      Throws:
      io.horizon.exception.WebException - Common exception