Package org.eclnt.ccee.util
Class HttpServletUtil
java.lang.Object
org.eclnt.ccee.util.HttpServletUtil
Utility functions in the area of Java-http processing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Constructor Details
-
HttpServletUtil
public HttpServletUtil()
-
-
Method Details
-
getClientIpAddr
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.
-