Uses of Class
com.alibaba.druid.support.http.util.IPAddress
-
Packages that use IPAddress Package Description com.alibaba.druid.support.http.util -
-
Uses of IPAddress in com.alibaba.druid.support.http.util
Methods in com.alibaba.druid.support.http.util that return IPAddress Modifier and Type Method Description IPAddressIPRange. getIPAddress()Return the encapsulated IP address.IPAddressIPRange. getIPSubnetMask()Return the encapsulated subnet maskMethods in com.alibaba.druid.support.http.util with parameters of type IPAddress Modifier and Type Method Description booleanIPRange. isIPAddressInRange(IPAddress address)Check if the specified IP address is in the encapsulated range.
-