Uses of Class
com.alibaba.druid.support.http.util.IPAddress

Packages that use IPAddress
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
 IPAddress IPRange.getIPAddress()
          Return the encapsulated IP address.
 IPAddress IPRange.getIPSubnetMask()
          Return the encapsulated subnet mask
 

Methods in com.alibaba.druid.support.http.util with parameters of type IPAddress
 boolean IPRange.isIPAddressInRange(IPAddress address)
          Check if the specified IP address is in the encapsulated range.
 

Constructors in com.alibaba.druid.support.http.util with parameters of type IPAddress
IPRange(IPAddress ipAddress, int extendedNetworkPrefix)
          Constructor.
IPRange(IPAddress ipAddress, IPAddress subnetMask)
          Constructor.
 



Copyright © 2012 Alibaba Group. All Rights Reserved.