Package | Description |
---|---|
com.pushtechnology.diffusion.api.whois |
Diffusion WhoIs API.
|
Modifier and Type | Method and Description |
---|---|
WhoIsData |
WhoIsDetails.createWhoIsData()
Creates an empty WhoIs data object.
|
WhoIsData |
WhoIsDetails.createWhoIsData(Map<String,String> map)
Create a WhoIs data object populated with supplied data.
|
WhoIsData |
WhoIsDetails.getWhoIsData()
Returns WhoIs data associated with the Internet address.
|
Modifier and Type | Method and Description |
---|---|
List<WhoIsData> |
WhoIsData.children()
Returns the list of child objects.
|
List<WhoIsData> |
WhoIsData.children(String prefix)
Returns a list of child objects whose type starts with a specified prefix.
|
Modifier and Type | Method and Description |
---|---|
void |
WhoIsData.addChild(WhoIsData child)
Adds a child object.
|
void |
WhoIsDetails.setWhoIsData(WhoIsData whoIsData)
Used to set WhoIs data for the Internet address from within a
WhoIsProvider implementation. |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.