Class MediaAnalyzer

    • Constructor Detail

      • MediaAnalyzer

        public MediaAnalyzer()
    • Method Detail

      • in

        public Object[] in​(io.vertx.ext.web.RoutingContext context,
                           Event event)
                    throws io.vertx.up.exception.WebException
        Description copied from interface: Income
        request mime analyzing
        Specified by:
        in in interface Income<Object[]>
        Parameters:
        context - RoutingContext environment here
        event - Event definition for method declared.
        Returns:
        Extract `T` processing
        Throws:
        io.vertx.up.exception.WebException
      • out

        public Envelop out​(Envelop envelop,
                           Event event)
                    throws io.vertx.up.exception.WebException
        Description copied from interface: Analyzer
        response mime analyzing
        Specified by:
        out in interface Analyzer
        Returns:
        Throws:
        io.vertx.up.exception.WebException