public class HostPing extends Object
| Constructor and Description |
|---|
HostPing() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Command line interface
|
int |
pingDestination(String destination)
Main ping method for a single destination
|
int |
pingFromFile(String filename)
Ping multiple destinations from file
|