Class ServerSupport


  • @Internal
    public class ServerSupport
    extends java.lang.Object
    HTTP Server support methods.
    Since:
    5.0
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerSupport()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toErrorMessage​(java.lang.Exception ex)  
      static int toStatusCode​(java.lang.Exception ex)  
      • Methods inherited from class java.lang.Object

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

      • ServerSupport

        public ServerSupport()
    • Method Detail

      • toErrorMessage

        public static java.lang.String toErrorMessage​(java.lang.Exception ex)
      • toStatusCode

        public static int toStatusCode​(java.lang.Exception ex)