|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IpAddress | |
---|---|
com.esf.device.wifi.ubiquiti.ministation2.service | |
com.esf.util.net.service | Utilities dealing with TCP/IP network interfaces. |
Uses of IpAddress in com.esf.device.wifi.ubiquiti.ministation2.service |
---|
Methods in com.esf.device.wifi.ubiquiti.ministation2.service that return IpAddress | |
---|---|
IpAddress |
IUbiquitiMinistationManagement.getStationLinkLocalIpAddress()
Reports Ministation Link-Local IP address |
IpAddress |
IUbiquitiMinistationManagement.getZywanLinkLocalIpAddress()
Reports ZyWAN Link-Local IP address |
IpAddress |
IUbiquitiMinistationManagement.probe()
Probes Ubiquiti ministation2 for management IP address by sending broadcast ping to 169.254.255.255 and parsing the /proc/net/arp file for the ARP cache entry matching the Ubiquiti OUI portion of the MAC address. |
IpAddress |
IUbiquitiMinistationManagement.probe(long tout)
Probes Ubiquiti ministation2 for management IP address by sending broadcast ping to 169.254.255.255 and parsing the /proc/net/arp file for the ARP cache entry matching the Ubiquiti OUI portion of the MAC address. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |