Class HttpServletUtil

java.lang.Object
org.eclnt.ccee.util.HttpServletUtil

public class HttpServletUtil extends Object
Utility functions in the area of Java-http processing.
  • Constructor Details

    • HttpServletUtil

      public HttpServletUtil()
  • Method Details

    • getClientIpAddr

      public static String getClientIpAddr(jakarta.servlet.http.HttpServletRequest request)
      Find client ip address out of request- Of course does not work in scenarios in which the client ip address is explicitly hidden by e.g. some proxy processing.