类 IpAddressUtil


  • public class IpAddressUtil
    extends java.lang.Object
    IP地址工具类,提供获取客户端真实IP方法
    作者:
    jiawei
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static java.lang.String getClientRealIp​(javax.servlet.http.HttpServletRequest request)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • getClientRealIp

        public static java.lang.String getClientRealIp​(javax.servlet.http.HttpServletRequest request)