public class Probe extends Object
Constructor and Description |
---|
Probe() |
Modifier and Type | Method and Description |
---|---|
protected static Collection<InetAddress> |
getPhysicalAddresses(InetAddress addr,
InetAddress bind_addr,
int port,
long timeout) |
static void |
main(String[] args) |
protected void |
sendRequest(InetAddress addr,
InetAddress bind_addr,
int port,
int ttl,
List<String> query,
String passcode) |
void |
start(List<InetAddress> addrs,
InetAddress bind_addr,
int port,
int ttl,
long timeout,
List<String> query,
String match,
boolean weed_out_duplicates,
String passcode) |
public void start(List<InetAddress> addrs, InetAddress bind_addr, int port, int ttl, long timeout, List<String> query, String match, boolean weed_out_duplicates, String passcode) throws Exception
Exception
protected static Collection<InetAddress> getPhysicalAddresses(InetAddress addr, InetAddress bind_addr, int port, long timeout) throws Exception
Exception
protected void sendRequest(InetAddress addr, InetAddress bind_addr, int port, int ttl, List<String> query, String passcode) throws Exception
Exception
public static void main(String[] args)
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.