Class InOut


  • public final class InOut
    extends Object
    Reply response to client for special situation Include some important http status code
    • Constructor Detail

      • InOut

        public InOut()
    • Method Detail

      • sync405Error

        public static void sync405Error​(Class<?> clazz,
                                        io.vertx.ext.web.RoutingContext context)
        Method not allowed ( 405 )
      • sync500Error

        public static void sync500Error​(Class<?> clazz,
                                        io.vertx.ext.web.RoutingContext context,
                                        Throwable ex)
      • normalizeUri

        public static String normalizeUri​(io.vertx.ext.web.RoutingContext event)