public interface Phonebook
Phonebook interface.
Modifier and Type | Method and Description |
---|---|
String |
getTargetForAddress(String address)
Get an SMS message target when given an IP address.
|
String getTargetForAddress(String address) throws PhonebookException
address
- the IPv4 or IPv6 address@{link
- PhonebookException}PhonebookException
- if any.Copyright © 2015. All Rights Reserved.