Uses of Class
io.tech1.framework.domain.http.requests.IPAddress
-
Packages that use IPAddress Package Description io.tech1.framework.domain.geo io.tech1.framework.domain.http.requests io.tech1.framework.domain.utilities.http io.tech1.framework.domain.utilities.random -
-
Uses of IPAddress in io.tech1.framework.domain.geo
Methods in io.tech1.framework.domain.geo with parameters of type IPAddress Modifier and Type Method Description static StringGeoLocation. getIpAddrOrUnknown(IPAddress ipAddress)static GeoLocationGeoLocation. processed(IPAddress ipAddress, String country, String countryCode, String countryFlag, String city)static GeoLocationGeoLocation. processing(IPAddress ipAddress)static GeoLocationGeoLocation. unknown(IPAddress ipAddress, String exceptionDetails) -
Uses of IPAddress in io.tech1.framework.domain.http.requests
Methods in io.tech1.framework.domain.http.requests with parameters of type IPAddress Modifier and Type Method Description static UserRequestMetadataUserRequestMetadata. processing(IPAddress ipAddress) -
Uses of IPAddress in io.tech1.framework.domain.utilities.http
Methods in io.tech1.framework.domain.utilities.http that return IPAddress Modifier and Type Method Description static IPAddressHttpServletRequestUtility. getClientIpAddr(javax.servlet.http.HttpServletRequest request) -
Uses of IPAddress in io.tech1.framework.domain.utilities.random
Methods in io.tech1.framework.domain.utilities.random that return IPAddress Modifier and Type Method Description static IPAddressRandomUtility. localhost()static IPAddressRandomUtility. randomIPAddress()
-