Class JettyUtils


  • public class JettyUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.net.Socket getTlsSocket​(org.eclipse.jetty.server.Response response)  
      static boolean isJetty()  
      static org.eclipse.jetty.server.Response unwrapResponse​(jakarta.servlet.http.HttpServletResponse httpServletResponse)  
      static boolean uriIsAbsolute​(org.eclipse.jetty.server.Request request)  
      • Methods inherited from class java.lang.Object

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

      • isJetty

        public static boolean isJetty()
      • unwrapResponse

        public static org.eclipse.jetty.server.Response unwrapResponse​(jakarta.servlet.http.HttpServletResponse httpServletResponse)
      • getTlsSocket

        public static java.net.Socket getTlsSocket​(org.eclipse.jetty.server.Response response)
      • uriIsAbsolute

        public static boolean uriIsAbsolute​(org.eclipse.jetty.server.Request request)