Class HttpServerHelper


  • public class HttpServerHelper
    extends Object
    Author:
    Stuart Douglas
    • Method Detail

      • sendException

        public static void sendException​(io.undertow.server.HttpServerExchange exchange,
                                         HttpServiceConfig serviceConfig,
                                         int status,
                                         Throwable e)
      • sendException

        @Deprecated
        public static void sendException​(io.undertow.server.HttpServerExchange exchange,
                                         int status,
                                         Throwable e)
        Deprecated.