Uses of Class
com.esf.util.net.service.IpAddress

Packages that use IpAddress
com.esf.util.net.service Utilities dealing with TCP/IP network interfaces. 
 

Uses of IpAddress in com.esf.util.net.service
 

Methods in com.esf.util.net.service with parameters of type IpAddress
 void IpAddress.maskByInvertedSubnet(IpAddress subnet)
          Masks the IpAddress by the inversion of subnet, to obtain a numeric IP broadcast address.
 void IpAddress.maskBySubnet(IpAddress subnet)
          Masks the IpAddress by the specified subnet, to obtain a numeric IP network identifier.