Class HttpServerHelper


  • public class HttpServerHelper
    extends java.lang.Object
    Author:
    Stuart Douglas
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static void sendException​(io.undertow.server.HttpServerExchange exchange, int status, java.lang.Throwable e)
      Deprecated.
      static void sendException​(io.undertow.server.HttpServerExchange exchange, HttpServiceConfig serviceConfig, int status, java.lang.Throwable e)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • sendException

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

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