All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.taobao.diamond.utils.RemoteAddrUtils Maven / Gradle / Ivy

There is a newer version: 3.2.4
Show newest version
package com.taobao.diamond.utils;




public class RemoteAddrUtils {

//    public static String getRemoteIp(HttpServletRequest req) {
//        String remoteIp = req.getHeader("X-Real-IP");
//        if (remoteIp == null || remoteIp.isEmpty()) {
//            remoteIp = req.getRemoteAddr();
//        }
//        return remoteIp;
//    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy